/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

.scrollgeneric {position: absolute;top:0;right:0px;overflow:hidden;}

.vscrollerbase {width: 2px;background-color: #000;}
.vscrollerbar {width:2px;background-color: #b1283c; cursor:pointer}
.hscrollerbase {height: 5px;background-color: #000;}
.hscrollerbar {height: 5px;background-color: #000;}
.scrollerjogbox {width: 3px;height: 5px;top: auto; left: auto;bottom: 0px; right: 0px;background-color: #000;}