/* 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: #d4e0b1 0px 0px repeat-y;
}
.vscrollerbar {
width: 18px;
background: #c7d4a2  0px 0px repeat-y;
}

.vscrollerbar, .hscrollerbar {
padding: 25px;
z-index: 2;
}



.vscrollerbasebeg {
background: url(../images/scroll/scroll.gif) -30px 0px no-repeat;
width: 18px;
height: 22px !important;
}
.vscrollerbaseend {
background: url(../images/scroll/scroll.gif) -30px -22px no-repeat;
height: 22px;
width: 18px;
}

.scrollerjogbox:hover {
background: #5E828C url(../images/scroll/scroll1.gif) -45px -15px;
}
/* Scroll Bar Master Styling Ends Here */
