/* Map container */
DIV#mapContainer {
  width: 340px;
  height: 300px;
  border: 1px solid black;
}

/* Small map container */
DIV#mapContainerThumb {
  width: 200px;
  height: 141px;
  background-image: url(../nl/plattegrond/f_plattegrond_small.jpg);
  cursor: hand;
  cursor: pointer;
  border: 1px solid black;
}

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

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

