
.slick-prev, .slick-next {
  background: none !important;
}
.slick-prev::before, .slick-next::before {
	display: none ;
}
button.slick-prev.slick-arrow {
  background: url("http://off")	no-repeat scroll center center transparent !important;
  display: block !important;
  height: px !important;
  width: px !important;
}
button.slick-next.slick-arrow {
  background: url("http://off")	no-repeat scroll center center transparent !important;
  display: block;
  height: px;
  width: px;
}
