.swiper-scrollbar, .swiper-scrollbar2, .swiper-scrollbar3 {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0,0,0,0.1);
	  height:10px;
  width: 94%;
  left: 3%;
  bottom: 10px;
  box-shadow: 1px 1px 1px rgba(0,0,0,0.8) inset;
}
.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0,0,0,0.5);
	border-radius: 10px;
	box-shadow: 0px 1px 1px #000;
}
.swiper-scrollbar-cursor-drag {
	cursor: move;
}
