/**
HTML:
  <div class="slideshow-captions">
    ...
  </div>
  
Notes:
  Customize the hidden / visible classes to affect the captions animation.
*/

.slideshow-page27-captions {
  background: #000000;
  color: #FFFFFF;
  font: normal 12%;
  line-height: 22px;
  left: 0;
  overflow: hidden;
  position: absolute;
  text-indent: 10px;
  width: 100%;
  z-index: 10000;
}
.slideshow-page27-captions-hidden {
  height: 0;
  opacity: 0;
}
.slideshow-page27-captions-visible {
  height: 22px;
  opacity: .7;
}

.slideshow-page27-captions {
	bottom: 0;
}