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

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

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

/* 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;
}
