/* Map controls */

#zoom-buttons { position: absolute; top: 10px; left: 10px; z-index: 98 }

/* The map itself */

#map {  
  border: 1px solid black;
  overflow: hidden;
  width: 400px;
  height: 300px;
  position: absolute;  
}
#map_room {  
  width: 400px;
  height: 300px;
  background: transparent;
}

#arrows {
	position: relative; top: 265px; left: 3px; z-index:99;
} 
#arrows img { border:none; }
#arrow_W { position:absolute; top:8px; left:0px;  }
#arrow_N { position:absolute; top:0px; left:9px;  }
#arrow_S { position:absolute; top:20px; left:9px;  }
#arrow_E { position:absolute; top:8px; left:20px;  }



* html .marker {
  filter:alpha(opacity=50);
}

#scale_label {
  display: inline;
}