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

.vscrollerbase {
width: 15px;
background-color: #333333;
}
.vscrollerbar {
width: 100%;
background-color: #151515;
border: 1px solid #CCCCCC;
padding-top:14px;
padding-bottom:14px;
}
.hscrollerbase {
height: 15px;
background-color: #333333;
}
.hscrollerbar {
height: 15px;
background-color: #333333;
}

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

.vscrollerbasebeg {background: url("../images/scroll_vert_top.gif") -0px -0px no-repeat;width: 15px;height: 15px !important;}
.vscrollerbaseend {background: url("../images/scroll_vert_bottom.gif") -0px -0px no-repeat;width: 15px;height: 15px !important;}
