/* Map container */
DIV#mapContainer {
  width: 480px;
  height: 300px;
}

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

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

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


