var IntoSlider = Class.create(S2.UI.Slider,
{
  redraw: function ()
  {
    this._computeTrackLength();
    this._computeHandleLength();

    return this;
  }
});
