/* 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: 20px;
background: #b8c9d7;
}

.vscrollerbar {
width: 14px;
background-color: #fff;
padding: 3px 0px 3px 0px;
position: relative;
left: 3px;
}

.hscrollerbase {
height: 20px;
background: #b8c9d7 url(/images/scrollbase.jpg) no-repeat;
padding: 0px 0px 0px 18px;
}

.hscrollerbar {
height: 14px;
background-color: #fff;
/*background: transparent url(/images/scrollcontrol.jpg) no-repeat;*/
position: relative;
top: 3px;
padding: 0px 3px 0px 3px;
}

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

