/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

.scrollgeneric {
margin: 0;
padding: 0;
position: absolute;
}

.vscrollerbase {
width: 7px;
background-color: #000;
}
.vscrollerbar {
width: 7px;
background-color: #000;
}
.hscrollerbase {
height: 7px;
background-color: #222;
}
.hscrollerbar {
height: 7px;
background-color: #00aff3;
}

.scrollerjogbox {
width: 7px;
height: 7px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: #000;
}