#map { position: relative; width: 500px; height: 383px; overflow: hidden; }
#returnlink { display: block; position: absolute; bottom: 0; right: 0;  color: white; background: blue; padding: 3px;}

#map a.bullet { display: block; position: absolute; width: 15px; height: 15px; background: red; text-decoration: none; border: 1px solid orange; z-index: 2; }

#map a.bullet:hover {
	background: orange;
	border: 1px solid red;
}
#map img.zoomable { }

#map div.popup{ display: none; position: absolute; width: 200px; top: 110px; left: 150px; background: black; z-index: 3; padding: 10px; border: 1px solid #999; opacity: .8; font-family: Arial, Helvetica, Verdana, serif; color: white; font-size: 11px; line-height: 1.4; }
#map div.popup a { color: white; font-weight: bold; }
#map div.popup a.close{ display: block; position: absolute; bottom: 10px; right: 10px; color: white; }
#map div.popup p { color: white;}
#map div.popup h3 { color: white;}