/* Map container */
DIV#mapContainer {
  height: 400px;
  margin-left: 22px;
  margin-top: -424px;
  width: 525px;
}

/* Small map container */
DIV#mapContainerThumb {
  position: relative;
  width: 300px;
  height: 137px;
  background-image: url(../images/plattegrond/f_plattegrond_small.jpg);
  cursor: hand;
  cursor: pointer;
  margin-top: -164px;
  margin-left: 23px;
}

/* Draggable map */
DIV#mapDrag {
  position: absolute;
  cursor: move;
  z-index: 100;
  background-image: url(../images/plattegrond/f_plattegrond_xxl.jpg);
  width: 1490px;
  height: 681px;
}

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

.highslide-wrapper .highslide-html-content {
  width: 400px;
  padding: 15px;
  height: auto;
}
#my-content h1 {
  font-size:14px;
}
.footer {
  margin-top:20px;
  height:20px;
}
.footer a {
  float:right;
}
.divHotspotThumb {
  width: 5px;
  height: 5px;
  background-color: blue;
}


