/* SlidesJS 3.0.3 http://slidesjs.com (c) 2013 by Nathan Searles http://nathansearles.com Updated: March 15th, 2013 Apache License: http://www.apache.org/licenses/LICENSE-2.0 */ (function () { (function (a, b, c) { var d, e, f; return f = 'slidesjs', e = { width: 940, height: 528, start: 1, navigation: { active: !0, effect: 'slide' }, pagination: { active: !0, effect: 'slide' }, play: { active: !1, effect: 'slide', interval: 5000, auto: !1, swap: !0, pauseOnHover: !1, restartDelay: 2500 }, effect: { slide: { speed: 500 }, fade: { speed: 300, crossfade: !0 } }, callback: { loaded: function () { }, start: function () { }, complete: function () { } } }, d = function () { function b(b, c) { this.element = b, this.options = a.extend(!0, { }, e, c), this._defaults = e, this._name = f, this.init() } return b }(), d.prototype.init = function () { var c, d, e, f, g, h, i = this; return c = a(this.element), this.data = a.data(this), a.data(this, 'animating', !1), a.data(this, 'total', c.children() .not('.slidesjs-navigation', c) .length), a.data(this, 'current', this.options.start - 1), a.data(this, 'vendorPrefix', this._getVendorPrefix()), 'undefined' != typeof TouchEvent && (a.data(this, 'touch', !0), this.options.effect.slide.speed = this.options.effect.slide.speed / 2), c.css({ overflow: 'hidden' }), c.slidesContainer = c.children() .not('.slidesjs-navigation', c) .wrapAll('