BODY {
  padding: 5px;
  margin: 0px;
}
DIV#divDragContainer {
  width: 450px;
  height: 450px;
  background-image: url('../images/f_plattegrond_preload.gif');
  background-position: -500px -500px;
}
DIV#divDrag {
  width: 1000px;
  height: 1190px;
  background-image: url('../images/f_plattegrond_xxl.jpg');
}
DIV#divThumbContainer {
  width: 245px;
  height: 293px;
  background-image: url('../images/f_plattegrond_small.jpg');
  cursor: hand;
  cursor: pointer;
}
DIV#divThumb {
  width: 0px;
  height: 0px;
	border: 1px solid #000000;
  background-color: white;
  filter: alpha(opacity=40,enabled=1);
  opacity: .4;
}

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

/* Small map container */
DIV#mapContainerThumb {
  width: 245px;
  height: 293px;
  background-image: url('../images/f_plattegrond_small.jpg');
  cursor: hand;
  cursor: pointer;
  position:relative;
}

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

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


/*
IMG#imgNav {
  position: absolute;
  top: 1px;
  right: 1px;
  z-index: 100;
}
*/