#content-slider {
  margin-top:5px;
  width: 1px;
  background: #E4E4E4;
  position: relative;
  float: right;  
}

.ui-slider-handle {
  width: 10px;
  height: 10px;
  position: absolute;
  left: -4px;
  background-image: url(../imagens/scrollcircle.png);
  background-repeat:no-repeat;  
  border:none;
}

#content-scroll { 
  margin-top: 5px;
  overflow: hidden;  
}
