/* 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;}


.hscrollerbase {
height: 12px;
background: #C5C5C5 url(scroll_body.png) 0px -12px repeat-x;
}
.hscrollerbar {
height: 12px;
width: 21px;
background: #e00101 url(scroll_body.png) 0px 0px repeat-x;
}
.vscrollerbar, .hscrollerbar {
padding: 14px;
z-index: 2;
}

.hscrollerbarbeg {
background: url(basebarcaps_verticalbarbody.png) -54px 0px no-repeat;
height: 12px;
width: 21px !important;
}
.hscrollerbarend {
background: url(basebarcaps_verticalbarbody.png) -54px -12px no-repeat;
height: 12px;
width: 21px;
}


.hscrollerbasebeg {
background: url(basebarcaps_verticalbarbody.png) -36px 0px no-repeat;
height: 12px;
width: 18px !important;
}
.hscrollerbaseend {
height: 12px;
width: 18px;
background: url(basebarcaps_verticalbarbody.png) -36px -12px no-repeat;
}

/* Scroll Bar Master Styling Ends Here */

