/* 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;
}

.vscrollerbase {
width: 13px;
background-color: #222;
filter:alpha(opacity=65);-moz-opacity:.65;opacity:.65;
}
.vscrollerbar {
width: 13px;
background-color: #505050;
}
.hscrollerbase {
height: 5px;
background-color: #101010;
}
.hscrollerbar {
height: 5px;
background-color: #101010;
}
.vscrollerbasebeg {
width: 13px;
height: 13px !important; /*Again, the safari fix, normally this line is not needed.*/
background: url(img/scroll_begin-trans.png) 0 0 no-repeat;
}

.vscrollerbar, .hscrollerbar {
padding: 15px;
z-index: 2;
}

.vscrollerbaseend {
height: 13px;
width: 13px;
background: url(img/scroll_end-trans.png) 0 0 no-repeat;
}

.scrollerjogbox {
width: 13px;
height: 5px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: #101010;
}