/* 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;}

/* force fleXcroll to always display the vertical scrollbase */
.vscrollerbase {
visibility:hidden !important;
}
/* fleXcroll adapts to this CSS setting and sets positions correctly */


/* And style your scrollbar like you normally do */
.vscrollerbase {
width: 20px;
background: #D7EBDF url(/data/images/basebarcaps_verticalbarbody.png) 0px 0px repeat-y;
}
.vscrollerbar {
width: 20px;
background: #99CBCB url(/data/images/basebarcaps_verticalbarbody.png) -20px 0px repeat-y;
}
.hscrollerbase {
height: 20px;
background: #D7EBDF url(/data/images/horizontalbarbody_cornerjog.png) 0px -20px repeat-x;
}
.hscrollerbar {
height: 20px;
background: #99CBCB url(/data/images/horizontalbarbody_cornerjog.png) 0px -40px repeat-x;
}
.vscrollerbar, .hscrollerbar {
padding: 25px;
z-index: 2;
}
.vscrollerbarbeg {
background: url(/data/images/basebarcaps_verticalbarbody.png) -63px -40px no-repeat;
width: 20px;
height: 20px !important;
}
.vscrollerbarend {
background: url(/data/images/basebarcaps_verticalbarbody.png) -63px 0px no-repeat;
width: 20px;
height: 20px;
}
.hscrollerbarbeg {
background: url(/data/images/basebarcaps_verticalbarbody.png) -82px -20px no-repeat;
height: 20px;
width: 20px !important;
}
.hscrollerbarend {
background: url(/data/images/basebarcaps_verticalbarbody.png) -40px -20px no-repeat;
height: 20px;
width: 23px;
}
.scrollerjogbox {
width: 15px;
height: 15px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background: #4E727C url(/data/images/horizontalbarbody_cornerjog.png) 0px 0px;
}
.vscrollerbasebeg {
background: url(/data/images/basebarcaps_verticalbarbody.png) -40px -39px no-repeat;
width: 20px;
height: 23px !important;
}
.vscrollerbaseend {
background: url(/data/images/basebarcaps_verticalbarbody.png) -83px -40px no-repeat;
height: 20px;
width: 23px;
}
.hscrollerbasebeg {
background: url(/data/images/basebarcaps_verticalbarbody.png) -82px 0px no-repeat;
height: 20px;
width: 24px !important;
}
.hscrollerbaseend {
height: 20px;
width: 24px;
background: url(/data/images/basebarcaps_verticalbarbody.png) -40px 0px no-repeat;
}
.scrollerjogbox:hover {
background: #5E828C url(/data/images/basebarcaps_verticalbarbody.png) -45px -15px;
}
/* Scroll Bar Master Styling Ends Here */

