/* Map container */
DIV#mapContainer {
  width: 735px;
  height: 1080px;
  border: 1px solid White;
}

/* Small map container */
DIV#mapContainerThumb {
  width: 140px;
  height: 180px;
  background-image: url(../images/plattegrond_kl.gif);
  cursor: hand;
  cursor: pointer;
  border: 1px solid White;
}
/* Draggable map */
DIV#mapDrag {
  position: absolute;
  cursor: move;
  z-index: 100;
  background-image: url(../images/plattegrond_gr.gif);
  width: 840px;
  height: 1080px;
  top: 0xp;
  left: 0px;
}

.divHotspot,
.divHotspotThumb {
  position:absolute;
}



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

