$(document).ready(function(){
	$('#nv-photo, #nv-photo-site-map').fancybox({
	  type: 'iframe',
	  autoDimensions: false,
	  autoScale: false,
	  scrolling: 'no',
	  width: 750,
	  height: 550
	});
});

$(document).ready(function(){
	if(window.location.hash === '#photos'){
		$("#nv-photo").click();
	}
});
