@charset "utf-8";
.scrollgeneric {
 line-height: 1px;
 font-size: 1px;
 position: absolute;
 top: 0; 
 left: 0;
 padding-right: 11px;
 background: url(/img/img_scroll.gif) no-repeat left bottom;
}
.vscrollerbase {
 width: 10px;
}
.vscrollerbar {
 width: 10px;
 background-color: #fe51a9;
}
.hscrollerbase {
 height: 10px;
 background-color: #fff;
}
.hscrollerbar {
 height: 10px;
 background-color: #fe51a9;
}
.scrollerjogbox {
 width: 10px;
 height: 10px;
 top: auto; 
 left: auto;
 bottom: 0;
 right: 0;
 background-color: grey;
}
