/* 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: 8px;
background-color: #ddd;
}
.vscrollerbar {
width: 8px;
border: none;
margin-left: 0px;
background-color: #939596;
background-image:url(../images/nav/scrollbar.gif); 
background-repeat:no-repeat;
background-position:center center;
}

.vscrollerbar:hover {
width: 8px;
border: none;
margin-left: 0px;
background-color: #bfc3c5;
background-image:url(../images/nav/scrollbar_hi.gif); 
background-repeat:no-repeat;
background-position:center center;
}

.hscrollerbase {
height: 5px;
background-color: #2b2b2b;
outline: none;
}
.hscrollerbar {
height: 5px;
background-color: white;
}

.scrollerjogbox {
width: 7px;
height: 7px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: gray;
}

