if(o.zIndex) { // zIndex option
            if (this.helper.css("zIndex")) this._storedZIndex = this.helper.css("zIndex");
            this.helper.css("zIndex", o.zIndex);
        }