/* 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 */

/* fleXcroll adapts to this CSS setting and sets positions correctly */


/* And style your scrollbar like you normally do */
.vscrollerbase {
width: 22px;
background: #000 url(../_images/_scroll/basebarcaps_verticalbarbody.png) 5px 0px repeat-y;
}

.vscrollerbar {
width: 11px;
background: #000 url(../_images/_scroll/basebarcaps_verticalbarbody.png) -17px 0px no-repeat;
height: 45px !important;
margin-left:7px;
background-position:-17px center;
}

.hscrollerbase {
height: 26px;
background: #000 url(../_images/_scroll/horizontalbarbody_cornerjog.png) 0px -15px repeat-x;
width:50px;
margin-top:8px;
}
.hscrollerbar {
height: 11px;
background:#000 url(../_images/_scroll/horizontalbarbody_cornerjog.png) 45% -34px no-repeat;
background-position: 100% -34px middle;
margin-top:2px;
width:45px;
}
.vscrollerbar, .hscrollerbar {
padding: 18px;
z-index: 2;
}
.vscrollerbarbeg {
background: url(../_images/_scroll/basebarcaps_verticalbarbody.png) -44px -30px no-repeat;
width: 60px;
height: 15px !important;
margin-left:-3px;
margin-top:-8px;
}

.vscrollerbarend {
/*background: url(../_images/_scroll/basebarcaps_verticalbarbody.png) -44px 4px  no-repeat;*/
width: 11px;
height: 20px;
margin-left:-4px;
margin-top:8px;
}
.hscrollerbarbeg {
background: url(../_images/_scroll/basebarcaps_verticalbarbody.png) -56px -15px no-repeat;
height: 18px;
width: 20px !important;
margin-left:-6px;
margin-top:-3px;
}
.hscrollerbarend {
background: url(../_images/_scroll/basebarcaps_verticalbarbody.png) -30px -14px no-repeat;
height: 16px;
width: 20px;
margin-left:8px;
margin-top:-2px;
}
.scrollerjogbox {
width: 15px;
height: 15px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background: #2B2A2B url(../_images/_scroll/horizontalbarbody_cornerjog.png) 0px 0px;

}
.vscrollerbasebeg {
background:transparent url(../_images/_scroll/basebarcaps_verticalbarbody.png) no-repeat scroll -31px -29px;;
width: 15px;
height: 15px !important;
margin-left:5px;
}
.vscrollerbaseend {
background:transparent url(../_images/_scroll/basebarcaps_verticalbarbody.png) no-repeat scroll -63px -29px;
height:15px !important;
margin-left:6px;
width:15px;
}

.hscrollerbasebeg {
background: url(../_images/_scroll/basebarcaps_verticalbarbody.png) -60px 0px no-repeat;
height: 12px;
width: 15px !important;
margin-left:-2px;
}

.hscrollerbaseend {
height: 12px;
width: 15px;
background: url(../_images/_scroll/basebarcaps_verticalbarbody.png) -30px 0px no-repeat;
margin-left:2px;
margin-top:1px;
}
.scrollerjogbox:hover {
background: #000 url(../_images/_scroll/basebarcaps_verticalbarbody.png) -45px -15px;
}
/* Scroll Bar Master Styling Ends Here */