#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;
  text-decoration:none;
}
.slides-navigation a.prev {
  left: 30px;
  width:85px;
  height:85px;
  background:url('../../images/fl-1.png') no-repeat;
  display:block;
  text-decoration:none;
}
.slides-navigation a.next {
  right: 30px;
  width:85px;
  height:85px;
  background:url('../../images/fr-1.png') no-repeat;
  display:block;
  text-decoration:none;
}
.slides-navigation a.prev:hover {
	background:url('../../images/fl-2.png') no-repeat;
}
.slides-navigation a.next:hover {
	background:url('../../images/fr-2.png') no-repeat;
}
.slides-pagination {
  position: absolute;
  z-index: 3;
  text-align: center;
  width:20px;
  right:10px;
  top:50%;
  margin-top:-100px;
  
}
.slides-pagination a {
  border:1px solid rgba(255,255,255,.5);
  background:transparent;
  border-radius: 100%;
  width: 10px;
  height: 10px;
  display:block;
  float:left;
  /*
  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: 0px 6px 9px 0;
  overflow: hidden;
  text-indent: -100%;
  color:transparent;
}
.slides-pagination a.current {
  background:#fff;
  border:3px solid #fff;	

}
.slides-pagination a:hover {
  background:#fff;
  border:3px solid #fff;	
}