/* 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: 20px;
background: url(../images/scrollbar.gif) 0px 0px repeat-y;
}
.vscrollerbar {
width: 20px;
background: url(../images/scrollbar.gif) -20px 0px repeat-y;
}
.vscrollerbar {
padding: 15px;
z-index: 2;
}
.vscrollerbarbeg {
background: url(../images/scrollbar.gif) -60px -36px no-repeat;
width: 20px;
height: 18px !important;
}
.vscrollerbarend {
background: url(../images/scrollbar.gif) -60px 0px no-repeat;
width: 20px;
height: 18px;
}

.vscrollerbasebeg {
background: url(../images/scrollbar.gif) -40px -36px no-repeat;
width: 20px;
height: 18px !important;
}
.vscrollerbaseend {
background: url(../images/scrollbar.gif) -80px -36px no-repeat;
height: 18px;
width: 20px;
}
/* Scroll Bar Master Styling Ends Here */
