$(document).ready(function(){
	$("ul.sf-menu").superfish();
				
	$("#menu-lower-menu").superfish({
		autoArrows:true
	});
	
	$('#slideshow').jshowoff({ 
		links: false,
		controls: false,
		hoverPause: false,
		speed: 6000,
		changeSpeed: 1500
	});
	
	//if ($('.galleryYouTube').length){
		$('.galleryYouTube').fancybox({
			'transitionIn'	: 'none',
			'transitionOut'	: 'none',
			'type'			: 'iframe',
			'height'		: '65%'
		});
	//};
	
	if ($('.gallery').length){
		$('.gallery a').fancybox();
	}; 
});
