/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

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

.vscrollerbase {
width: 8px;
background-color: #FFFFFF;
}
.vscrollerbar {
width: 6px;
border-left: 1px solid #000000;
border-right: 1px solid #000000;
background-color: #FFFFFF;
}
.vscrollerbar, .hscrollerbar {
padding: 10px;
z-index: 2;
}
.vscrollerbarbeg {
background-color: #FFFFFF;
width: 8px;
height: 0px !important;
}
* html .vscrollerbarbeg {
margin: -2px 0 0 0;
}
.vscrollerbarend {
background-color: #FFFFFF;
width: 8px;
height: 0px !important;
}
* html .vscrollerbarend {
margin: 2px 0 0 0;
}
.vscrollerbasebeg {
background: url(../images/buttons/uplib.gif) no-repeat;
width: 8px;
height: 8px !important;
}
.vscrollerbaseend {
background: url(../images/buttons/downlib.gif) no-repeat;
height: 8px;
width: 8px;
}

