/* 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: 9px;
padding-right: 5px;
background: url(../images/ll.gif) repeat-y center;
text-align: center;
}
.vscrollerbar {
background-image: url(../images/navigator.giff);
width: 9px;
height: 20px !important;
padding-right: 5px;
background-color: maroon;
background-image: url(../images/navigator.giff);
}
.hscrollerbase {
height: 5px;
padding-bottom: 5px;
}
.hscrollerbar {
height: 5px;
padding-bottom: 5px;
background-color: white;
}

.scrollerjogbox {
width: 10px;
height: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: white;
}


