#slides {
  position: relative;
}

#slides .slides-control{
position: relative;
height: 100%;
}

#slides ul{
margin: 0px;
padding: 0px;
list-style: none;
position: relative;
height: 100%;
}

#slides ul li{
position: absolute;
overflow: hidden;
height: 100%;
top: 0px;
}

#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: 10;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  height:60px;
}
.slides-navigation a {
  position: absolute;
  display: block;
}
.slides-navigation a.prev {
  left: 0px;
  width:60px;
  height:60px;
  background: url("../images/slideshow_left.jpg") center center no-repeat
}
.slides-navigation a.prev:hover{
  background: url("../images/slideshow_left_hover.jpg") center center no-repeat;
}  
.slides-navigation a.next {
  right: 0px;
  width:60px;
  height:60px;
  background: url("../images/slideshow_right.jpg") center center no-repeat;
}
.slides-navigation a.next:hover{
  background: url("../images/slideshow_right_hover.jpg") center center no-repeat;
}  

.slides-pagination {
  position: absolute;
  z-index: 3;
  bottom: 10px;
  text-align: center;
  width: 100%;
}
.slides-pagination a {
  width: 16px;
  height: 16px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  /*background: url("../images/slideshow.png") center center no-repeat;  */
  margin-left: 5px;
  margin-right:5px;
  overflow: hidden;
  text-indent: -100%;
  font-size:0px;
}

/*.slides-pagination a.current {
  background: url("../images/slideshow_active.png") center center no-repeat;
} */
