/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

.scrollgeneric {
line-height: 2px;
font-size: 2px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width: 7px;
background-color: #B3A5D0;
background-position:right;
}
.vscrollerbar {
width: 7px;
background-color:#54008E;
background-position:right;
}
.hscrollerbase {
height: 7px;
background-color: #B3A5D0;
background-position:right;

}
.hscrollerbar {
height: 7px;
background-color:#54008E;
background-position:right;
}

.scrollerjogbox {
width: 100px;
height: 100px;
top: 0px; left: 0px;
bottom: 0px; right: 0px;
background-color: gray;
}