/* Map container */
DIV#mapContainer {
  border: 1px solid #DEE0D9;
  background: white url(../images/ajax-loader.gif) center no-repeat;
  height: 420px;
  margin: 10px;
  top: 20px;
  width: 480px;
  z-index: 10;
}

/* Small map container */
DIV#mapContainerThumb {
  margin-left: 10px;
  width: 480px;
  height: 316px;
  background-image: url('../images/plattegrond_small.jpg');
  cursor: hand;
  cursor: pointer;
  position: relative;
  border: 1px solid #DEE0D9;
}

/* Draggable map */
DIV#mapDrag {
  position: absolute;
  cursor: move;
  z-index: 9;
  background-image: url('../images/plattegrond_xl.jpg');
  width: 2270px;
  height: 1495px;
}

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

DIV#navContainer {
  width: 233px;
  height: 135px;
  right: 12px;
  border: 1px solid #DEE0D9;
}

