.css-slideshow{
  position: relative;
  display: inline;
  max-width: 30em;
  height: 40em;
  margin: 1em auto 1em auto;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
  font-size: 1.5em;
  font-weight: 300;
  float: left;
  padding-left: 2em; 
  padding-right: 5em;
}

.css-slideshow:hover figure {
  animation-play-state: paused;
}

.css-slideshow figure{
  margin: 0;
  max-width: 495px;
  height: 370px;
  background: #000;
  position: absolute;
}
.css-slideshow img{
  box-shadow: 0 0 2px white;
}
.css-slideshow figcaption{
  position: absolute;
  top: 0;
  color: #fff;
  background: rgba(0,0,0, .3);
  font-size: .8em;
  padding: 8px 12px;
  /*opacity: 0;
  transition: opacity .5s;*/
}

.css-slideshow:hover figure figcaption{
  transition: opacity .5s;
  opacity: 1;
}
.css-slideshow-attr{
  max-width: 495px;
  text-align: right;
  font-size: .7em;
  font-style: italic;
  margin:0 auto;
}
.css-slideshow-attr a{
  color: #666;
}
.css-slideshow figure{
  opacity:0;
}

figure:nth-child(1) {animation: xfade 95s 85s infinite;}
figure:nth-child(2) {animation: xfade 95s 80s infinite;}
figure:nth-child(3) {animation: xfade 95s 75s infinite;}
figure:nth-child(4) {animation: xfade 95s 70s infinite;}
figure:nth-child(5) {animation: xfade 95s 65s infinite;}
figure:nth-child(6) {animation: xfade 95s 60s infinite;}
figure:nth-child(7) {animation: xfade 95s 55s infinite;}
figure:nth-child(8) {animation: xfade 95s 50s infinite;}
figure:nth-child(9) {animation: xfade 95s 45s infinite;}
figure:nth-child(10) {animation: xfade 95s 40s infinite;}
figure:nth-child(11) {animation: xfade 95s 35s infinite;}
figure:nth-child(12) {animation: xfade 95s 30s infinite;}
figure:nth-child(13) {animation: xfade 95s 25s infinite;}
figure:nth-child(14) {animation: xfade 95s 20s infinite;}
figure:nth-child(15) {animation: xfade 95s 15s infinite;}
figure:nth-child(16) {animation: xfade 95s 10s infinite;}
figure:nth-child(17) {animation: xfade 95s 5s infinite;}
figure:nth-child(18) {animation: xfade 95s 0s infinite;}

@keyframes xfade{
  0%{
    opacity: 1;
  }
  10.5% {
    opacity: 1;
  }
  12.5%{
    opacity: 0;
  }
  98% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.thumbnails {
  width: 22em;
  position: relative;
  float: right;
  display: inline;
  padding-right: 2em;
  padding-top: 4em;

}

.thumbnails table span {
  opacity: 0.5;
}

.thumbnails table span:hover {
  opacity: 1;
}

.hoverinst {
  font: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1.25em;
  display: block;
  float: left; 
  position: absolute;
  padding-bottom: 5em;
  height: 5em;
}

.content {
  padding-bottom: 5em;
}

.appfooter {
  padding-top: 2em;
}