BODY {
  padding: 5px;
  margin: 0px;
	}
DIV#mapContainer {
  width: 400px;
  height: 350px;
  background-image: url('../../images/f_plattegrond_xxl_preload.jpg');
  background-position: -500px -500px;
	}
DIV#mapDrag {
  width: 2550px;
  height: 1132px;
  background-image: url('../../images/f_plattegrond_xxl.jpg');
	}

DIV#mapContainerThumb {
  width: 180px;
  height: 80px;
  background-image: url('../../images/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;
	}

/*
IMG#imgNav {
  position: absolute;
  top: 1px;
  right: 1px;
  z-index: 100;
	}
*/
div.plgrFotocomm {
  position: absolute;
  padding: 10px;
  margin: 4px;
  background-color: #FC3;
	}
div.plgrFotocomm div {
  text-align: left;
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 10px;
  }
div.plgrFotocomm div b {
  font-size: 12px;
  color: #5B1819;
  }
div.plgrFotocomm img {
  border: 1px solid #FFF;
  background-color: #FE9;
  }
div.bungHScomm {
  position: absolute;
  z-index: 1001;
  padding: 2px 4px;
  background-color: #FC3;
  font-size: 10px;
  font-family: Arial, Helvetica, sans-serif;
  visibility: hidden;
  }
div.bungHScomm b {
  font-weight: bold;
  font-size: 11px;
  }
