/* Map container */
DIV#mapContainer {
  width: 740px;
  height: 450px;
  background-image: url(../images/f_plattegrond_xxl_preload.gif);
  border: 1px solid #AB4F92;
  clear: both;
}

/* Small map container */
DIV#mapContainerThumb {
  width: 250px;
  height: 183px;
  background-image: url(../images/f_plattegrond_small.jpg);
  cursor: hand;
  cursor: pointer;
  border: 1px solid #AB4F92;
  clear: both;
}

/* Draggable map */
DIV#mapDrag {
  position: absolute;
  cursor: move;
  z-index: 100;
  background-image: url(../images/f_plattegrond_xxl.jpg);
  width: 1500px;
  height: 1100px;
}

/* Draggable handle */
DIV#mapThumb {
  /*position: absolute;*/
  font-size: 0pt;
  width: 50px;
  height: 50px;
  border: 1px solid black;
  background-color: white;
  filter: alpha(opacity=40,enabled=1);
  opacity: .4;
}


DIV#divMapThumbContainer {
  position: absolute;
  width: 286px;
  height: 251px;
  right: -19px;
  top: -18px;
  z-index: 3000;
}
DIV#divMapThumbBg {
  position: absolute;
  width: 286px;
  height: 251px;
  left: 0px;
  top: 0px;
  z-index: 3000;
}
DIV#divMapThumb {
  position: absolute;
  width: 250px;
  left: 17px;
  top: 17px;
  z-index: 3000;
}
div.divMove {
  float: right;
  margin: -10px -10px 0px 0px;
}

/* Hotspot */
div.mapHotspot {
  position: absolute;
  width: 20px;
  height: 20x;
  margin: -24px 0px 0px -15px;
}
