div#overlay { 
  background-color           : #000;
  text-align                 : center;
}
div#overlay div.header  { 
  background-color           : #000; 
}
div#overlay div.picture { 
  overflow                   : hidden; 
}
div#overlay div.footer  { 
  background-color           : #000; 
}
div#overlay span#title { 
  font-family                : Tahoma,Arial; 
  font-size                  : 10pt; 
  font-weight                : bold; 
  color                      : #fff; 
  text-align                 : center; 
}

/* De container voor de thumbnails en foto's */
div#gallery {
  position                   : absolute;
  margin-left                : 32px;
  margin-right               : 32px;
  top                        : 32px;
  padding                    : 4px;
  width                      : 668px;
  height                     : 468px;
  background-color           : #000;
}

/* Geen opmaak van links */
div#gallery a {
  outline                    : none;
  text-decoration            : none;
}

/* Border om thumbnails */
div#gallery img.thumb {
  border                     : 2px solid #fff; 
}

/* Paragraaf met begeleidende tekst */
div#gallery div.toelichting {
  font-family                : Tahoma,Arial; 
  font-size                  : 8pt; 
  font-weight                : bold; 
  color                      : #fff; 
  position                   : relative;
  top                        : 4px;
  text-align                 : center; 
}

div#gallery div.thumbs {
  position                   : relative;
  top                        : 12px;
  text-align                 : center; 
}

div.invisible {
  display                    : none;
}
