$(document).ready( function(){
	$(".gallery a").fancybox({
		'zoomSpeedIn': 300, 
		'hideOnContentClick': true,
		'zoomSpeedOut': 300, 
		'overlayOpacity': .8
	});
	
	$(".not").hover( function (){ $(this).find("ul.sub-nav").show(); }, function () { $(this).find("ul.sub-nav").hide(); });

}); //ready?