#map_canvas {
	padding-top: 56.25%;/*16: 9 */
	width: 900px;
}
#map_canvas img {
	max-width: none!important;
}
.infoWindow img {
	border-radius: 5px;
	height: 141px;
	width: 200px;
}

.mapLocations { margin-left: 10px; }
.mapLocations li { list-style-type: none; }
.mapLocations li:hover {
	color: #c94e0d;
	cursor: pointer;
	cursor: hand;
}
.mapLocations .locationDetail {
	color: #000;
	display: none;
}

.mapLocations .locationDetail img {
	border-radius: 10px;
	height: 180px;
	width: 300px;
}

.infoWindow .directions,
.mapLocations .directions {
	background-color: #f8941d;
	border-radius: 5px;
	color: #fff;
	display: block;
	margin-top: 5px;
	padding: 5px 10px;
	width: 124px;
}
.infoWindow .directions:hover,
.mapLocations .directions:hover { opacity: 0.8; }
