
/*  scrollgeneric is used for corrective styling of elements, and should not be modified or removed */ 
.scrollgeneric
{
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0;
left: 0;
}

.vscrollerbase, .vscrollerbar {
width: 18px;
top: 0px;
}

.vscrollerbar {
left: 0px;
}

.hscrollerbase, .hscrollerbar {
height: 18px;
left: 0px;

}

.hscrollerbar {
top: 0px;
}

.vscrollerbar, .hscrollerbar {
/*padding information of these elements are only used for
padding of the scroll-bar with respect to the scroll base,
the padding will automatically be turned off by the script*/
padding: 5px;
/* z-index for scrollbars no longer has to be given as of version
1.7.5 for correct operation, but it is still recommended, as this
decides the z-index for content.*/
z-index: 2;
}

#sidebar-left .vscrollerbarbeg {
background: url(../img/vscroller.png) 0px -9px;
width: 18px;
height: auto;
}

#sidebar-left .vscrollerbarend {
background: url(../img/vscroller.png);
width: 18px;
height: 9px;
}

#sidebar-left .vscrollerbase {
width: 18px;
background: #DDDDDD none;
}

#sidebar-left .vscrollerbar {
background-color: #8F9793;
padding: 0px;
}

#sidebar-left .vscrollerbasebeg, #sidebar-left .vscrollerbaseend {
background-image: none;
}
