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