/* 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; right: 0px; 
}

.vscrollerbase {
width: 10px;
background: #00031A;
border-right: 1px solid #FFFFFF;
}
.vscrollerbar {
width: 10px;
height: 30px !important;
background: #FFFFFF;
}

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




.vscrollerbasebeg {
background: url(uparrow.png) no-repeat;
width: 10px;
height: 15px !important;
}
.vscrollerbaseend {
background: url(downarrow.png) no-repeat;
height: 15px;
width: 10px;
}

.scrollerjogbox:hover {
background: #00031A url(basebarcaps_verticalbarbody.png) -45px -15px;
}
/* Scroll Bar Master Styling Ends Here */
