.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	background-image: url('../images/left_arrow.png') !important;
	left: 0px !important;
	background-repeat: no-repeat;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	background-image: url('../images/right_arrow.png') !important;
	right: 0px !important;
	background-repeat: no-repeat;
}
.swiper-button-next, .swiper-button-prev {
	background-size: 12px !important;
	background-color: white;
}

.white-strip .container .swiper-container .swiper-button-next, .white-strip .container .swiper-container .swiper-button-prev {
	background-color: #EDEDED;
}
