/* 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: 24px;
background: url(../../images/basebarcaps_verticalbarbody-white.gif) 0px 0px repeat-y;
}
.vscrollerbar {
width: 24px;
background: url(../../images/basebarcaps_verticalbarbody-white.gif) -24px 0px repeat-y;
}
.hscrollerbase {
height: 24px;
background: url(../../images/horizontalbarbody_cornerjog-white.gif) 0px -24px repeat-x;
}
.hscrollerbar {
height: 24px;
background: url(../../images/horizontalbarbody_cornerjog-white.gif) 0px -48px repeat-x;
}
.vscrollerbar, .hscrollerbar {
padding: 24px;
z-index: 2;
}
.vscrollerbarbeg {
background: url(../../images/basebarcaps_verticalbarbody-white.gif) -72px -48px no-repeat;
width: 24px;
height: 24px !important;
}
.vscrollerbarend {
background: url(../../images/basebarcaps_verticalbarbody-white.gif) -72px 0px no-repeat;
width: 24px;
height: 24px;
}
.hscrollerbarbeg {
background: url(../../images/basebarcaps_verticalbarbody-white.gif) -96px -24px no-repeat;
height: 24px;
width: 24px !important;
}
.hscrollerbarend {
background: url(../../images/basebarcaps_verticalbarbody-white.gif) -48px -24px no-repeat;
height: 24px;
width: 24px;
}
.scrollerjogbox {
width: 24px;
height: 24px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background: url(../../images/horizontalbarbody_cornerjog-white.gif) 0px 0px;
}
.vscrollerbasebeg {
background: url(../../images/basebarcaps_verticalbarbody-white.gif) -48px -48px no-repeat;
width: 24px;
height: 24px !important;
}



.vscrollerbaseend {
background: url(../../images/basebarcaps_verticalbarbody-white.gif) -96px -48px no-repeat;
height: 24px;
width: 24px;
}
.hscrollerbasebeg {
background: url(../../images/basebarcaps_verticalbarbody-white.gif) -96px 0px no-repeat;
height: 24px;
width: 24px !important;
}
.hscrollerbaseend {
height: 24px;
width: 24px;
background: url(../../images/basebarcaps_verticalbarbody-white.gif) -48px 0px no-repeat;
}
.scrollerjogbox:hover {
background: url(../../images/basebarcaps_verticalbarbody-white.gif) -48px -24px;
}
/* Scroll Bar Master Styling Ends Here */

