/* Map container */
DIV#mapContainer {
  width: 525px;
  height: 525px;
  background-image: url(../images/f_plattegrond_xxl_preload.jpg);
  background-position: center center;
  border: 1px solid #B2C317;
}

/* Small map container */
DIV#mapContainerThumb {
  width: 200px;
  height: 207px;
  background-image: url(../images/f_plattegrond_small.gif);
  cursor: hand;
  cursor: pointer;
  border: 1px solid #CACB0D;
  margin-top: 18px;
}

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

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

/* Hotspot */
div.mapHotspot {
  position: absolute;
  width: 20px;
  height: 20x;
  margin: -10px 0px 0px -10px;
}
