$(document).ready(function(){
	if($('#slider-offerte ul').length > 0){
		$('#slider-offerte ul').carouFredSel({
			'next'  : {
				'button'   : '#nextBtn'
			},
			'prev'  : {
				'button'   : '#prevBtn'
			},
			'items' : 3,
			'circular' : false,
			'infinite' : false,
			'auto'  : {'play' : true},
			
			'scroll':{'duration':900}
		});	
	}
	$(".datepicker").datepicker();
		
	$(".form-generico").each(function(i) { 
		$(this).validate();
	});
	$('a[rel=external]').click(function() {
		window.open($(this).attr('href'));
		return false;
	});
			
	$("a[rel='gallery']").colorbox();
	//$("a[rel='video']").colorbox({iframe:true, innerWidth:425, innerHeight:344,current: ' '});

	if ( $('#map').length > 0 ) {
		showmaps();
	}
});
