#slides {
  position: relative;
}
#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: 46%;
  width: 100%;
}
.slides-navigation a {
  position: absolute;
  display: block;
}
.slides-navigation a.prev {
  left: 0;
}
.slides-navigation a.next {
  right: 0;
}


.slides-pagination {
  position: absolute;
  z-index: 3;
  left: 40px;
  bottom: 40px;
  text-align: center;
}


.slides-pagination a {
  /* border: 2px solid #FFFFFF; */
  border: none;
  
  /* border-radius: 15px; */
  border-radius: 0px;
  
  /* width: 10px; */
  /* height: 10px; */
  width: 11px;
  height: 11px;
  
  /* margin: 2px; */
  margin: 5px 7px;
  
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;

  
  overflow: hidden;
  text-indent: -100%;
  
  /* background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR4nGP6zwAAAgcBApocMXEAAAAASUVORK5CYII="); */
  background: url(../Media/Slider-Dot-Dark.png) no-repeat center center;

}


.slides-pagination a.current {
  /* background: #222; */
  background: url(../Media/Slider-Dot-Light.png) no-repeat;
}





