Control.Slider.prototype = {
    initialize: function (handle, track, options) {
        var slider = this;

        if (handle instanceof Array) {