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

/*
*+html .bloc_essai#archives ul ul{
	margin-left: -17px;
}*/

.jScrollPaneTrack {
	border: 1px solid white;
	position: absolute;
	cursor: pointer;
	right: 15px;
	top:0;
	height: 150px;
	background: white;
}
.jScrollPaneDrag {
	position: absolute;
	background: white;
	cursor: pointer;
	overflow: hidden;
	right: 0px;
	_right: -1px;
	background: #2A6EA1 url('handler.gif') center no-repeat;
	border-top: 1px solid black;
	border-bottom: 1px solid #ccc;

}
.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: 15px;
	text-indent: -2000px;
	overflow: hidden;

	border: 1px solid white;
	border-bottom: 0;
	background: white url('array_up.gif') center no-repeat;
	height: 17px;
}
a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 15px;;
	text-indent: -2000px;
	overflow: hidden;	border: 1px solid white;
	border-bottom: 0;
	background: white url('array_down.gif') center no-repeat;
	height: 17px;
}
