/* 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: 18px;
background: url('../images/scroll-mid.jpg') 6px 0 repeat-y;
}
.vscrollerbar {
position: absolute;
width: 18px;
height: 19px !important;
background: url('../images/scroll-btn.jpg') 1px 50% no-repeat;
}
.hscrollerbase {
height: 18px;
background: url('../images/horizontalbarbody_cornerjog.png') 0px 0 repeat-x;
}
.hscrollerbar {
height: 18px;
background: url(images/horizontalbarbody_cornerjog.png) 0px 0 repeat-x;
}
.vscrollerbar, .hscrollerbar {
padding: 10px;
z-index: 2;
}
.vscrollerbarbeg {
/*background: url('../images/scroll-btn.jpg') -2px 0 no-repeat;*/
width: 18px;
height: 19px !important;
}
.vscrollerbarend {
background: url('../images/scroll-btm.jpg') 0 10% no-repeat;
width: 18px;
height: 18px;
}
.hscrollerbarbeg {
background: url('../images/scroll-btm.jpg')  no-repeat;
height: 15px;
width: 15px !important;
}
.hscrollerbarend {
background: url(images/basebarcaps_verticalbarbody.png) -30px -15px no-repeat;
height: 15px;
width: 15px;
}
.scrollerjogbox {
width: 15px;
height: 15px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background: url(images/horizontalbarbody_cornerjog.png) 0px 0px;
}
.vscrollerbasebeg {
background: url('../images/scroll-top.jpg') 6px 0 no-repeat;
width: 1px;
height: 10px !important;
}
.vscrollerbaseend {
background: url('../images/scroll-btm.jpg') 6px 100% no-repeat;
height: 10px;
width: 1px;
}
.hscrollerbasebeg {
background: url(images/basebarcaps_verticalbarbody.png) -60px 0px no-repeat;
height: 15px;
width: 15px !important;
}
.hscrollerbaseend {
height: 15px;
width: 15px;
background: url(images/basebarcaps_verticalbarbody.png) -30px 0px no-repeat;
}
.scrollerjogbox:hover {
background: url(images/basebarcaps_verticalbarbody.png) -45px -15px;
}
/* Scroll Bar Master Styling Ends Here */
