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

/* Small map container */
DIV#mapContainerThumb {
  top: 0px;
  left: 0px;
  margin-left: -13px;
  width: 200px;
  height: 267px;
  background-image: url('../images/f_plattegrond_small.jpg');
  cursor: hand;
  cursor: pointer;
  z-index: 10;
}

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

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

DIV#divNav {
  margin-top: 20px;
  margin-left: 10px;
}
