BODY {
  padding: 0px;
  margin: 0px;
}


/* Map container */
DIV#mapContainer {
  width: 565px;
  height: 447px;
  /*background-image: url(../images/f_plattegrond_preload.jpg);*/
}

/* Small map container */
DIV#mapContainerThumb {
  width: 150px;
  height: 109px;
  background-image: url('../../images/f_plattegrond_small.jpg');
  cursor: hand;
  cursor: pointer;
  z-index:1000;
}

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

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

