.scrolled-background{
  width:500px;
  height: 400px;
  overflow: hidden;
  background-color: #e6e6e6;
  border: #AFAFAF 1px solid;
  border-radius: 3px 3px 3px 3px;
  margin: 0 1px 0 0;
  padding: 2px 2px 2px 2px;
  float:left;
}

.scrolled{
  overflow: hidden;
  height: 408px;
  margin-bottom: 10px;
  position: relative;
}

.rg-scrolled-company-list {
  height: 157px;
}

.rg-scrolled-company-list .scrolled-background {
    height: 149px;
}

.rg-scrolled-company-list .scroller-outside {
    height: 149px;
}

.rg-scrolled-company-list .scroller {
    height: 62px;
}

.scrolled-content{
  margin: 5px;
  position: relative;
  top: 0;
  display: block;
  min-height: 100%;
}

.scroller-outside{
  float: left;
  margin-left: 5px;
}

.ui-slider{
  position:relative;
  width: 15px;
}

.ui-slider-vertical{
  margin-top: 65px;
  background-color: transparent;
  height: 311px;
  border: none;
}

.ui-slider-handle{
  width:15px;
  height: 69px;
  margin: 0 0 0 1px;
  position: absolute;
  z-index: 2;
  cursor: default;
  outline: none;
}

.ui-state-default{
  background-color: transparent;
  background: url('/images/scroll_bar.png') no-repeat;
  border:none;
}