/* Map container */
DIV#mapContainer {
  width: 640px;
  height: 450px;
  border: 1px solid Black;
}

/* Small map container */
DIV#mapContainerThumb {
  width: 280px;
  height: 200px;
  background-image: url(../images/f_plattegrond_small.jpg);
  cursor: hand;
  cursor: pointer;
  border: 1px solid Black;
  margin-top: 65px;
}

/* Draggable map */
DIV#mapDrag {
  position: absolute;
  cursor: move;
  z-index: 100;
  background-image: url(../images/f_plattegrond_xxl.jpg);
}
DIV#mapHotspots,
DIV#mapDrag {
  width: 1961px;
  height: 1398px;
  top: 0xp;
  left: 0px;
}

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


