DIV#mapContainer {
  width: 465px;
  height: 400px;
}
DIV#mapDrag {
  width: 1398px;
  height: 920px;
  background-image: url('/images/plgr/f_plattegrond_xxl.jpg');
}

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

DIV#divDrag DIV#divPlgrHotspots {
  position: relative;
  width: 1398px;
  height: 920px;
  background-image: none;
  z-index: 59;
}
/* Jan origineel
DIV#divDrag DIV#divPlgrHotspots DIV.hotspotMarina,
DIV#divDrag DIV#divPlgrHotspots DIV.hotspotMarina IMG {
  width: 10px;
  height: 10px;
}

DIV#divDrag DIV#divPlgrHotspots DIV.hotspotMarina {
  position: absolute;
  overflow: hidden;
  margin: -5px 0px 0px -5px;
}

DIV#divDrag DIV#divPlgrHotspots DIV.hotspotMarina IMG {
  background-color: Orange;
}
*/


DIV#mapDrag DIV#divPlgrHotspots DIV.hotspotMarina,
DIV#mapDrag DIV#divPlgrHotspots DIV.hotspotMarina IMG {
  width: 39px;
  height: 45px;
}

DIV#mapDrag DIV#divPlgrHotspots DIV.hotspotMarina {
  position: absolute;
  overflow: hidden;
  margin: -19px 0px 0px -23px;
}

DIV#mapDrag DIV#divPlgrHotspots DIV.hotspotMarina IMG {
  background: url(/images/g_hotspot_red.png); 
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/g_hotspot_red.png", sizingMethod="scale");  
}

DIV#ContentHolderPLGRMarinaPopups {
  position: absolute;
  top: 0px; left: 0px;
  z-index: 59;
  letter-spacing: 1px;
  line-height: 150%;
  color: #FFFFFF;
  font-size: 11px;
}

