div#rightColumn #content div.swiper-scrollbar {	
	height:20px;
	width:450px;
	margin: 0 0 15px 75px;
	
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0,0,0,0.1)
}
div#rightColumn #content div.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0,100,255,0.3);
	border-radius: 10px;
	
}
div#rightColumn #content div.swiper-scrollbar-cursor-drag {
	cursor: grab;
}