#carousel {
  padding-bottom: 20.5px;
  border-bottom: 1px solid #cdcdcd;
}
#carousel-images {
  width: 420px;
  height: 320px;
}
#carousel-images .carousel-image {
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  -moz-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
#carousel-images .carousel-image.active {
  opacity: 1;
}
#carousel-captions {
  width: 494px;
}
#carousel-captions .carousel-caption {
  height: 106px;
  overflow: hidden;
  padding-left: 26px;
  background-image: url('/css/layout/images/carousel-caption.png');
  background-repeat: no-repeat;
}
#carousel-captions .carousel-caption:not(:last-child) {
  border-bottom: 1px solid #cdcdcd;
}
#carousel-captions .carousel-caption.active {
  background-image: url('/css/layout/images/carousel-caption-active.png');
}
#carousel-captions .carousel-caption .section {
  margin-top: 8px;
  font-size: 9px;
  color: #666666;
  text-transform: uppercase;
  line-height: 12px;
}
#carousel-captions .carousel-caption .title {
  font-family: 'Merriweather', serif;
  font-size: 21px;
  line-height: 27px;
  overflow: hidden;
  max-height: 54px;
  font-weight: 400;
}
#carousel-captions .carousel-caption .author {
  font-family: 'Merriweather', serif;
  font-size: 12px;
  font-style: italic;
  color: #b72025;
  line-height: 22px;
}
