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

.slideshow-page15-captions {
  background: #000000;
  color: #FFFFFF;
  font: normal 12%;
  line-height: 22px;
  left: 0;
  overflow: hidden;
  position: absolute;
  z-index: 10000;
  height: auto !important;
  /*width: %captions-width%px;*/
  width: 100%;
  
  text-indent: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1.50em;
}
.slideshow-page15-captions-hidden {
  height: 0;
  opacity: 0;
}
.slideshow-page15-captions-visible {
  /*height: 22px;*/
  opacity: .7;
}

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