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

/* Small map container */
DIV#mapContainerThumb {
	width: 200px;
	height: 249px;
	background-image: url(../images/f_plattegrond_small.gif);
	cursor: hand;
	cursor: pointer;
}

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

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

div#Nav {
  left: 570px;
  position: absolute;
  top: 95px;
  z-index: 2;
}
.divHotspot {
  position:absolute;
}
.divHotspotThumb {
  border:1px solid black;
  position:absolute;
  width:4px;
  height:4px;
  background-color:red;
}


