/* 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: auto;
left: auto;
}

.vscrollerbase {
width: 4px;
margin-left:0px;
}
.vscrollerbar {
width: 4px;
background-color: #80807F;

}
.hscrollerbase {
height: 4px;
width:4px;
background-color:red;
}
.hscrollerbar {
height: 4px;
width:4px;
background-color:red;
}

.scrollerjogbox {
width: 4px;
height: 4px;
top: auto;
left: auto;
bottom: 0px; right: 0px;
background-color: red;
}
