
DIV#divDragWrapper, DIV#mapContainer {
	width: 400px;
	height: 349px;
	}
DIV#divDragWrapper {
	float:left;
	}
DIV#mapContainer {
  background-image: url('../../images/f_plattegrond_xxl_preload.gif');
  background-position: 0px 0px;
	}
DIV#mapDrag {
  width: 2026px;
  height: 1413px;
  background-image: url('../../images/f_plattegrond_xxl.gif');
	}

DIV#divThumbWrapper, DIV#mapContainerThumb {
  width: 250px;
  height: 174px;
	}
DIV#divThumbWrapper {
	border:1px solid black;
	float:left;
	/* position:relative; */
width:250px;
text-align:center;
margin-left:20px;
clear:right;
float: left; 

	}
DIV#mapContainerThumb {
  background-image: url('../../images/f_plattegrond_small.gif');
  cursor: hand;
  cursor: pointer;
  position:relative;
	}
	
DIV#divThumbWrapper, DIV#divDragWrapper {
	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;
}
*/
