#fotoboek {
  margin: 0px auto;
  border-top: 1px solid #D4E53B;
  padding: 14px 0px 0px 0px;
  margin-top: 14px;
}

#fotoboek h2 {
  margin: 0px;
  padding: 0px;
  margin-bottom: 7px;
  color: #7CB00F;
  font-family: "Comic Sans MS", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

#fotoboek img {
  height: 100px;
  border: 2px solid #D4E53B;
  float: left;
  margin-right: 7px;
  cursor: hand;
}

#fotoboek img.button {
  border-top: 2px solid #D4E53B;
  border-bottom: 2px solid #D4E53B;
  height: 100px;
  cursor: hand;
}

#fotoboek_weergave {
  height: 104px;
  width: 884px;
  float: left;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
  position: relative;
}

#fotoboek_houder {
  width: 10000px;
  height: 104px;
  left: 0px;
  top: 0px;
  position: absolute;
  white-space: nowrap;
}

#fotoboek.photogallery-small { width: 524px; margin-left: 14px; border-top: 0px; margin-top: 0px; }
#fotoboek.photogallery-small h2 { display: none; }
#fotoboek.photogallery-small #fotoboek_weergave { width: 428px; }

