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

.vscrollerbase
{
  width: 5px;
  background-color: #333333;
}

.vscrollerbar
{
  width: 5px;
  background-color: #999999;
}

.hscrollerbase
{
  height: 5px;
  background-color: #333333;
}

.hscrollerbar {
  height: 5px;
  background-color: #999999;
}

.scrollerjogbox
{
  width: 5px;
  height: 5px;
  background-color: #999999;
  top: auto;
  left: auto;
  bottom: 0px;
  right: 0px;
}
