@charset "UTF-8";

div.UDScrollerView {
  position: relative;
  width: 350px;
  height: 300px;
  overflow: hidden;
}

div.UDScrollerContent {
  position: absolute;
  width: auto;
  height: auto;
  left: 0px;
  top: 0px;
  right: 16px;
  overflow: visible;
}

div.UDScrollerVBar {
  position: absolute;
  width:16px;
  height: auto;
  top: 0px;
  bottom: 0px;
  right: 0px;
}
div.UDScrollerUp {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 16px;
  height: 16px;
  cursor: move;
}
div.UDScrollerVThumbTrack {
  position: absolute;
  top: 16px;
  bottom: 16px;
  width: 14px;
  height: auto;
  cursor: move;
}
div.UDScrollerVThumb {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 16px;
  height: auto;
}
div.UDScrollerDown {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 16px;
  height: 16px;
  cursor: move;
}

