@charset "UTF-8";



#mapView , #zoomMapView , #mapOverView {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  position: absolute;
  min-height:705px;
}

#mapView p , #zoomMapView p , #mapOverView p {
  overflow: hidden;
  top: 0;
  left: 50%;
  width: 1600px;
  height: 100%;
  max-height: 900px;
  margin-left: -800px;
  position: absolute;
  min-height:705px;
}

#mapView img , #zoomMapView img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1600px;
  /*height: 2000px;*/
  /*opacity: 0.5;*/
}

#mapOverView img {
  display: block;
  position: absolute;
}



