#map {
  position: relative;
}

#areas {
  margin:0;
  padding:0;
  position: absolute;
  width: 336px;
  height: 350px;
  list-style: none inside none;
}

#areas li {
  position: absolute;
  height: 13px;
  width: 13px;
  background-image: url('/images/location/dot.png'); 
}

#areas li.selected {
  background-image: url('/images/location/dot-pulse.png');
  height: 23px;
  width: 23px;
}

#areas li span {
  display: none; */
}

#areas li:hover span {
  display: block;
  white-space:nowrap;
  border: 1px solid white;
  color: white; 
  padding: 1px 4px;
  font-size: 9pt;
  font-weight: bold;
  background-color: #fd5600;
  background-color: #1178c4;
}

#areas li a {
  display: block;
  float:right;
  margin-left: -20px;
  text-decoration: none;
}

#area_r {
  top: 90px;
  left: 250px;
}

#area_a {
  top: 20px;
  left: 50px;
}

