/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

.scrollgeneric   { font-size: 1px; line-height: 1px; position: absolute; overflow: auto; clip: auto }

.vscrollerbase   { background-image: url(basebarcaps_verticalbarbody.gif); background-repeat: repeat-y; background-attachment: scroll; background-position: 0 0; width: 15px }
.vscrollerbar   { background-image: url(basebarcaps_verticalbarbody.gif); background-repeat: repeat-y; background-attachment: scroll; background-position: -15px 0; width: 15px }
.hscrollerbase    { background-image: url(#); background-repeat: repeat-x; background-attachment: scroll; background-position: 0 -15px; height: 15px }
.hscrollerbar    { background-image: url(#); background-repeat: repeat-x; background-attachment: scroll; background-position: 0 -30px; height: 15px }
.vscrollerbar, .hscrollerbar {
padding: 18px;
z-index: 2;
}
.vscrollerbarbeg  { background: url(basebarcaps_verticalbarbody.gif) no-repeat -45px -30px; width: 15px; height: 15px !important }
.vscrollerbarend  { background: url(basebarcaps_verticalbarbody.gif) no-repeat -45px 0; width: 15px; height: 15px }
.hscrollerbarbeg   { background: url(#) no-repeat -60px -15px; width: 15px !important; height: 15px }
.hscrollerbarend   { background: url(#) no-repeat -30px -15px; width: 15px; height: 15px }
.scrollerjogbox    { background-image: url(#); background-repeat: repeat; background-attachment: scroll; background-position: 0 0; top: auto; right: 0; bottom: 0; left: auto; width: 15px; height: 15px }
.vscrollerbasebeg  { background: url(basebarcaps_verticalbarbody.gif) no-repeat -30px -30px; width: 15px; height: 15px !important }
.vscrollerbaseend   { background-image: url(basebarcaps_verticalbarbody.gif); background-repeat: no-repeat; background-attachment: scroll; background-position: -60px -30px; width: 15px; height: 15px }
.hscrollerbasebeg    { background-image: url(#); background-repeat: no-repeat; background-attachment: scroll; background-position: -60px 0; width: 15px !important; height: 15px }
.hscrollerbaseend    { background-image: url(#); background-repeat: no-repeat; background-attachment: scroll; background-position: -30px 0; width: 15px; height: 15px }
.scrollerjogbox:hover   { background-image: url(basebarcaps_verticalbarbody.gif); background-repeat: repeat; background-attachment: scroll; background-position: -45px -15px }
/* Scroll Bar Master Styling Ends Here */

