div#content {
  width: 800px;
  padding: 10px 0px 10px 10px;
}

/* Map container */
DIV#mapContainer {
  width: 561px;
  height: 480px;
  border-top: 1px solid #BCDDE6;
  border-right: 1px solid #BCDDE6;
  border-bottom: 1px solid #BCDDE6;
}

/* Small map container */
DIV#mapContainerThumb {
  width: 180px;
  height: 224px;
  background-image: url('/images/plattegrond/f_plattegrond_small.jpg');
  cursor: hand;
  cursor: pointer;
  border-top: 1px solid #BCDDE6;
  border-left: 1px solid #BCDDE6;
  border-bottom: 1px solid #BCDDE6;
}

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

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

IMG#imgNav {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 100;
  background-color: #fff;
  border-bottom: 2px solid #6BBAFA;
  border-left: 2px solid #6BBAFA;
  filter: alpha(opacity=70,enabled=1);
  -moz-opacity: .7;
}

.hotSpot {
	display: block;
	position: absolute;
	height: 40px;
	width: 40px;
	z-index: 1000;
	border: 0px;
}

.hotSpot img{
	display: none;
}

