/* 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: 16px;
background-color: #858819;
background-image: url(../images/scroll_bar_up_down.png);
background-repeat: no-repeat;
background-position: center;
border-left: 2px solid #000;
}
.vscrollerbar {
width: 16px;
background-color: #333300;

}
.hscrollerbase {
height: 15px;
background-color: #858819;
}
.hscrollerbar {
height: 15px;
background-color: #333300;

}

.scrollerjogbox {
width: 16px;
height: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: #333300;
}