#map { position: relative; width: 660px; height: 500px; overflow: hidden; }

#returnlink { display: block; position: absolute; width: 250px, height:30px; bottom: 0; right: 0;  color: white; background: url(../images/zoommap-return-bg.png) no-repeat; padding: 4px 8px 4px 37px;}

#returnlink:hover{ color: #e5edf8}

#map a.bullet { display: block; position: absolute; width: 18px; height: 18px; text-decoration: none; border: 0px solid red; opacity: .7; z-index: 4; background: url(../images/senqiu-logo-mark.png) no-repeat;}

#map img.zoomable:hover {border: 1px solid #00457c;}

#map a.bullet:hover {background: url(../images/senqiu-logo-mark1.png) no-repeat;}

#map div.popup{ display: none; position: absolute; width: 200px; height: 250px; top: 20px; left: 20px; background: url(../images/zoommap-popupwindow.png) no-repeat; z-index: 5; padding: 0px 0px 10px 10px;  
}


#map div.popup a.close{ display: block; position: absolute; width: 70px; left: 130px; top: 224px; }

#map h3{
font-size: 98%;
color: white
}


