/* Map container */
DIV#mapContainer {
  width: 498px;
  border: 1px solid white;
  height: 400px;
}

/* Small map container */
DIV#mapContainerThumb {
  width: 188px;
  height: 168px;
  background-image: url(../images/f_plattegrond_small.gif);
  cursor: hand;
  cursor: pointer;
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: 445px;
  left: 80px;
}

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

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


