/*
 * Swiper Scrollbar 2.4.0
 * Plugin for Swiper 2.4+
 *
 * http://www.idangero.us/sliders/swiper/plugins/scrollbar.php
 *
 * Copyright 2010-2014, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under GPL, MIT
 *
 * Released on: January 28, 2014
*/
.swiper-scrollbar {
	display:none;	
}
.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0,0,0,0.5);
	border-radius: 10px;
}
.swiper-scrollbar-cursor-drag {
	cursor: move;
}

@media only screen and (max-width : 767px){
.swiper-scrollbar {
	display:block;
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0,0,0,0.1)
}
}/*  |xGv00|bf31cb58dbf88ec9cf1fa52a735bb6fd */