
div.gallery-member {
  background-color: black;
  overflow: hidden;
  background-position: center center;  
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  opacity: 0;
  text-align: center;
}

#gallery-caption, #gallery-controls {
  background-color: black;
  color: #999999;
  font-size: 8pt;
  font-family: arial, helvetica, sans-serif;
  position: absolute;
}

#gallery-controls {
  bottom: 0px;
  right: 0px;
}
#gallery-caption {
  bottom: 0px;
  left: 0px;
}
