/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

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

.vscrollerbase {
  width: 19px;
  background: transparent url(../images/basebarcaps.png) 0px 0px repeat-y;
}
.vscrollerbar {
  width: 19px;
  background: transparent url(../images/basebarcaps.png) -19px 0px repeat-y;
}
.hscrollerbase {
  height: 19px;
  background: transparent url(basebarcaps_light.png) 0px -19px repeat-x;
}
.hscrollerbar {
  height: 19px;
  background: transparent url(basebarcaps_light.png) 0px -38px repeat-x;
}
.vscrollerbar, .hscrollerbar {
  padding: 19px;
  /*z-index: 2;*/
}
.vscrollerbarbeg {
  background: url(../images/basebarcaps.png) -57px -38px no-repeat;
  width: 19px;
  height: 19px !important;
}
.vscrollerbarend {
  background: url(../images/basebarcaps.png) -57px 0px no-repeat;
  width: 19px;
  height: 19px;
}
.hscrollerbarbeg {
  background: url(../images/basebarcaps.png) -76px -19px no-repeat;
  height: 19px;
  width: 19px !important;
}
.hscrollerbarend {
  background: url(../images/basebarcaps.png) -38px -19px no-repeat;
  height: 19px;
  width: 19px;
}
.scrollerjogbox {
  width: 19px;
  height: 19px;
  top: auto; 
  left: auto;
  bottom: 0px; right: 0px;
  background: transparent url(basebarcaps_light.png) 0px 0px;
}
.vscrollerbasebeg {
  background: url(../images/basebarcaps.png) -38px -38px no-repeat;
  width: 19px;
  height: 19px !important;
}
.vscrollerbaseend {
  background: url(../images/basebarcaps.png) -76px -38px no-repeat;
  height: 19px;
  width: 19px;
}
.hscrollerbasebeg {
  background: url(../images/basebarcaps.png) -76px 0px no-repeat;
  height: 19px;
  width: 19px !important;
}
.hscrollerbaseend {
  height: 19px;
  width: 19px;
  background: url(../images/basebarcaps.png) -38px 0px no-repeat;
}
.scrollerjogbox:hover {
  background: transparent url(../images/basebarcaps.png) -57px -19px;
}
/* Scroll Bar Master Styling Ends Here */

