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

