
 .jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
  outline: none;
 /* clear: left; */
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #aaa; outline: none
}
.jScrollPaneDrag {
	position: absolute;
	background: #4c4a49;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
    background: url(../images/scroll/haut.gif) top center no-repeat; /*bas scroll*/
width: 7px;
height: 10px;
}

.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
    background: url(../images/scroll/bas.gif) top center no-repeat; /*bas scroll*/
width: 7px;
height: 10px;
}

