/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

.scrollgeneric {
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width: 6px;
background:url(../images/bj_05.png) repeat-y;
}
.vscrollerbar {
width: 6px;
background-color:#132341;
padding:7px 0;
}

.scrollerjogbox {
width: 6px;
height: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;

}