function mainmenu(){
$(" #nav ul ").css({display: "none"}); // Opera Fix
$(" #nav li").hover(function(){
		$(this).find('ul:first').css({visibility: "visible",display: "none"}).show(400);
		},function(){
		$(this).find('ul:first').css({visibility: "hidden"});
		});
}

 $(document).ready(function(){
	mainmenu();
	
	$("#c-date-leave").datepicker({altField: '#c-date-leave', altFormat: 'd MM, yy'});
	$("#c-date-back").datepicker({altField: '#c-date-back', altFormat: 'd MM, yy'});


});
 
 
 
 
$(document).ready(function() {		
	$('#homeImage').jqFancyTransitions({
	
effect: 'curtain', // wave, zipper, curtain
width: 960, // width of panel
height: 264, // height of panel
strips: 20, // number of strips
delay: 7000, // delay between images in ms
stripDelay: 100, // delay beetwen strips in ms
titleOpacity: 0.7, // opacity of title
titleSpeed: 1000, // speed of title appereance in ms
position: 'alternate', // top, bottom, alternate, curtain
direction: 'fountainAlternate', // left, right, alternate, random, fountain, fountainAlternate
navigation: false, // prev and next navigation buttons
links: false // show images as links
								   
									   });
// wave
// zipper
// curtain



//	$("a.pop").fancybox({
//		'width'				: '65%',
//		'height'			: '65%',
//		'autoScale'     	: false,
//		'transitionIn'		: 'none',
//		'transitionOut'		: 'none',
//		'type'				: 'iframe'
//	});
//
//	$("a.tours-Info").fancybox({
//		'width'				: '75%',
//		'height'			: '75%',
//		'autoScale'     	: false,
//		'transitionIn'		: 'none',
//		'transitionOut'		: 'none',
//		'type'				: 'iframe'
//	});



});

$(function() {
//	var zIndexNumber = 1000;
//	$('div').each(function() {
//		$(this).css('zIndex', zIndexNumber);
//		zIndexNumber -= 10;
//	});
});

  $(document).ready(function(){ 
        /*$(document).pngFix(); */
    }); 


