@charset "UTF-8";
/* CSS Document */
.jscroll
{
	overflow:hidden;
	position:relative;
}
.jscroll_content
{
	display:block;
	position:absolute;
	margin-right:14px;
	top:0;
}
.jscroll_up,.jscroll_down,.jscroll_bar
{
	display:block;
	position:absolute;
	width:14px;
	height:14px;
	right:0;
}
.jscroll_up
{
	top:0;
/*	background:url(buttons.png) no-repeat -14px 0;*/
	background:url(../img/haut.gif) no-repeat;
}
.jscroll_up:active
{
/*	background-position:-28px 0;*/
	background:url(../img/haut_over.gif) no-repeat;
}
.jscroll_up:hover
{
/*	background-position:-28px 0;*/
	background:url(../img/haut_over.gif) no-repeat;
}
.jscroll_down
{
	bottom:0;
	/*background:url(buttons.png) no-repeat -14px -15px;*/
	background:url(../img/bas.gif) no-repeat;
}
.jscroll_down:hover
{
	background:url(../img/bas_over.gif) no-repeat;
}
.jscroll_down:active
{
	/*background-position:-28px -15px;*/
	background:url(../img/bas_over.gif) no-repeat;
}
.jscroll_bar
{
	top:14px;
	background:#333;
}
