$(document).ready(function(){
//$(".menu img").fadeTo("fast", 0.8); // This sets the opacity of the thumbs to fade down to 60% when the page loads
//$(".menu img").hover(function(){$(this).fadeTo("fast", 1.0);},function(){$(this).fadeTo("slow", 0.8);});
	$("#fotoAlbum a").fancybox({
		'zoomOpacity'			: true,
		'overlayShow'			: true,
		'overlayOpacity'		: 0.8,
		'zoomSpeedIn'			: 500,
		'zoomSpeedOut'			: 500
		});
	$("body").noContext();
});
