#slides-container {
  position: relative;
  width:768px;
}
#slides .slides-container {
  display: none;
}
#slides .scrollable {
  *zoom: 1;
  position: relative;
  top: 0;
  left: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}
#slides .scrollable:after {
  content: "";
  display: table;
  clear: both;
}

.slides-navigation {
  margin: 0 auto;
  position: absolute;
  z-index: 3;
  top: 40%;
  width: 100%;
}
.slides-navigation a {
  position: absolute;
  display: block;
  color:#112b4e;
  font-family: 'Roboto Slab', serif;
  background:#fdf6e7;
  height:100px;
  width:100px;
}
.slides-navigation a.prev {
  left: 20px;
  background:url(../images/circleArrowDouble.png) no-repeat;
  text-indent:-999px;
}
.slides-navigation a.next {
  right: 20px;
  background:url(../images/circleArrowDouble2.png) no-repeat;
  text-indent:999px;
}
.slides-pagination {
  position: absolute;
  z-index: 3;
  bottom: 220px;
  text-align: center;
  width:100%;
}
.slides-pagination a {
  border: 1px solid #FDF6e7;
  border-radius: 15px;
  width: 20px;
  height: 20px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR4nGP6zwAAAgcBApocMXEAAAAASUVORK5CYII=");
  margin: 2px;
  overflow: hidden;
  font-family: 'Roboto Slab', serif;
  font-size:0.875em;
  color:#fdf6e7;
  font-weight:400;
  background:#112b4e;
}
.slides-pagination a.current {
  background: #112b4e;
}
.slides-pagination a:hover {
  background: #112b4e;
}
