// funzioni di base per tutte le pagine
$(document).ready(function() {
	$("#holiday_options").change(function () {
	  window.location=$(this).val(); return false;
	});	
	$('#accordion').accordion({
			active: '.selected',
			selectedClass: 'active',
			header: 'h3',
			autoheight: false
		});
	$("a[rel^='prettyPhoto']").prettyPhoto();
	// gallery
	$('#box_photo').infiniteCarousel({
		displayTime: 6000,
		textholderHeight : .10
	});
});	
