div#divMapThumb {
  position: absolute;
  width: 168px;
  height: 217px;
  background-color: #85BED4;
  padding: 1px;
  z-index: 999;
  border-left: 1px solid #85BED4;
  border-top: 1px solid #85BED4;
  border-right: 1px solid gray;
  border-bottom: 1px solid gray;
}
div#divMapThumbHeader {
  font-size: 8pt;
  font-weight: bold;
  font-family: Verdana;
  padding: 2px;
  cursor: move;
}

/*div#divMapDrag {
  position: absolute;
  left: 0px;
  bottom: -1px;
  width: 97%;
  height: 300px;
  border-left: 1px solid #85BED4;
  border-top: 1px solid #85BED4;
}*/

div#mapContainer{
  float: left;
  background-color: #D2E5EF !important;
	width: 100%;
	height: 300px;
	padding: 0px;
}
DIV#mapDrag {
  width: 1000px;
  height: 1190px;
  background-image: url(../images/f_plattegrond_xxl.jpg);
}
DIV#mapContainerThumb {
  width: 168px;
  height: 200px;
  background-color: white;
  background-image: url(../images/f_plattegrond_small.gif);
  cursor: hand;
  cursor: pointer;
}
DIV#mapThumb {
  width: 0px;
  height: 0px;
	border: 1px solid #000000;
  background-color: white;
  filter: alpha(opacity=40,enabled=1);
  -moz-opacity: .4;
}

