

 $(document).ready(function() {	
							
	 $('ul.sf-menu').superfish({ 
		delay:       1000,                            // one second delay on mouseout 
		animation:   {height:'show'},  // fade-in and slide-down animation 
		speed:       'fast',                          // faster animation speed 
		autoArrows:    false,               		// if true, arrow mark-up generated automatically = cleaner source code at expense of initialisation performance 
    	dropShadows:   true
	}); 
	 
	
	$("a.fotoboekfoto").fancybox({
		'zoomSpeedIn':		300, 
		'zoomSpeedOut':		300, 
		'overlayShow':		false
	});
	 
 });
