/* 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: 19px;
height: 450px;
background-color: grey;
/* background: transparent url(../images/scroller-background.png) no-repeat top center; */
}
.vscrollerbar {
width: 19px;
height: 63px !important;
background-color: silver;
background: transparent url(../images/scroller-jog.gif) no-repeat top center;
}
.hscrollerbase {
height: 19px;
background-color: white;
}
.hscrollerbar {
height: 19px;
background-color: black;
}

.scrollerjogbox {
width: 19px;
height: 19px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: gray;
}