
.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width: 9px;
background:url(images/scroll-bot-bg1.gif) repeat-x 0%;
border:1px solid #ffffff;
border-right:1px solid #ffffff
}
.vscrollerbar {
width: 9px;
background-color: #b6ec11;
}
.hscrollerbase {
height: 9px;
background-color: white;
}
.hscrollerbar {
height: 9px;
background-color: black;
}

.scrollerjogbox {
width: 9px;
height: 9px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: gray;
}

#scroll {
/* Typical fixed height and fixed width example */
width: 545px;
height: 228px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin:15px auto 0 auto;
padding: 0px 15px 0 0;
} 