*{ margin: 0; padding: 0; border: 0;
list-style: none; }

.slider {
  position: relative;
  max-width: 100%;
  height: auto;
  overflow: hidden;
}
.slides {
  height: 100%;
  overflow: hidden;
  *zoom: 1;
}
.slide {
  height: 100%;
  float: left;
  clear: none;
}
.slide img {
  max-width: 100%;
  height: auto;
}




.slider-arrow {
  position: absolute;
  display: block;
  margin-bottom: -20px;
  padding: 20px;
}
.slider-arrow--right {
  bottom: 10%;
  right: 0px;
  background: url(../img/common/right.png) no-repeat;
}
.slider-arrow--left {
  bottom: 10%;
  left: 15px;
  background: url(../img/common/left.png) no-repeat;
}
.slider-nav {
 display: none;
  position: absolute;
  bottom: 30px;
}
.slider-nav__item {
  width: 12px;
  height: 12px;
  float: left;
  clear: none;
  display: block;
  margin: 0 5px;
  border: 1px solid #fff;
  border-radius: 8px;
}
.slider-nav__item:hover {
  background: #fff;
}
.slider-nav__item--current {
  background: #fff;
}