/* 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: 0; left: 0;
cursor:default;
}

.vscrollerbase {
width: 14px;
background-color: #edf3f6;
}
.vscrollerbar {
width: 14px;
background-color: #d4e2ea;
}
.hscrollerbase {
height: 1px;
background-color: #ECE4CA;
}
.hscrollerbar {
height: 1px;
background-color: #F4EFE0;
}

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