/* 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: visible !important;
}
/* fleXcroll adapts to this CSS setting and sets positions correctly */


/* And style your scrollbar like you normally do */
.vscrollerbase {
width: 11px;
background: #cccccc url(../images/basebarcaps_verticalbarbody2.png) 0px 0px repeat-y;
}
.vscrollerbar {
width: 11px;
background: #99CBCB url(../images/basebarcaps_verticalbarbody2.png) -11px 0px repeat-y;
}
.hscrollerbase {
height: 11px;
background: #cccccc url(../images/horizontalbarbody_cornerjog.png) 0px -11px repeat-x;
}
.hscrollerbar {
height: 11px;
background: #99CBCB url(../images/horizontalbarbody_cornerjog.png) 0px -22px repeat-x;
}
.vscrollerbar, .hscrollerbar {
padding: 10px;
z-index: 2;
}
.vscrollerbarbeg {
background: url(../images/basebarcaps_verticalbarbody2.png) -33px -22px no-repeat;
width: 11px;
height: 11px !important;
}
.vscrollerbarend {
background: url(../images/basebarcaps_verticalbarbody2.png) -33px 0px no-repeat;
width: 11px;
height: 11px;
}
.hscrollerbarbeg {
background: url(../images/basebarcaps_verticalbarbody2.png) -33px -11px no-repeat;
height: 11px;
width: 11px !important;
}
.hscrollerbarend {
background: url(../images/basebarcaps_verticalbarbody2.png) -22px -11px no-repeat;
height: 11px;
width: 11px;
}
.scrollerjogbox {
width: 11px;
height: 11px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background: #4E727C url(../images/horizontalbarbody_cornerjog.png) 0px 0px;
}
.vscrollerbasebeg {
background: url(../images/basebarcaps_verticalbarbody2.png) -22px -22px no-repeat;
width: 11px;
height: 11px !important;
}
.vscrollerbaseend {
background: url(../images/basebarcaps_verticalbarbody2.png) -44px -22px no-repeat;
height: 11px;
width: 11px;
}
.hscrollerbasebeg {
background: url(../images/basebarcaps_verticalbarbody2.png) -44px 0px no-repeat;
height: 11px;
width: 11px !important;
}
.hscrollerbaseend {
height: 11px;
width: 11px;
background: url(../images/basebarcaps_verticalbarbody2.png) -22px 0px no-repeat;
}
.scrollerjogbox:hover {
background: #5E828C url(../images/basebarcaps_verticalbarbody2.png) -33px -11px;
}
/* Scroll Bar Master Styling Ends Here */

