$(document).ready(function() {	
		
	$("a.openfoto").fancybox({
		'padding'			:	1, 
		'transitionIn'		:	'elastic',
		'transitionOut'		:	'elastic',
		'speedIn'			:	300, 
		'speedOut'			:	300, 
		'titleShow'			:	false, 
		'overlayOpacity'	:	0.0, 
		'hideOnContentClick':	true, 
		'overlayShow'		:	true
	});
	$("a.openfotometitel").fancybox({
		'padding'			:	1, 
		'transitionIn'		:	'elastic',
		'transitionOut'		:	'elastic',
		'speedIn'			:	300, 
		'speedOut'			:	300, 
		'titleShow'			:	true, 
		'overlayOpacity'	:	0.0, 
		'hideOnContentClick':	true, 
		'overlayShow'		:	true
	});
	
	
	
	$("a.aanbieding").fancybox({		
		'height'			: 320,
		'width'				: 780,
		'padding'			: 5,
		'transitionIn'		:	'elastic',
		'transitionOut'		:	'elastic',
		'speedIn'			:	300, 
		'speedOut'			:	300, 
		'showCloseButton'	: true,
		'overlayOpacity'	:	0.3,
		'overlayColor'		: '#000000',
		'hideOnContentClick':	false, 
		'overlayShow'		:	true
	});
	
	$("a.activiteiten").fancybox({		
		'height'			: 450,
		'width'				: 780,
		'padding'			: 5,
		'transitionIn'		:	'elastic',
		'transitionOut'		:	'elastic',
		'speedIn'			:	300, 
		'speedOut'			:	300, 
		'showCloseButton'	: true,
		'overlayOpacity'	:	0.3,
		'overlayColor'		: '#000000',
		'hideOnContentClick':	false, 
		'overlayShow'		:	true
	});
	
	$("a.openPreview").fancybox({		
		'height'			: 600,
		'width'				: 800,
		'padding'			: 0,
		'transitionIn'		:	'elastic',
		'transitionOut'		:	'elastic',
		'speedIn'			:	300, 
		'speedOut'			:	300, 
		'showCloseButton'	: true,
		'overlayOpacity'	:	0.3,
		'overlayColor'		: '#000000',
		'hideOnContentClick':	false, 
		'overlayShow'		:	true
	});

	
	

		// initialise plugins
	$('ul.sf-menu').superfish({ 
       delay:       1000,                            // one second delay on mouseout 
       animation:   {opacity:'show',height:'show'},  // fade-in and slide-down animation 
       speed:       'fast',                          // faster animation speed 
       autoArrows:  false,                           // disable generation of arrow mark-up 
       dropShadows: false,                            // disable drop shadows 
    	pathClass:  'current',
    	pathLevels:    1 
    }); 
	

  $('.slideshow').cycle({
		 fx:     'scrollLeft',
		 random:  1,
		 timeout: 5000, 
   		  delay:   1000  
	});
	
 });


