.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0,0,0,0.1)
}
.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0,0,0,0.5);
	border-radius:3px;
	cursor:pointer !important;
}
.swiper-scrollbar-cursor-drag {
	cursor: move;
}

#gallery .swiper-scrollbar
{
	margin-top:20px;
	border-radius:0px;
	background:url(../images/scrollbar1.png) repeat-x;
	height:4px;
	width:983px;
	cursor:pointer;
}

#gallery .swiper-scrollbar-drag 
{
	/* background:#999; */
	background: #e8e8ea url(../images/drag.png) no-repeat center 2px;
	height:9px;
	top:-2px;
	top:-3px\9 !important;
}

#events .swiper-scrollbar
{
	position:absolute;
	left:-11px;
	top:38px;
	background:#dadada;
	height:647px;
	width:2px;
}

#events .swiper-scrollbar-drag 
{
	background:#fff url(../images/drag2.png) no-repeat 2px center;
	width:9px;
	left:-4px;
	left:-5px\9 !important;
	border-top:1px solid #c4c4c4;
	border-bottom:1px solid #c4c4c4;
	border-left:1px solid #c4c4c4;
	border-right:1px solid #c4c4c4;
}