"use strict"; /*! * fancyBox - jQuery Plugin * version: 2.1.5 (Fri, 14 Jun 2013) * @requires jQuery v1.6 or later * * Examples at http://fancyapps.com/fancybox/ * License: www.fancyapps.com/fancybox/#license * * Copyright 2012 Janis Skarnelis - janis@fancyapps.com * */ (function (n, t, i, r) { "use strict"; var p = i("html"), e = i(n), o = i(t), u = i.fancybox = function () { u.open.apply(this, arguments); }, y = navigator.userAgent.match(/msie/i), v = null, s = t.createTouch !== r, a = function a(n) { return n && n.hasOwnProperty && n instanceof i; }, c = function c(n) { return n && i.type(n) === "string"; }, l = function l(n) { return c(n) && n.indexOf("%") > 0; }, w = function w(n) { return n && !(n.style.overflow && n.style.overflow === "hidden") && (n.clientWidth && n.scrollWidth > n.clientWidth || n.clientHeight && n.scrollHeight > n.clientHeight); }, f = function f(n, t) { var i = parseInt(n, 10) || 0; return t && l(n) && (i = u.getViewport()[t] / 100 * i), Math.ceil(i); }, h = function h(n, t) { return f(n, t) + "px"; }; i.extend(u, { version: "2.1.5", defaults: { padding: 15, margin: 20, width: 800, height: 600, minWidth: 100, minHeight: 100, maxWidth: 9999, maxHeight: 9999, pixelRatio: 1, autoSize: !0, autoHeight: !1, autoWidth: !1, autoResize: !0, autoCenter: !s, fitToView: !0, aspectRatio: !1, topRatio: .5, leftRatio: .5, scrolling: "auto", wrapCSS: "", arrows: !0, closeBtn: !0, closeClick: !1, nextClick: !1, mouseWheel: !0, autoPlay: !1, playSpeed: 3e3, preload: 3, modal: !1, loop: !0, ajax: { dataType: "html", headers: { "X-fancyBox": !0 } }, iframe: { scrolling: "auto", preload: !0 }, swf: { wmode: "transparent", allowfullscreen: "true", allowscriptaccess: "always" }, keys: { next: { 13: "left", 34: "up", 39: "left", 40: "up" }, prev: { 8: "right", 33: "down", 37: "right", 38: "down" }, close: [27], play: [32], toggle: [70] }, direction: { next: "left", prev: "right" }, scrollOutside: !0, index: 0, type: null, href: null, content: null, title: null, tpl: { wrap: '
<\/div><\/div><\/div><\/div>', image: '', iframe: '