#map { position: relative; width: 702px; height: 400px; overflow: hidden;  }
#returnlink { display: block; position: absolute; bottom: 0; right: 0;  color: blue; background: blue; padding: 3px;}

#map a.bullet { display: block; position: absolute; width: 8px; 
background: yellow; text-decoration: none; border: 1px solid red; opacity: .7; z-index: 2; 
height: 6px; 
}
#map img.zoomable { }

#map div.popup{ display: none; position: absolute; width: 380px; top: 8px; left: 150px; background: white; z-index: 3; padding: 2px; border: 2px solid black; }
#map div.popup a.close{ display: block; bottom: 0; right: 0; margin-bottom: 0;  }#map div.popup h3 {
	margin-top:0;
}
#map div.popup div.link{
	text-align: center;
}
#map div.popup div.link a{
	font-size: 2.4em;
	text-align: center;
	font-family: 'MuseoSans500', Arial, sans-serif;
	color: #5A0968;
	text-shadow: #93A2AE .05em .05em .1em;
	margin-top: 10px;
	margin-bottom: 10px;
}
h3 {
	font-family: 'MuseoSans500', sans-serif;
	text-align:center;
	}
p {
	font-family: Arial, sans-serif;
	margin-bottom: 10px;
	}
.popupcontent {
	text-align: center;
	}