.scrollgeneric
{
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0;
	left: 0;
}

.vscrollerbase
{
	width: 24px;
	background-color: white;
}

.vscrollerbar
{
	width: 24px;
}

.hscrollerbase
{
	height: 22px;
	background-color: white;
}

.hscrollerbar
{
	height: 22px;
	background-color: black;
}

.vscrollerbar 
{
	background-image: url(curseur.png);
		width: 24px;
		height: 24px !important;
}

.vscrollerbar, .hscrollerbar 
{
	padding: 1px;
	z-index: 2;
}

.vscrollerbase 
{
	background-image: url(scroll_fond.png);
	width: 24px;
	background-repeat:repeat-y;
}

.vscrollerbasebeg 
{
	background-image: url(scroll_haut.png);
	background-repeat:no-repeat; 
		width: 24px;
		height: 10px !important;
}

.vscrollerbaseend 
{
	background-image: url(scroll_bas.png);
	background-repeat:no-repeat; 
		width: 24px;
		height: 10px !important;
}

.scrollerjogbox
{
	width: 22px;
	height: 22px;
	top: auto;
	left: auto;
	bottom: 0px;
	right: 0px;
	background: #698AAA;
}

