
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background:#FFF;
	/*parametres perso!!*/ 
	border-top-style:none;
	border-right-style:solid;
	border-bottom-style:none;
	border-left-style:solid;
	border-width:1px;
	border-color:#87888a;
	/* end of 'parametres perso!!'*/
}
.left .jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background:#FFF;
	/*parametres perso!!*/ 
	border-top-style:none;
	border-right-style:none;
	border-bottom-style:none;
	border-left-style:none;
	border-width:0px;
	border-color:#87888a;
	/* end of 'parametres perso!!'*/
}
.jScrollPaneDrag {
	position: absolute;
	background:#CCC;
	cursor: pointer;
	overflow: hidden;
}
.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;
	background-image:url(../img/arrow-small_up.jpg);
	height: 9px;
	/*parametres perso!!*/ 
	border-style:solid;
	border-width:1px;
	border-color:#87888a;
	/* end of 'parametres perso!!'*/
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background-image:url(../img/arrow-small_down.jpg);
	height: 9px;
	/*parametres perso!!*/ 
	border-style:solid;
	border-width:1px;
	border-color:#87888a;
	/* end of 'parametres perso!!'*/
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}
