
div.static-map {
	position: relative;
}

div.static-map p.zoom {
	position: absolute;
	display: block;
	top: 10px;
	left: 10px;
	width:19px;
	height: 44px;
	background: url("/r8/com/google/maps/client/zoom-bg.gif") no-repeat;
}

div.static-map p.zoom a.zoom-in,
div.static-map p.zoom a.zoom-out {
	position: absolute;
	display: block;
	left: 0;
	width: 19px;
	height: 19px;
	text-indent: -10000px;
}

div.static-map p.zoom a.zoom-in {
	top: 0;
	background-image: url("/r8/com/google/maps/client/zoom-in.gif");
}

div.static-map p.zoom a.zoom-out {
	top: 25px;
	background-image: url("/r8/com/google/maps/client/zoom-out.gif");
}


