
.static_map {
	height: 400px;
	width: 610px;
}

.gmap {
	height: 400px;
	overflow: hidden;
	position: absolute;
	left: -10000px;
	width: 610px;
}
#maps-static, #maps-static img {
	display: block;
}
.gmap span.note {
	display: none;
}
.gmap button {
	background: transparent;
	border-style: solid;
	border-width: 0;
	cursor: pointer;
	height: 100%;
	left: -2px;
	margin: 2px;
	overflow: hidden;
	padding: 2px;
	position: absolute;
	text-indent: -100em;
	top: -2px;
	width: 100%;
}
.gmap a:focus, .gmap a:active, .gmap button:focus, .gmap button:active {
	outline: 2px dashed #61bf1a;
}
