/* Map container */
DIV#mapContainer {
  width: 450px;
  height: 400px;
  background-image: url(../images/i_plattegrond_preload.gif);
  border: 1px solid #925231;
  margin-right: 10px;
}

/* Small map container */
DIV#mapContainerThumb {
  width: 200px;
  height: 283px;
  background-image: url(../images/i_plattegrond_nl_small.gif);
  cursor: hand;
  cursor: pointer;
  border: 1px solid #925231;
}

/* Draggable map */
DIV#mapDrag {
  position: absolute;
  cursor: move;
  z-index: 100;
  background-image: url(../images/i_plattegrond_nl_xxl.gif);
}
DIV#mapHotspots,
DIV#mapDrag {
  width: 1000px;
  height: 1414px;
}

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

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

img.hotspotTekoop {
  border: 1px solid #EA4606;
}
