#map { 
	position: relative; 
	width: 570px; 
	height: 372px; 
	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: 30px; 
	height: 30px; 
	text-decoration: none; 
  /*  background: #b4973f; 
	border: 1px solid #757575;
	opacity: .4; */ 
	z-index: 2;
	background:url(images/dot.gif) no-repeat;
}

#map img.zoomable { }

#map div.popup{
	display: none; 
	position: absolute; 
	width: 200px; 
	top: 100px;
	left: 150px; 
	z-index: 3; 
	padding: 5px; 
	border: 1px solid #b4973f; 
    background-color:#f1f5f9;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#000000;
}
#map div.popup a.close{ 
	display: block; 
	position: absolute; 
	bottom: 5px; 
	right: 5px;
	font-weight:bold;
	color:#5075a1;
}

.popup h3{
	font-size:16px;
	margin: 0  0 10px 0;
	
}
.popup span{
	color:#b4973f;
	font-weight:bold;
	
}

.popup p{
	margin:0px;
	padding: 0 0 5px 10px;
	
}

.popupcontent{
	font-size:12px;
	color:#646464;
}