/* Map container */
DIV#mapContainer {
  width: 678px;
  height: 380px;
  background-image: url(../images/i_plattegrond_xxl_preload.jpg);
  border: 1px solid #E0B83C;
}

/* Small map container */
DIV#mapContainerThumb {
  width: 250px;
  height: 234px;
  background-image: url(../images/i_plattegrond_small.jpg);
  cursor: hand;
  cursor: pointer;
  border: 1px solid #E0B83C;
  float: left;
  margin-right: 30px;
}

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

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

DIV.divHotspot {
  position: absolute;
  width: 16px;
  height: 16px;
  font-size: 0pt;
  cursor: hand;
  cursor: pointer;
}

DIV.divHotspot A {
  float: left;
  width: 16px;
  height: 16px;
  font-size: 0pt;
  text-decoration: none;
}

div.divPlatFoto {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 250px;
  padding: 5px;
  background-color: #FEFDEB;
  border: 1px solid #E0B83C;
  display: none;
  z-index: 1000;
}