.scrollable {
  position: relative;
  overflow: hidden;
  height: 265px;
  border-left: 5px solid #ffa513;
}

.scrollable .items {
  position: absolute;
  width: 20000em;
  height: 265px;
}

.items > div {
  position: relative;
  float: left;
  width: 939px;
  height: 265px;
}

.items > div a {
  display: block;
  width: 958px;
  height: 265px;
}

.items > div img {
  float: right;
}
 
.items > div .caption > h2 {
  font-family: "PT Sans", sans-serif;
  font-size: 36px;
  font-weight: bold;
  color: #FFF;
}

.items > div .caption {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 454px;
  height: 220px;
  padding: 50px 30px 0 30px;
  background: rgb(29,58,122); /* Old browsers */
  background: -moz-linear-gradient(left,  rgba(29,58,122,1) 0%, rgba(32,86,204,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(29,58,122,1)), color-stop(100%,rgba(32,86,204,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left,  rgba(29,58,122,1) 0%,rgba(32,86,204,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left,  rgba(29,58,122,1) 0%,rgba(32,86,204,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left,  rgba(29,58,122,1) 0%,rgba(32,86,204,1) 100%); /* IE10+ */
  background: linear-gradient(to right,  rgba(29,58,122,1) 0%,rgba(32,86,204,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d3a7a', endColorstr='#2056cc',GradientType=1 ); /* IE6-9 */
  font-family: "PT Sans", sans-serif;
  font-size: 36px;
  font-weight: bold;
  color: #FFF;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke: 1px transparent;
  text-rendering: optimizeLegibility;
  line-height: 1.6;
}

.items > div .caption span {
  font-weight: 400;
  font-size: 18px;
  color: #FFF;
}

.navi {
  float: right;
}

.navi a {
  display: inline-block;
  width: 30px;
  height: 12px;
  margin: 0 0 0 5px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  background: #b3b3b3;
  cursor: pointer;
}

.navi a:hover {
  background: #999;
}

.navi a.active {
  background: #103d9f;
}