$(function(){
	var hotel = "#hotel-chuo,#hotel-chuoSelene,#hotel-raizanNorth,#hotel-raizanSouth,#hotel-mikado,#hotel-chuoOasis";
	$(hotel).mouseover(function(){$(this).children(".info").css({top: "-100px",left: "-590px",zIndex: "200",visibility: "visible"});});
	$(hotel).mouseout(function(){$(this).children(".info").css({top:"-50000px",left:"-50000px"});});
});

