jQuery.noConflict();
	jQuery(document).ready(function() {
		//jQuery(document).bind("contextmenu",function(e){
		//	return false;
		//});
		jQuery('#Arrive').datepick({dateFormat: 'dd/mm/yy'});
		jQuery('#Depart').datepick({dateFormat: 'dd/mm/yy'});
		jQuery('#Accommodation').cluetip({draggable: true, width: '525px',leftOffset: '60', topOffset: '-400', sticky: 'true', positionBy: 'fixed', titleAttribute:'title' });
		jQuery('.fix-z-index').bgiframe();
		jQuery('.piro_overlay,.pirobox_content').remove();
		jQuery('.select dd').hide(0);
		jQuery().piroBox({ my_speed: 600,bg_alpha: 0.5,radius: 4,scrollImage : false,slideShow : true,slideSpeed : 4,pirobox_next : 'piro_next',pirobox_prev : 'piro_prev',close_all : '.piro_close'});
		jQuery('ul.sf-menu').supersubs({ 
			minWidth:    8,   // minimum width of sub-menus in em units 
			maxWidth:    18,   // maximum width of sub-menus in em units 
			extraWidth:  1     // extra width can ensure lines don't sometimes turn over 
                               // due to slight rounding differences and font-family 
		});
		jQuery('ul.sf-menu').superfish({ 
			delay:       700,
			animation:   {opacity:'show',height:'show'},  
			speed:       'fast',                          
			autoArrows:  false,                           
			dropShadows: true                            
		});
	});
	

