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

.vscrollerbase {
width: 15px;
background-color: black;
  /* for IE */
  filter:alpha(opacity=70);
  /* CSS3 standard */
  opacity:0.7;
  
}
.vscrollerbar {
width: 15px;
background-color: white;

  /* for IE */
  filter:alpha(opacity=100);
  /* CSS3 standard */
  opacity:1;

}
.hscrollerbase {
height: 10px;
background-color: black;
 /* for IE */
  filter:alpha(opacity=70);
  /* CSS3 standard */
  opacity:0.7;
}
.hscrollerbar {
height: 10px;
background-color: white;

  /* for IE */
  filter:alpha(opacity=100);
  /* CSS3 standard */
  opacity:1;

}

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