/* Map container */
DIV#mapContainer {
  width: 415px;
  height: 400px;
  background-image: url(../images/f_plattegrond_xxl_preload.gif);
  background-position: left top;
}

/* Small map container */
DIV#mapContainerThumb {
  width: 355px;
  height: 205px;
  background-image: url(../images/f_plattegrond_small.jpg);
  cursor: hand;
  cursor: pointer;
}

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

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

