var bind = function (t, i) { return function () { return t.apply(i, arguments) } }; ! function ($) { return this.FilmRoll = function () { function t(t) { var i; return this.options = null != t ? t : {}, this.rotateRight = bind(this.rotateRight, this), this.rotateLeft = bind(this.rotateLeft, this), this.resize = bind(this.resize, this), this.moveRight = bind(this.moveRight, this), this.moveLeft = bind(this.moveLeft, this), this.configureWidths = bind(this.configureWidths, this), this.configureSwipe = bind(this.configureSwipe, this), this.configureScroll = bind(this.configureScroll, this), this.configureLoad = bind(this.configureLoad, this), this.configureHover = bind(this.configureHover, this), this.clearScroll = bind(this.clearScroll, this), this.options.container && (this.div = $(this.options.container), this.div.length) ? (i = this.div.data("film_roll_instance")) ? i : (i = this.configure(), this.div.data("film_roll_instance", i), i) : void 0 } return t.prototype.configure = function () { var i; /* return this.children = this.div.children(), this.children.wrapAll('
'), this.children.wrapAll(''), this.wrapper = this.div.find(".film_roll_wrapper"), this.shuttle = this.div.find(".film_roll_shuttle"), this.rotation = [], this.shuttle.width(this.options.shuttle_width ? parseInt(this.options.shuttle_width, 10) : 1e4), this.options.start_height && this.wrapper.height(parseInt(this.options.start_height, 10)), this.options.vertical_center && this.shuttle.addClass("vertical_center"), this.options.no_css === !0 || document.film_roll_styles_added || ($("").appendTo("head"), document.film_roll_styles_added = !0), this.options.pager !== !1 && (this.pager = $('