/* 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: 16px;
background: #000000 url(../_images/scroll2Back.jpg) 0px -64px repeat-y;
cursor:pointer;
}
.vscrollerbar {
width: 14px;
background: #a8b2cf url(../_images/scrollBar2.jpg) 0px -16px repeat-y;
padding-top:10px;
padding-bottom:10px;
left:1px;
z-index: 2;
}
.vscrollerbarbeg {
background: url(../_images/scrollBar2.jpg) 0px -8px  no-repeat;
width: 14px;
height: 8px !important;
}
.vscrollerbarend {
background: url(../_images/scrollBar2.jpg) no-repeat;
width: 14px;
height: 8px;
}
.vscrollerbasebeg {
background: #000000 url(../_images/scroll2Back.jpg) 0px -38px no-repeat;
width: 16px;
height: 32px !important;
}
.vscrollerbaseend {
background: #000000 url(../_images/scroll2Back.jpg) no-repeat;
height: 26px;
width: 16px;
}
/* Scroll Bar Master Styling Ends Here */