
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
    margin-top:10px;
    margin-bottom:10px;
    padding:0;
    background: url(/public/images/pieceCENTRALE.png) no-repeat 0 0;
    width:17px !important;
}

 #products .jScrollPaneTrack {
	position: absolute;
	right: 2px;
	bottom: 0;
	height:93% !important;
  	margin-top:10px;
    margin-bottom:10px;
    margin-left:3px;
    padding:0;
	border:1px solid #BCBCBC;
    width:12px !important;
	background: inherit;
}

.jScrollPaneDrag {
	position: absolute;
	background: url(/public/images/scroller.gif) no-repeat 0 0;
	cursor: pointer;
	overflow: hidden;
    height:56px !important;
	margin-left:3px;
    width:12px !important;
}

#products .jScrollPaneDrag {
    margin-left:0px;	
}

.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	height: 9px;
    padding-bottom: 5px;
    padding-left:0;
    width:17px !important;
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
    padding-bottom:3px;
	height: 9px;
    padding-left:0;
    width:17px !important;
}

a.jScrollArrowUp {
	background: url(/public/images/flecheHAUT.png) no-repeat 0 0;
    margin-bottom: 10px;
    padding-bottom:3px;
    padding-left:1px;
    width: 15px;
}

a.jScrollArrowDown {
	background: url(/public/images/flecheBAS.png) no-repeat 0 0;
    width: 15px;
}

a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	background-position: 0 -30px;
}
