/* 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: 13px;
background: #D7EBDF url(basebarcaps_verticalbarbody.png) 0px 0px repeat-y;
}
.vscrollerbar {
width: 13px;
background: #99CBCB url(basebarcaps_verticalbarbody.png) -13px 0px repeat-y;
}
.hscrollerbase {
height: 13px;
background: #D7EBDF url(horizontalbarbody_cornerjog.png) 0px -13px repeat-x;
}
.hscrollerbar {
height: 13px;
background: #99CBCB url(horizontalbarbody_cornerjog.png) 0px -26px repeat-x;
}
.vscrollerbar, .hscrollerbar {
padding: 10px;
z-index: 2;
}
.vscrollerbarbeg {
background: url(basebarcaps_verticalbarbody.png) -39px -26px no-repeat;
width: 13px;
height: 13px !important;
}
.vscrollerbarend {
background: url(basebarcaps_verticalbarbody.png) -39px 0px no-repeat;
width: 13px;
height: 13px;
}
.hscrollerbarbeg {
background: url(basebarcaps_verticalbarbody.png) -52px -13px no-repeat;
height: 13px;
width: 13px !important;
}
.hscrollerbarend {
background: url(basebarcaps_verticalbarbody.png) -26px -13px no-repeat;
height: 13px;
width: 13px;
}
.scrollerjogbox {
width: 13px;
height: 13px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background: #4E727C url(horizontalbarbody_cornerjog.png) 0px 0px;
}
.vscrollerbasebeg {
background: url(basebarcaps_verticalbarbody.png) -26px -26px no-repeat;
width: 13px;
height: 13px !important;
}
.vscrollerbaseend {
background: url(basebarcaps_verticalbarbody.png) -52px -26px no-repeat;
height: 13px;
width: 13px;
}
.hscrollerbasebeg {
background: url(basebarcaps_verticalbarbody.png) -52px 0px no-repeat;
height: 13px;
width: 13px !important;
}
.hscrollerbaseend {
height: 13px;
width: 13px;
background: url(basebarcaps_verticalbarbody.png) -26px 0px no-repeat;
}
.scrollerjogbox:hover {
background: #5E828C url(basebarcaps_verticalbarbody.png) -39px -13px;
}
/* Scroll Bar Master Styling Ends Here */
