div#overlay { 
  background-color           : #191d28;
}
div#overlay div.header  { 
  background-color           : #191d28; 
}
div#overlay div.picture { 
  overflow                   : hidden; 
}
div#overlay div.footer  { 
  background-color           : #191d28; 
}
div#overlay td#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 {
  padding-top                : 10px;
  margin-bottom              : 10px;
  width                      : 600px;
  height                     : 432px;
  background-color           : #191d28;
}

/* 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 {
  position                   : relative;
  top                        : -12px;
}

div.invisible {
  display                    : none;
}
