.slider {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.slider__wrapper {
  height: auto;
  list-style: none;
  overflow: hidden;
  *zoom: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  margin:0;
  padding:0;
}
.slider__item {
  height: auto;
  float: left;
  clear: none;
  margin:0;
  padding:0;
}
.slider__arrows-item {
  position: absolute;
  display: block;
  margin-bottom: -20px;
  cursor: pointer;
  font-size:30px; line-height:30px;
  color:#c61c21;
  padding:5px;
}
.slider__arrows-item--right {
  bottom: 50%;
  right: 10px; 
}
.slider__arrows-item--right:after {content:"\e604"!important;}
.slider__arrows-item--left {
  bottom: 50%;
  left: 0px;  
}
.slider__arrows-item--left:before {content:"\e606"!important;}
.slider__nav {
  position: absolute;
  bottom: 10px;
}
.slider__nav-item {
  width: 12px;
  border-radius: 50%;
  height: 12px;
  float: left;
  clear: none;
  display: block;
  margin: 0 5px;
  background: #a1a1a1;
}
.slider__nav-item--current {
  background: #e10d24;
}
.slider__nav-item:hover {
  background: #e10d24;
}
