/* @override http://intra/projet/ism25.phixso/site/_includes/jquery-plugins/jScrollPane.css */

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
	padding-right: 25px;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0px;
	top: 0px;
	height: 100%;
	background: #4f4b46;
	/*border: 1px solid #6a6765;*/
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	height: 115px !important;

}
.jScrollPaneDrag {
	position: absolute;
	background: #6a6765;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
	overflow: hidden;
}

.jScrollPaneDrag:hover {
	background: #8f8c89;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
