jQuery(document).ready(function() {

/* TENDINA LINGUE */
jQuery('#contenuto_15176 img').click(function() {
	if( jQuery("#SelectLingue").is(':hidden') ) {
		jQuery("#SelectLingue").fadeIn(250);
		jQuery('#contenuto_15176 img').attr("src","http://www.hotelcrosal.it/source/freccia-su.jpg");
	}else{
		jQuery("#SelectLingue").fadeOut(250);
		jQuery('#contenuto_15176 img').attr("src","http://www.hotelcrosal.it/source/freccia-lingua.jpg");
	}
	
});
jQuery("#SelectLingue img").click(function() {
	jQuery("#SelectLingue").fadeOut(250);
	jQuery('#contenuto_15176 img').attr("src","http://www.hotelcrosal.it/source/freccia-lingua.jpg");
});
/* TENDINA LINGUE */

});
