/* 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: 15px;
background-color: white;
}
.vscrollerbar {
width: 15px;
background-color: gray;
}
.hscrollerbase {
height: 15px;
border:#333 1px solid;
background-color: black;
}
.hscrollerbar {
height: 15px;
background: url(images/btnbg.gif);
background-color: white;
}

.hscrollerbaseend {
height: 15px;
width: 15px;
border-right: #333 4px solid;
}

.scrollerjogbox {
width: 15px;
height: 15px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: gray;
}