.slider {
  position: relative;
  width: 100%;
  /*height: 100%;*/
  height: 400px;
  margin-bottom:0px;
  overflow: hidden;
}
.slider__wrapper {
  height: 100%;
  list-style: none;
  overflow: hidden;
  *zoom: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
}
.slider__item {
width: 100%;
  height: 100%;
  float: left;
  clear: none;
}
.slider__arrows-item {
  position: absolute;
  display: block;
  margin-bottom: -20px;
  padding: 20px;
}
.slider__arrows-item--right {
  bottom: 50%;
  right: 30px;
}
.slider__arrows-item--left {
  bottom: 50%;
  left: 30px;
}
.slider__nav {
  position: absolute;
  bottom: 30px;
}
.slider__nav-item {
    
    border:none;
  width: 12px;
  height: 12px;
  float: left;
  clear: none;
  display: block;
  margin: 0 5px;
  background: #fff;
}

.slider__nav-item a, .slider__nav-item a:hover, .slider__nav-item a:focus {
   border: none;
}

.slider__nav-item--current {
  background: #ccc;
  border:none;
}


.slider__nav-item:hover {
  background: #ccc;
  border:none;
}
