
#map { position: relative; width: 660px; height: 500px; overflow: hidden;}
#returnlink { display: block; position: absolute; bottom: 11px; right: 11px;  color: white; background: #dc9824; padding: 3px;}

#map a.bullet { display: block; position: absolute; width: 14px; height: 14px; background:url(images/arrow.png) no-repeat; text-decoration: none; border: none; z-index: 2; outline-color:#900}
#map a.bullet span { display: block; position: relative; top:-2px;right:-16px;text-decoration: none; border: none; z-index: 3;color:#900; }

#map img.zoomable { }

#map div.popup{ 
	display: none; 
	position: absolute; 
	top: 100px; 
	left: 150px; 
	z-index: 3; 
	
	text-align: left;
	position: absolute;
	display: none;
	padding: 15px;
	background: #f19900;
	border: 1px solid #c52911;
	font-size: 12px;
	width: 400px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	-border-radius: 6px;
	list-style: none;
	color: #fff;
	-webkit-box-shadow: 0px 8px 8px #333;
	 }

#map h3 {font-family:Arial, Helvetica, sans-serif;font-size:14px;text-transform:uppercase;font-weight:bold;color:#fff;}

div.popup p {color:#fff;font-size: 12px;}
div.popup a {color:#fff;font-size: 12px;text-decoration:underline;font-weight:bold;}

#map div.popup a.close{ display: block; position: absolute; bottom: 6px; right: 6px;background:#fff url(images/close.png) no-repeat; }
#map div.popup a.close img {border:none;}