
.jScrollPaneContainer 
{
	position: relative;
	overflow: hidden;
	z-index: 1;
	text-align: justify;
}

/*Fond, barre*/
.jScrollPaneTrack 
{
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #EEEEEE;
}

/*Barre*/
.jScrollPaneDrag 
{
	position: absolute;
	background: url(../img/black.png) repeat-y;
	cursor: pointer;
	overflow: hidden;
}

.jScrollPaneDragTop 
{
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	background: url(../img/black_top.png) no-repeat;
	height: 3px;
}

.jScrollPaneDragBottom 
{
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
	
	background: url(../img/black_bottom.png) no-repeat;
	height: 3px;
}

