#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: 5%;
  background:url(../img/bg_direction_nav.png) left center no-repeat;
  width:60px;
  height:83px;
}
.slides-navigation a.next {
  right: 5%;
  background:url(../img/bg_direction_nav.png) right center no-repeat;
  width:60px;
  height:83px;
}

.slides-pagination {
  position: absolute;
  z-index: 3;
  bottom: 26%;
  text-align: center;
  width: 100%;
}
.slides-pagination a {
  border: 3px solid #000920;
  border-radius: 15px;
  background: #000920;
  width: 8px;
  height: 8px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  font-size: 0;
  *display: inline;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR4nGP6zwAAAgcBApocMXEAAAAASUVORK5CYII=");
  margin: 2px;
  overflow: hidden;
  text-indent: -100%;
}
.slides-pagination a.current {
  background: #fff;
}
.wide-container{ height:490px; border-bottom:7px solid #f0e6c0;}
