DIV#mapContainer {
  width: 340px;
  height: 390px;
  background-image: url('../images/f_plattegrond_xxl_preload.jpg');
  background-position: -500px -500px;
  border: 1px solid black
}
DIV#mapDrag {
  width: 1250px;
  height: 737px;
  background-image: url('../images/f_plattegrond_xxl.gif');
}

DIV#mapContainerThumb {
  position: relative;
  width: 200px;
  height: 118px;
  background-image: url('../images/f_plattegrond_small.gif');
  cursor: hand;
  cursor: pointer;
  border: 1px solid black;
}
DIV#mapThumb {
  width: 0px;
  height: 0px;
	border: 2px solid black;
  background-color: white;
  filter: alpha(opacity=40,enabled=1);
  opacity: .4;
}

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