/* CSS Document */

/* 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: 10px;
background-color: #666666;
margin-right:5px;
}
.vscrollerbar {
width: 10px;
background-color:#ffffff;
background: url(/images/q_rot_10.gif) no-repeat bottom;
margin-right:5px;
}
.hscrollerbase {
height: 10px;
background-color: #666666;
}
.hscrollerbar {
height: 10px;
background-color: #cc0000;
background: url(/images/q_rot_10.gif) no-repeat right;
}

.scrollerjogbox {
width: 10px;
height: 10px;
top: auto; left: auto;
bottom: 20px; right: 5px;
background-color: #efefef;
}