#mapContainer {
	display: block;
	position: relative;
	z-index: 1;
}
#hotelInfo { 
	background-color: #ffd; 
	visibility: visible; 
	position: absolute; 
	z-index: 20; 
	top: 125px; 
	left: 370px; 
	width: 180px;
}
#hotelInfoPhoto {
width: 180px; 
height: 125px;
}
#hotelInfoLocation { 
	color: white; 
	font-weight: bold; 
	background-color: #600; 
	text-align: center; 
	padding-top: 0.4em; 
	padding-bottom: 0.6em; 
	width: 100%;
}
#hotelInfoName {
	color: #030; 
	font-weight: bold; 
	text-align: left; 
	padding: 0.4em 4px;
}
#hotelInfoRating {
	text-align: left; 
}
#hotelInfoRating #star { 
	margin-left: 4px;
}
#hotelInfoRating #rosette { 
}
#hotelInfoSummary { 
	font-size: 0.9em; 
	line-height: 1.3em; 
	text-align: left; 
	padding: 4px 4px 1em;
}
.invisible {
	display: none;
}

