jQuery(document).ready(function($){
								
	$('#splash').show();	
	$('#splash').cycle({ 
		fx					: 'fade', 
		speed				: 4000,
		random				: 1
	});	 
	
	$("a.myfancybox").fancybox({ 
		transitionIn		: 'elastic', 
		transitionOut		: 'elastic', 
		centerOnScroll		: true,
		overlayShow			: true	
	});
	
});
