/* CSS Document */

.jscrollerBlocScroll{ position:absolute; left:15px; width:21px; top:25px; bottom:25px; display:none; }

.jscrollerUp{
	position:absolute; top:0px; left:0px; height:23px; width:21px; background:url(../images/scrollTop.png) no-repeat center center; 
	cursor:pointer;
}
.jscrollerBarreZone{
	position:absolute; top:25px; bottom:25px; left:7px; right:7px; padding-top:5px; padding-bottom:5px; 
	background-color:#FFFFFF; cursor:pointer;
}

.jscrollerBarreCurseur{
	position:absolute; left:0px; right:0px; top:0px; margin-top:5px; margin-bottom:5px; height:20px; background-color:#89453A;
	-moz-opacity:0.8; opacity: 0.8; filter:alpha(opacity=80);
}	

.jscrollerDown {
	position:absolute; bottom:0px; left:0px; height:23px; width:21px; background:url(../images/scrollBottom.png) no-repeat center center; cursor:pointer;
}

