/* 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: 15px;
background: url(basebarcaps_verticalbarbody.gif) 0px 0px repeat-y;
z-index:3;
}
.vscrollerbar {
width: 15px;
background: url(basebarcaps_verticalbarbody.gif) -15px 0px repeat-y;
}

.vscrollerbar, .hscrollerbar {
padding: 12px;
z-index: 2;
}
.vscrollerbarbeg {
background: url(basebarcaps_verticalbarbody.gif) -45px -45px no-repeat;
width: 15px;
height: 13px !important;
}
.vscrollerbarend {
background: url(basebarcaps_verticalbarbody.gif) -45px -45px no-repeat;
width: 15px;
height: 13px;
}


.vscrollerbasebeg {
background: url(basebarcaps_verticalbarbody.gif) -30px -27px no-repeat;
/*top pointer position*/
cursor: pointer;
width: 15px;
height: 13px !important;
}
.vscrollerbaseend {
background: url(basebarcaps_verticalbarbody.gif) -59px -28px no-repeat;
cursor: pointer;
/*bottom pointer position*/
height: 13px;
width: 15px;
}

.scrollerjogbox:hover {
background: url(basebarcaps_verticalbarbody.gif) -45px -15px;
}
/* Scroll Bar Master Styling Ends Here */

