jQuery(document).ready(function($){
								
	$('#splash').show();	
	$('#splash').cycle({ 
		fx					: 'fade', 
		speed				: 2500,
		random				: 1
	});	 
	
	$('#aanbiedingen-wide').show();
	$('#aanbiedingen-wide') 
		.after('<div id="slidenav">')
		.cycle({ 
		fx:     'scrollLeft', 
		speed:  'fast', 
		timeout: 6000, 
		pager:  '#slidenav' 
	});
	
	$("#route").fancybox({
		width				: '80%',
		height				: '80%',
		centerOnScroll		: true,
        transitionIn		: 'elastic',
		transitionOut		: 'elastic',
		opacity				: true,
		type				: 'iframe'		
	});	
	$("a.myfancybox").fancybox({ 
		transitionIn		: 'elastic', 
		transitionOut		: 'elastic', 
		centerOnScroll		: true,
		overlayShow			: true	
	});
	
});
