

//CONTROLLING EVENTS IN jQuery
$(document).ready(function(){
	
	$('.icone_hotel').tipsy({gravity: 'nw', html: true});

});
	
