$(function(){
	
	// SLIDER
	$("div.tabs").tabs(".images > div", {effect: 'fade',fadeOutSpeed: "slow",rotate: true}).slideshow({autoplay: true,clickable: false});
	
	// FOTO SLIDER
	$('.boxgrid.caption').hover(function(){
		$(".cover-danonperdere", this).stop().animate({top:'115px'},{queue:false,duration:160});
		$(".cover-banner", this).stop().animate({top:'60px'},{queue:false,duration:160});			
	}, function() {
		$(".cover-danonperdere", this).stop().animate({top:'135px'},{queue:false,duration:160});
		$(".cover-banner", this).stop().animate({top:'115px'},{queue:false,duration:160});
	});
	
	// ACCORDION BOOKING
	$("#book").tabs("#book div.bookcontent", {tabs: 'h6', effect: 'slide', initialIndex: null});					
	
	// TOGGLE BUTTON Ricerca Avanzata
	$('div.slide-motori').click(function(){$(this).toggleClass("slide-motori-down");});
	
	// CHECKBOX e RADIO
	$('input').customInput();
	// SELECT
	$("select.linkselect").linkselect();
	
});