.scrollgeneric {
  line-height: 1px;
  font-size: 1px;
  position: absolute;
  top: 0;
  left: 0;
}

.vscrollerbase {
  width: 7px;
  background-image:url('/files/layout/scrollbar.png');
  background-repeat:no-repeat;
  background-position: center center;
}

.vscrollerbar {
  width: 7px;
  background-image:url('/files/layout/scrolldot.png');
  background-repeat:no-repeat;
  background-position: center center;
  cursor:pointer;
}
 
.vscrollerbar:active,
.vscrollerbar:hover
{
  /*background-image:url('/img_layout/scroller_rv.gif');*/
}
 
.vscrollerbar_ {
  width:7px;
  background-color:#805000;
  border-right:1px solid #503000;
  border-bottom:1px solid #503000;
  border-top:1px solid #C08000;
  border-left:1px solid #C08000;
}
