Object.defineProperty(Scroller.prototype, 'pageWidth', {
    get: function () {
        return this.actualPageWidth;
    },
    set: function (value) {