#map{
  display: block;
  width: 70%;
  height: 500px;
  margin: 0px 0px 0px 10px;
  -moz-box-shadow: 0px 5px 20px #ccc;
  -webkit-box-shadow: 0px 5px 20px #ccc;
  box-shadow: 0px 5px 20px #ccc;
}

.overlay_63{
  display:block;
  text-align:center;
  color:#fff;
  font-size:16px;
  line-height:20px;
  opacity:0.8;
  background:#44aa77;
  border:solid 3px #339966;
  border-radius:4px;
  box-shadow:2px 2px 10px #333;
  text-shadow:1px 1px 1px #666;
  padding:0 4px;
}
.overlay_63_arrow{
  left:60%;
  margin-left:-16px;
  width:0;
  height:0;
  position:absolute;
}
.overlay_63_arrow.above{
  bottom:-15px;
  border-left:10px solid transparent;
  border-right:10px solid transparent;
  border-top:16px solid #339966;
}
.overlay_63_arrow.below{
  top:-15px;
  border-left:10px solid transparent;
  border-right:10px solid transparent;
  border-bottom:16px solid #339966;
}

.overlay_54{
  display:block;
  text-align:center;
  color:#fff;
  font-size:16px;
  line-height:20px;
  opacity:0.8;
  background:#44aa77;
  border:solid 3px #339966;
  border-radius:4px;
  box-shadow:2px 2px 10px #333;
  text-shadow:1px 1px 1px #666;
  padding:0 4px;
}
.overlay_54_arrow{
  left:60%;
  margin-left:-16px;
  width:0;
  height:0;
  position:absolute;
}
.overlay_54_arrow.above{
  bottom:-15px;
  border-left:10px solid transparent;
  border-right:10px solid transparent;
  border-top:16px solid #339966;
}
.overlay_54_arrow.below{
  bottom:-15px;
  border-left:10px solid transparent;
  border-right:10px solid transparent;
  border-bottom:16px solid #339966;
}