/* 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 {
visibility: visible !important;
}
.vscrollerbase {
width: 10px;
background:url(../img/scroll-base.gif) 0 0 repeat-y;
}
.vscrollerbar {
width: 10px;
background: #434343;
}
.vscrollerbar {
padding: 13px 0;
z-index: 2;
}
.vscrollerbasebeg {
background:url(../img/scroll-top.gif) 0 0 no-repeat;
width: 10px;
height: 13px !important;
}
.vscrollerbaseend {
background:url(../img/scroll-bottom.gif) 0 0 no-repeat;
height: 13px;
width: 10px;

