.slider__arrows-item {
  position: absolute;
  top: 50%; width: 50px; height: 50px;
  margin-top: -25px;
  text-indent: -9999px;
  background-image: url('nav.png');
  background-repeat: no-repeat;
  z-index: 4000;
}
.slider__arrows-item:hover {
	/*background-color: rgba(184,41,47,0.03);*/
}

.slider__arrows-item--left {
	left: 50%;
	margin-left: -470px;
	background-position: 0 center;
}

.slider__arrows-item--right {
	right: 50%;
	margin-right: -470px;
	background-position: -60px center;
}

.slider__arrows-item--left:hover {
	background-position: -120px center;
}

.slider__arrows-item--right:hover {
	background-position: -180px center;
}

.slider__arrows-item--left:active {
	margin-top: -24px;
	background-position: -120px center;
}

.slider__arrows-item--right:active {
	margin-top: -24px;
	background-position: -180px center;
}
