.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	/*-ms-touch-action: none;*/
	/*background: rgba(0,0,0,0.1)*/
	background: #f0efef;
}
.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	/*background: rgba(0,0,0,0.5);*/
	background: #c0bebe;
	border-radius: 10px;
	cursor:move
}