/*MAP CANVAS*/
/* CRS  */
/* colors */
/* CRS  */
/* colors */
#map_canvas_wrapper {
  margin: 0;
  width: 730px;
  height: 435px;
}
.map_canvas {
  width: 730px;
  height: 435px;
  display: block;
  background-color: #eee;
}
#marker-content {
  padding: 0;
  color: #333;
  line-height: 120%;
  height: 100px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 110%;
  color: #666666;
}
#marker-content a {
  font-size: 12px;
  font-weight: bold;
  line-height: 110%;
  color: #666666;
  margin: 5px 0;
}
#marker-content h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 110%;
  color: #666666;
  margin: 0 0 5px 0;
}
.gmaps_infowindow {
  font-size: 12px;
  line-height: 130%;
  color: #333;
}
#pano {
  border: 3px solid #FFFFFF;
  width: 300px;
  height: 200px;
  position: absolute;
  z-index: 5000;
  top: auto;
  right: 10px;
  bottom: 10px;
  left: auto;
}
