/* Map container */
DIV#mapContainer {
  width: 578px;
  height: 350px;
  border: 4px solid white;
  /*background-image: url(../images/plattegrond/f_plattegrond_preload.jpg);*/
}

/* Small map container */
DIV#mapContainerThumb {
  float: right;
  width: 200px;
  height: 158px;
  background-image: url(../images/plattegrond/f_plattegrond_small.jpg);
  cursor: hand;
  cursor: pointer;
  border: 4px solid white;  
}

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

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

