.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {/*background*/
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #cfcfd2;
}
.jScrollPaneDrag {/*scroll barre*/
	position: absolute;
	background: #6d6a5e;
	cursor: pointer;
	overflow: hidden;
}

