/* 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: 15px;
background:url(../../images/bg_scroll_base.png) repeat-y center top;
}
.vscrollerbar {
width: 15px;
background:url(../../images/bg_scroll.png) no-repeat center top;
height:20px;
}
.hscrollerbase {
height: 5px;
background-color: #000;
}
.hscrollerbar {
height: 5px;
background-color: #000;
}

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