#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 {	
	background:url('/img/arrow_left.png') no-repeat;
	height:38px;
	width:22px;
  left: 3%;
}
.slides-navigation a.next {
	background:url('/img/arrow_right.png') no-repeat;
	height:38px;
	width:22px;
  right: 3%;
}

.slides-pagination {
  position: absolute;
  z-index: 3;
  bottom: 10px;
  text-align: center;
  width: 100%;
}
.slides-pagination a {
  /*border: 2px solid #222;*/
  background:#fff;
  border-radius: 15px;
  width: 10px;
  height: 10px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR4nGP6zwAAAgcBApocMXEAAAAASUVORK5CYII=");
  margin: 5px;
  overflow: hidden;
  text-indent: -9999px;
}
.slides-pagination a.current {
  background: #c6a154;
}


.wide-container {
      max-width: 1090px;
      height: 350px;
      margin: 0 auto;
    }


	.slides-navigation a {font-size:2.22em; color:#eee}
	.slides-navigation a:hover{color:red}
	
@media(max-width:920px){
	.wide-container {
      max-width: 100%;
      height: 120px;
      margin: 0 auto;
    }
    .slides-navigation {top:35%;}
}