#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: 190px;
  width: 100%;
}
.slides-navigation a {
	position: absolute; display: block; width: 56px; height: 55px; text-indent: -999em; text-decoration: none; float: left; opacity: 0.5; -moz-opacity: 0.5; filter:alpha(opacity=50);
}
.slides-navigation a.prev {
	background: url("/images/up-arrow-on.png") no-repeat center center;
	right: 0px;
	top: 0px;
}
.slides-navigation a.next {
	background: url("/images/down-arrow-on.png") no-repeat center center;
	right: 0px;
	top: 55px;
}

.slides-pagination {
  position: absolute;
  top: 160px; 
  z-index: 9999;
  text-align: right;
  width: 960px;
  padding: 4px 10px;
}
.slides-pagination a {
  background: #ccc;
  border-radius: 15px;
  border: 1px solid #343536;
  width: 13px;
  height: 13px;
  display: inline-block;
  margin: 5px;
}
.slides-pagination a.current {
  background: #fff;
}
