/* 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: 2px; right: 2px;
}

.vscrollerbase {
width: 14px;
background-color: #4c7cff;
}
.vscrollerbar {
width: 14px;
background-color: #96bfff;
}
.hscrollerbase {
height: 14px;
background-color: #4c7cff;
}
.hscrollerbar {
height: 14px;
background-color: #96bfff;
}

.scrollerjogbox {
width: 14px;
height: 14px;
top: auto; left: auto;
bottom: 2px; right: 0px;
background-color: #96bfff;
}