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

.scrollgeneric {
line-height: 1px;
font-size: 10px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width: 13px;
background-color: #d2cfcc;
filter:alpha(opacity=99);-moz-opacity:.99;opacity:.99;
}
.vscrollerbar {
width: 13px;
background-color: #aba7a3;
}
.hscrollerbase {
height: 4px;
background-color: #fff;
}
.hscrollerbar {
height: 4px;
background-color: #fff;
}

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