.slider {
  position: relative;
  width: 100%;
  /*height: 450px;*/
  height: 380px;
  overflow: hidden;
}
.slides {
  height: 100%;
  overflow: hidden;
  *zoom: 1;
}
.slide {
  height: 100%;
  float: left;
  clear: none;
}
.slide img {
@width: 100%;
}
.slider-arrow {
  position: absolute;
  display: block;
  margin-bottom: -20px;
  padding: 20px;
}
.slider-arrow--right {
  bottom: 50%;
  right: 30px;
  background: url(img/right.png) no-repeat;
}
.slider-arrow--left {
  bottom: 50%;
  left: 30px;
  background: url(img/left.png) no-repeat;
}
.slider-nav {
  position: absolute;
  bottom: 76px;
}
.slider-nav__item {
  width: 12px;
  height: 12px;
  float: left;
  clear: none;
  display: block;
  margin: 0 5px;
  /*border: 1px solid #fff;*/
  background-color: #ccc;
  border-radius: 8px;
}
.slider-nav__item:hover {
  /*background: #fff;*/
  background: #daffda;
}
.slider-nav__item--current {
  /*background: #fff;*/
  background: #000;
}