.crsl-items{
  margin: 10px auto;
}
.crsl-item figcaption{
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  color: #FFF;
  background: rgba(0,0,0,.5);
}
.crsl-nav{
  position: static;
  min-height: 15px;
}
div#option-visible{ position:relative; }
.crsl-nav a {
    position: absolute;
    background: rgba(69, 134, 246, 0.65);
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    top: calc(50% - 15px);
    color: #fff;
}
.crsl-nav .previous{
  left: 0;
}
.crsl-nav .next{
  left: calc(100% - 26px);
}
figure {margin:0;padding:0}
.cf:before, .cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  *zoom: 1;
}
figure a img {
  height: auto !important;
}
