#map_border {
              display: block;
              width: 573px;
              height: 336px;
              position: relative;
              overflow: hidden;
              border: 1px solid black;
              margin: 0 auto;
              }

#map_image {
             position: absolute;
             left: -2366px;
             top: -502px;
             z-index: 20;
             }

#map_x_ruler {
               position: absolute;
               display: block;
               width: 285px;
               height: 336px;
               border-right: 2px dotted #00ff00;
               top: 0;
               left: 0;
               z-index: 30;
               }
#map_y_ruler {
               position: absolute;
               display: block;
               width: 573px;
               height: 167px;
               border-bottom: 2px dotted #00ff00;
               top: 0;
               left: 0;
               z-index: 30;
               }

#map_navigation {
                  display: block;
                  position: absolute;
                  width: 70px;
                  height: 70px;
                  background: transparent url(navigator.gif) 0 0 no-repeat;
                  top: 0;
                  right: 0;
                  z-index: 35;
                  }

#map_navigation a {
                    display: block;
                    position: absolute;
                    width: 17px;
                    height: 17px;
                    }
#map_navigation a span {display: none;}

#map_navigation a#nav_up { bottom: 53px; right: 25px;}
#map_navigation a#nav_right {bottom: 25px; right: 0;}
#map_navigation a#nav_down {bottom: 0; right: 25px; }
#map_navigation a#nav_left {bottom: 25px; right: 53px;}
#map_navigation a#nav_close {bottom: 25px; right: 25px;}

