.scrollgeneric {
  line-height: 1px;
  font-size: 1px;
  position: absolute;
  background: url(../images/flexscroll/scroll-line.gif) left top repeat-y;
  top: 0;
  left: 0;
}
.vscrollerbase { width: 15px;/*  background-color: #fff;*/}
.vscrollerbasebeg{
  float: left;
  width: 15px;
  height: 17px !important;
  background: url(../images/flexscroll/scroll-top.gif) no-repeat top left;
  cursor: pointer;
}
.vscrollerbar {
  width: 15px;
  height: 15px;
  padding: 13px 0;
/*    border: 1px solid #0D3302; */
  cursor: pointer;
}
.vscrollerbarbeg{
  background: url(../images/flexscroll/scroller.gif) left top repeat-y;
  width: 15px;
  height: 0px;
}
.vscrollerbarend{
  width: 15px;
  height: 0px;
}
.vscrollerbaseend{
  float: left;
  width: 15px;
  height: 14px !important;
  background: url(../images/flexscroll/scroll-bottom.gif) no-repeat top left;
  cursor: pointer;
}
.scrollerjogbox {
  width: 0px;
  height: 0px;
  top: auto;
  left: auto;
  bottom: 0px;
  right: 0px;
  display: none;
}