.accent_slideshow {
  position: relative;
  height: 95px;
  width: 430px;
  display: none;
  margin: 20px 0;
  text-align: center;
}
.accent_slideshow .character {
  padding: 6px 0;
  padding-left: 30px;
}
.accent_slideshow .slide {
  width: 100%;
  display: none;
}
.accent_slideshow .caption {
  width: 430px;
  position: absolute;
  bottom: 0; left: 0;
  font-size: 14px;
  font-style: italic;
  color: #666;

}
