

.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width: 7px;
background-color: #;
}
.vscrollerbar {
width: 7px;
background-color: #ae9174;
}
.hscrollerbase {
height: 7px;
background-color: #

}
.hscrollerbar {
height: 7px;
background-color: #8c6239;
}

.vscrollerbasebeg {
height: 308px; width: 7px;
background: url(scrollboarder-up.gif) 0px 0px no-repeat;
/* height is auto set to fill the base */
}
.vscrollerbaseend {
height: 308px; width: 7px;
background: url(scrollboarder-dn.gif) 0px 0px no-repeat;
/* height is auto set to fill the base */
}

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