#map { position: relative; width: 700px; height: 580px; overflow: hidden; }
#returnlink { display: block; position: absolute; bottom: 0; right: 0;  background: green; padding: 3px; color: #fff;}
#returnlink a { color: #fff; }

#map a:hover { text-decoration:  none; border-bottom: 0; }
#map a.bullet { display: block; position: absolute; width: 10px; height: 10px; background: url(../images/logomap.png) no-repeat; text-decoration: none; z-index: 2; }
#map a.bullet2 { display: block; position: absolute; width: 20px; height: 20px; background: url(../images/logomap2.png) no-repeat; text-decoration: none; z-index: 2; }
#map img.zoomable { }

#map div.popup{ display: none; position: absolute; width: 250px; top: 100px; left: 150px; background: white; z-index: 3; padding: 10px; border: 2px solid #ececec; }
#map div.popup a.close{ display: block; position: absolute; bottom: 0; right: 0; }

b{
    color:#7AC0D6;
}