/* Map container */
DIV#mapContainer {
  width: 366px;
  height: 300px;
  background-image: url('http://www.flevonatuur.nl/images/plattegrond/f_plattegrond_xxl_preload.jpg');
  background-position: -500px -500px;
  border: 1px solid ;
	border-color:#D06127;
}

/* Small map container */
DIV#mapContainerThumb {
  width: 200px;
  height: 174px;
  background-image: url('http://www.flevonatuur.nl/images/plattegrond/f_plattegrond_small.jpg');
  cursor: hand;
  cursor: pointer;
  border: 1px solid;
	border-color:#D06127;
  position:relative;
}

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

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

