$(document).ready(function(){

	$('#hotel').hide();
	$('#bottone_hotel').click(function(){
		$('#hotel').fadeIn('slow').css('overflow','auto');
		
		
		
		
	});
	
	
	$('menu_location').hide();
	$('menu_location').fadeIn(6000);

})
