(function (_0x412dx0)
{
    _0x412dx0["fn"]["simpleSlider"] = function (_0x412dx1)
    {
        var _0x412dx2 = {
            content: ".slide-content",
            children: "li",
            transition: "fade",
            animationSpeed: 300,
            easing: "",
            autoplay: false,
            autoplaySpeed: 3000,
            pauseOnHover: false,
            arrows: true,
            arrowsHide: true,
            keyBrowse: true,
            mouseWheel: true,
            preloadImages: true,
            progressivePreload: true,
            itemAttr: {
                phpImageProcessor: "assets/thumb.php?src=",
                width: 412,
                height: 979,
                crop: 1
            },
            thumbs: {
                width: 71,
                height: 71
            },
            navigation: true,
            prev: "prev",
            next: "next",
            running: false,
            animationStart: function ()
            {},
            animationComplete: function ()
            {}
        };
        var _0x412dx3 = _0x412dx0["extend"](
        {}, _0x412dx2, _0x412dx1);
        return this["each"](function ()
        {
            var _0x412dx4 = _0x412dx0(this),
                _0x412dx5 = _0x412dx4["children"](_0x412dx3["content"])["children"](_0x412dx3["children"]),
                _0x412dx6 = _0x412dx5["find"]("img"),
                _0x412dx7 = _0x412dx4["find"](".thumbs ul"),
                _0x412dx8 = _0x412dx4["find"](_0x412dx3["content"]),
                _0x412dx9 = _0x412dx5["length"] - 1,
                _0x412dxa = _0x412dx5["width"](),
                _0x412dxb = _0x412dx5["height"](),
                _0x412dxc = [],
                _0x412dxd = [],
                _0x412dxe = 0,
                _0x412dxf = 0,
                _0x412dx10 = "",
                _0x412dx11, _0x412dx12, _0x412dx13, _0x412dx14, _0x412dx15, _0x412dx16, _0x412dx17, _0x412dx18, _0x412dx19 = 0,
                _0x412dx1a;
            var _0x412dx1b = {
                init: function ()
                {
                    _0x412dx6["each"](function (_0x412dx1c)
                    {
                        var _0x412dx1d = _0x412dx0(this)["attr"]("src");
                        _0x412dx0(this)["attr"]("src", _0x412dx3["itemAttr"]["phpImageProcessor"] + _0x412dx1d + "\x26w=" + _0x412dx3["itemAttr"]["width"] + "\x26h=" + _0x412dx3["itemAttr"]["height"] + "\x26zc=" + _0x412dx3["itemAttr"]["crop"]);
                        _0x412dxd[_0x412dx1c] = _0x412dx3["itemAttr"]["phpImageProcessor"] + _0x412dx1d + "\x26w=" + _0x412dx3["thumbs"]["width"] + "\x26h=" + _0x412dx3["thumbs"]["height"];
                        _0x412dxc[_0x412dx1c] = _0x412dx0(this)["attr"]("src");
                    });
                    if (_0x412dx3["preloadImages"])
                    {
                        if (_0x412dx3["progressivePreload"] === true)
                        {
                            _0x412dx1b["preload_next_img"](0);
                            _0x412dx1b["load_slider"]();
                        }
                        else
                        {
                            _0x412dx0(".prealoadImages")["remove"]();
                            _0x412dx4["append"]("\x3Cimg src=\x22images/ajax-loader.gif\x22 class=\x22prealoadImages\x22 /\x3E");
                            _0x412dx6["hide"]();
                            _0x412dx6["each"](function (_0x412dx1c)
                            {
                                _0x412dxc[_0x412dx1c] = _0x412dx0(this)["attr"]("src");
                            });
                            _0x412dx1b["preLoadImages"](_0x412dxc, function ()
                            {
                                _0x412dx6["show"]();
                                _0x412dx0("img.prealoadImages")["hide"]();
                                _0x412dx1b["load_slider"]();
                            });
                        };
                    }
                    else
                    {
                        _0x412dx1b["load_slider"]();
                    };
                },
                preload_next_img: function (_0x412dx1e)
                {
                    if (_0x412dx1e <= _0x412dx9 && _0x412dxf <= _0x412dx9)
                    {
                        if (_0x412dxf == 0)
                        {
                            _0x412dx0(".prealoadImages")["remove"]();
                            _0x412dx4["append"]("\x3Cimg src=\x22images/ajax-loader.gif\x22 class=\x22prealoadImages\x22 /\x3E");
                        };
                        _0x412dx1b["preLoadImages"](_0x412dxc[_0x412dx1e], function ()
                        {
                            _0x412dx6["eq"](_0x412dx1e)["show"]();
                            _0x412dx7["find"]("a")["eq"](_0x412dx1e)["animate"](
                            {
                                opacity: 1
                            }, 250);
                            if (_0x412dxf == 0)
                            {
                                _0x412dx0("img.prealoadImages")["hide"]();
                            };
                            _0x412dx1e = _0x412dx1e + 1;
                            _0x412dxf++;
                            _0x412dx1b["preload_next_img"](_0x412dx1e);
                        });
                    };
                },
                load_slider: function ()
                {
                    _0x412dx1b["data"]();
                    if (_0x412dx3["navigation"] === true)
                    {
                        _0x412dx1b["navigation"]["create"]();
                    };
                    if (_0x412dx3["arrows"] === true)
                    {
                        _0x412dx1b["arrows"]["create"]();
                    };
                    if (_0x412dx3["autoplay"] === true)
                    {
                        _0x412dx1b["autoplay"]();
                    };
                    _0x412dx1b["triggers"]();
                },
                data: function ()
                {
                    _0x412dx5["each"](function (_0x412dx1c)
                    {
                        var _0x412dx1f = _0x412dx0(this);
                        _0x412dx1f["css"]("z-index", -(_0x412dx1c - _0x412dx9));
                        _0x412dx1f["find"]("img")["css"]("opacity", 0);
                    });
                    if (_0x412dx3["transition"] === "fade")
                    {
                        _0x412dx5["eq"](0)["addClass"]("on")["find"]("img")["css"]("opacity", 1);
                    };
                },
                preLoadImages: function (_0x412dx20, _0x412dx21)
                {
                    var _0x412dx22 = [],
                        _0x412dx1c, _0x412dx23, _0x412dx24 = 0;
                    if (typeof _0x412dx20 !== "undefined")
                    {
                        if (_0x412dx0["isArray"](_0x412dx20))
                        {
                            _0x412dx23 = _0x412dx20["length"];
                            for (_0x412dx1c = 0; _0x412dx1c < _0x412dx23; _0x412dx1c++)
                            {
                                _0x412dx22[_0x412dx1c] = new Image();
                                _0x412dx22[_0x412dx1c]["onload"] = function ()
                                {
                                    _0x412dx24++;
                                    if (_0x412dx24 === _0x412dx23)
                                    {
                                        if (_0x412dx0["isFunction"](_0x412dx21))
                                        {
                                            _0x412dx21();
                                        };
                                    };
                                };
                                _0x412dx22[_0x412dx1c]["src"] = _0x412dx20[_0x412dx1c];
                            };
                        }
                        else
                        {
                            _0x412dx22[0] = new Image();
                            _0x412dx22[0]["onload"] = function ()
                            {
                                if (_0x412dx0["isFunction"](_0x412dx21))
                                {
                                    _0x412dx21();
                                };
                            };
                            _0x412dx22[0]["src"] = _0x412dx20;
                        };
                    };
                    _0x412dx22 = undefined;
                },
                zindex: {
                    prev: function ()
                    {
                        if (_0x412dxe === _0x412dx9)
                        {
                            _0x412dx5["eq"](0)["css"]("z-index", _0x412dx9 + 3);
                        }
                        else
                        {
                            _0x412dx5["css"]("z-index", _0x412dx9 + 1);
                        };
                        _0x412dx5["eq"](_0x412dxe)["css"]("z-index", _0x412dx9 + 4)["next"](_0x412dx5)["css"]("z-index", _0x412dx9 + 2);
                    },
                    next: function ()
                    {
                        _0x412dx5["css"]("z-index", _0x412dx9 + 1)["eq"](_0x412dxe)["css"]("z-index", _0x412dx9 + 3)["prev"](_0x412dx5)["css"]("z-index", _0x412dx9 + 2);
                    },
                    bullets: function ()
                    {
                        _0x412dx5["css"]("z-index", _0x412dx9 + 1)["eq"](_0x412dx17)["css"]("z-index", _0x412dx9 + 2);
                        _0x412dx5["eq"](_0x412dxe)["css"]("z-index", _0x412dx9 + 3);
                    },
                    trigger: function ()
                    {
                        if (_0x412dx16 === 1)
                        {
                            _0x412dx1b["zindex"]["next"]();
                        }
                        else
                        {
                            if (_0x412dx16 === -1)
                            {
                                _0x412dx1b["zindex"]["prev"]();
                            };
                        };
                    }
                },
                slide: {
                    fade: function ()
                    {
                        _0x412dx3["animationStart"]["call"](this);
                        _0x412dx11 = _0x412dx8["find"](".on");
                        _0x412dx12 = _0x412dx11["find"]("img");
                        _0x412dx13 = _0x412dx5["eq"](_0x412dxe);
                        _0x412dx14 = _0x412dx13["find"]("img");
                        _0x412dx1b["zindex"]["trigger"]();
                        _0x412dx14["animate"](
                        {
                            opacity: 1
                        }, _0x412dx3["animationSpeed"], _0x412dx3["easing"], function ()
                        {
                            _0x412dx12["animate"](
                            {
                                opacity: 0
                            }, _0x412dx3["animationSpeed"], _0x412dx3["easing"], function ()
                            {});
                            _0x412dx8["find"](".on")["removeClass"]("on");
                            _0x412dx13["addClass"]("on");
                            _0x412dx7["find"]("a.on")["removeClass"]("on");
                            _0x412dx7["find"]("a")["eq"](_0x412dxe)["addClass"]("on");
                            _0x412dx3["animationComplete"]["call"](this);
                            _0x412dx3["running"] = false;
                        });
                    }
                },
                animation: {
                    previous: function ()
                    {
                        if (_0x412dxe === 0)
                        {
                            _0x412dxe = _0x412dx9;
                        }
                        else
                        {
                            _0x412dxe--;
                        };
                        _0x412dx16 = -1;
                        switch (_0x412dx3["transition"])
                        {
                        case "fade":
                            _0x412dx1b["slide"]["fade"]();
                            break;;
                        };
                    },
                    next_item: function ()
                    {
                        if (_0x412dxe === _0x412dx9)
                        {
                            _0x412dxe = 0;
                        }
                        else
                        {
                            _0x412dxe++;
                        };
                        _0x412dx16 = 1;
                        switch (_0x412dx3["transition"])
                        {
                        case "fade":
                            _0x412dx1b["slide"]["fade"]();
                            break;;
                        };
                    }
                },
                keyBrowse: function ()
                {
                    _0x412dx0(document)["keyup"](function (_0x412dx25)
                    {
                        if (_0x412dx3["running"])
                        {
                            return false;
                        };
                        _0x412dx3["running"] = true;
                        if (_0x412dx25["keyCode"] === 37)
                        {
                            _0x412dx1b["animation"]["previous"]();
                        };
                        if (_0x412dx25["keyCode"] === 39)
                        {
                            _0x412dx1b["animation"]["next_item"]();
                        };
                        return false;
                    });
                },
                mouseWheel: function ()
                {
                    _0x412dx4["mousewheel"](function (_0x412dx26, _0x412dx27)
                    {
                        if (_0x412dx3["running"])
                        {
                            return false;
                        };
                        _0x412dx3["running"] = true;
                        var _0x412dx28 = _0x412dx27 > 0 ? "up" : "down",
                            _0x412dx29 = Math["abs"](_0x412dx27);
                        if (_0x412dx28 === "down")
                        {
                            _0x412dx1b["animation"]["next_item"]();
                        }
                        else
                        {
                            _0x412dx1b["animation"]["previous"]();
                        };
                        return false;
                    });
                },
                autoplay: function ()
                {
                    if (_0x412dx3["autoplay"] === true && _0x412dx10 == "")
                    {
                        _0x412dx10 = setInterval(function ()
                        {
                            _0x412dx1b["animation"]["next_item"]();
                        }, _0x412dx3["autoplaySpeed"]);
                        if (_0x412dx10 != "")
                        {
                            _0x412dx19++;
                        };
                    };
                },
                pause: function ()
                {
                    if (_0x412dx10 != "")
                    {
                        clearInterval(_0x412dx10);
                        _0x412dx10 = "";
                        _0x412dx19--;
                    };
                },
                navigation: {
                    create: function ()
                    {
                        for (var _0x412dx1c = 0; _0x412dx1c <= _0x412dx9; _0x412dx1c++)
                        {
                            _0x412dx7["append"](_0x412dx0("\x3Cli /\x3E")["append"](_0x412dx0("\x3Ca /\x3E")["attr"](
                            {
                                href: "#",
                                rel: (_0x412dx1c)
                            })["append"](_0x412dx0("\x3Cimg /\x3E")["attr"](
                            {
                                src: _0x412dxd[_0x412dx1c]
                            }))));
                        };
                    },
                    trigger: function ()
                    {
                        _0x412dx18 = _0x412dx7["find"]("a");
                        _0x412dx18["eq"](0)["addClass"]("on");
                        _0x412dx18["click"](function ()
                        {
                            var _0x412dx2a = _0x412dx0(this),
                                _0x412dx2b = _0x412dx2a["attr"]("rel");
                            _0x412dx17 = _0x412dx18["filter"](".on")["attr"]("rel");
                            _0x412dxe = _0x412dx2b;
                            _0x412dx1a = _0x412dx2b > _0x412dx17 ? "+" : "-";
                            _0x412dx3["auto_running"] = false;
                            _0x412dx16 = 0;
                            if (!_0x412dx2a["hasClass"]("on"))
                            {
                                switch (_0x412dx3["transition"])
                                {
                                case "fade":
                                    _0x412dx1b["slide"]["fade"]();
                                    break;;
                                };
                            };
                            _0x412dx18["removeClass"]("on");
                            _0x412dx2a["addClass"]("on");
                            return false;
                        });
                    },
                    update: function ()
                    {
                        _0x412dx18["removeClass"]("on")["eq"](_0x412dxe)["addClass"]("on");
                    }
                },
                arrows: {
                    create: function ()
                    {
                        _0x412dx0(".nextBackControllers")["remove"]();
                        _0x412dx4["append"](_0x412dx0("\x3Cdiv /\x3E")["addClass"]("nextBackControllers"));
                        _0x412dx15 = _0x412dx4["find"](".nextBackControllers");
                        _0x412dx15["append"](_0x412dx0("\x3Ca /\x3E")["attr"]("href", "#")["addClass"](_0x412dx3["prev"])["text"]("Previous"));
                        _0x412dx15["append"](_0x412dx0("\x3Ca /\x3E")["attr"]("href", "#")["addClass"](_0x412dx3["next"])["text"]("Next"));
                    },
                    trigger: function ()
                    {
                        _0x412dx15["find"]("." + _0x412dx3["prev"])["click"](function ()
                        {
                            if (_0x412dx3["running"])
                            {
                                return false;
                            };
                            _0x412dx3["running"] = true;
                            _0x412dx1b["animation"]["previous"]();
                            return false;
                        });
                        _0x412dx15["find"]("." + _0x412dx3["next"])["click"](function ()
                        {
                            if (_0x412dx3["running"])
                            {
                                return false;
                            };
                            _0x412dx3["running"] = true;
                            _0x412dx1b["animation"]["next_item"]();
                            return false;
                        });
                        if (_0x412dx3["arrowsHide"] === true)
                        {
                            _0x412dx15["find"]("a")["hide"]();
                            _0x412dx4["hover"](function ()
                            {
                                _0x412dx4["mousemove"](function (_0x412dx25)
                                {
                                    var _0x412dx2c = _0x412dx0(this)["offset"]();
                                    var _0x412dx2d = _0x412dx25["pageX"] - (_0x412dx2c["left"]);
                                    if (_0x412dx2d < _0x412dxa / 2)
                                    {
                                        _0x412dx15["find"]("." + _0x412dx3["next"])["hide"]();
                                        _0x412dx15["find"]("." + _0x412dx3["prev"])["fadeIn"](150);
                                    }
                                    else
                                    {
                                        _0x412dx15["find"]("." + _0x412dx3["prev"])["hide"]();
                                        _0x412dx15["find"]("." + _0x412dx3["next"])["fadeIn"](150);
                                    };
                                });
                            }, function ()
                            {
                                _0x412dx15["find"]("a")["hide"]();
                            });
                        };
                    }
                },
                triggers: function ()
                {
                    if (_0x412dx3["arrows"] === true)
                    {
                        _0x412dx1b["arrows"]["trigger"]();
                    };
                    if (_0x412dx3["navigation"] === true)
                    {
                        _0x412dx1b["navigation"]["trigger"]();
                    };
                    if (_0x412dx3["mouseWheel"] === true)
                    {
                        _0x412dx1b["mouseWheel"]();
                    };
                    if (_0x412dx3["keyBrowse"] === true)
                    {
                        _0x412dx1b["keyBrowse"]();
                    };
                    if (_0x412dx3["pauseOnHover"] === true)
                    {
                        _0x412dx4["hover"](function ()
                        {
                            _0x412dx1b["pause"]();
                        }, function ()
                        {
                            _0x412dx1b["autoplay"]();
                        });
                    };
                }
            };
            _0x412dx1b["init"]();
        });
    };
}(jQuery));
(function (_0x412dx0)
{
    var _0x412dx2e = ["DOMMouseScroll", "mousewheel"];
    _0x412dx0["event"]["special"]["mousewheel"] = {
        setup: function ()
        {
            var _0x412dx1c;
            if (this["addEventListener"])
            {
                for (_0x412dx1c = _0x412dx2e["length"]; _0x412dx1c;)
                {
                    this["addEventListener"](_0x412dx2e[--_0x412dx1c], _0x412dx30, false);
                };
            }
            else
            {
                this["onmousewheel"] = _0x412dx30;
            };
        },
        teardown: function ()
        {
            var _0x412dx1c;
            if (this["removeEventListener"])
            {
                for (_0x412dx1c = _0x412dx2e["length"]; _0x412dx1c;)
                {
                    this["removeEventListener"](_0x412dx2e[--_0x412dx1c], _0x412dx30, false);
                };
            }
            else
            {
                this["onmousewheel"] = null;
            };
        }
    };
    _0x412dx0["fn"]["extend"](
    {
        mousewheel: function (_0x412dx2f)
        {
            return _0x412dx2f ? this["bind"]("mousewheel", _0x412dx2f) : this["trigger"]("mousewheel");
        },
        unmousewheel: function (_0x412dx2f)
        {
            return this["unbind"]("mousewheel", _0x412dx2f);
        }
    });

    function _0x412dx30(_0x412dx26)
    {
        var _0x412dx31 = []["slice"]["call"](arguments, 1),
            _0x412dx27 = 0,
            _0x412dx32 = true;
        _0x412dx26 = _0x412dx0["event"]["fix"](_0x412dx26 || window["event"]);
        _0x412dx26["type"] = "mousewheel";
        if (_0x412dx26["wheelDelta"])
        {
            _0x412dx27 = _0x412dx26["wheelDelta"] / 120;
        };
        if (_0x412dx26["detail"])
        {
            _0x412dx27 = -_0x412dx26["detail"] / 3;
        };
        _0x412dx31["unshift"](_0x412dx26, _0x412dx27);
        return _0x412dx0["event"]["handle"]["apply"](this, _0x412dx31);
    };
}(jQuery));
(function (_0x412dx0)
{
    _0x412dx0["fn"]["glint"] = function (_0x412dx1)
    {
        var _0x412dx33 = {
            speed: 3,
            interval: 10,
            pause: 1000,
            size: 100,
            r: 255,
            g: 255,
            b: 255,
            angle: 45,
            density: 255,
            horizontal: true,
            forward: true,
            onerror: null
        };
        if (_0x412dx1)
        {
            _0x412dx0["extend"](_0x412dx33, _0x412dx1);
        };
        if (!_0x412dx33["horizontal"])
        {
            var _0x412dx34 = {
                offsize: "outerHeight",
                offspace: "outerWidth",
                move: "y",
                pos: "x"
            };
        }
        else
        {
            var _0x412dx34 = {
                offsize: "outerWidth",
                offspace: "outerHeight",
                move: "x",
                pos: "y"
            };
        };
        _0x412dx33["size"] = parseInt(_0x412dx33["size"]);
        _0x412dx33["angle"] = parseInt(_0x412dx33["angle"]);
        _0x412dx33["speed"] = parseInt(_0x412dx33["speed"]);
        _0x412dx33["pause"] = parseInt(_0x412dx33["pause"]);
        _0x412dx33["interval"] = parseInt(_0x412dx33["interval"]);
        _0x412dx33["angle"] = (_0x412dx33["angle"] > 0 && _0x412dx33["angle"] < 180) ? _0x412dx33["angle"] : 90;
        _0x412dx33["density"] = (_0x412dx33["density"] > 0 && _0x412dx33["density"] < 255) ? _0x412dx33["density"] : 255;
        return this["each"](function ()
        {
            var _0x412dx35 = document["createElement"]("canvas");
            if (_0x412dx35["getContext"])
            {
                var _0x412dx1f = _0x412dx0(this);
                var _0x412dx36 = new Object();
                _0x412dx36["x"] = 0;
                _0x412dx36["y"] = 0;
                if (_0x412dx1f["css"]("position") == "static")
                {
                    _0x412dx1f["css"]("position", "relative");
                };
                var _0x412dx37 = Math["round"](_0x412dx33["size"] + Math["abs"](_0x412dx1f[_0x412dx34["offspace"]]() / Math["tan"]((_0x412dx33["angle"] / 180) * Math["PI"])));
                var _0x412dx38 = _0x412dx0(_0x412dx35);
                _0x412dx38["css"](
                {
                    "position": "absolute",
                    "top": 0,
                    "left": 0
                });
                _0x412dx35["setAttribute"]("width", _0x412dx1f["outerWidth"]() + "px");
                _0x412dx35["setAttribute"]("height", _0x412dx1f["outerHeight"]() + "px");
                var _0x412dx39 = document["createElement"]("canvas");
                if (_0x412dx33["horizontal"])
                {
                    _0x412dx39["setAttribute"]("width", _0x412dx37 + "px");
                    _0x412dx39["setAttribute"]("height", _0x412dx1f["outerHeight"]() + "px");
                }
                else
                {
                    _0x412dx39["setAttribute"]("width", _0x412dx1f["outerWidth"]() + "px");
                    _0x412dx39["setAttribute"]("height", _0x412dx37 + "px");
                };
                _0x412dx1f["append"](_0x412dx35);
                var _0x412dx3a = _0x412dx35["getContext"]("2d");
                var _0x412dx3b = _0x412dx39["getContext"]("2d");
                _0x412dx36[_0x412dx34["move"]] = -_0x412dx37;
                _0x412dx36[_0x412dx34["top"]] = 0;
                var _0x412dx3c = (!_0x412dx33["horizontal"]) ? _0x412dx1f["outerHeight"]() : _0x412dx1f["outerWidth"]();
                var _0x412dx3d = function ()
                    {
                        var _0x412dx2c = _0x412dx37 - _0x412dx33["size"];
                        if (_0x412dx33["horizontal"])
                        {
                            var _0x412dx3e = _0x412dx3b["createImageData"](_0x412dx37, _0x412dx1f["outerHeight"]());
                        }
                        else
                        {
                            var _0x412dx3e = _0x412dx3b["createImageData"](_0x412dx1f["outerWidth"](), _0x412dx37);
                        };
                        var _0x412dx3f = Math["round"](_0x412dx33["size"] / 2);
                        var _0x412dx40 = _0x412dx33["density"] / _0x412dx3f;
                        for (var _0x412dx1c = 0; _0x412dx1c < _0x412dx3e["width"]; _0x412dx1c++)
                        {
                            for (var _0x412dx41 = 0; _0x412dx41 < _0x412dx3e["height"]; _0x412dx41++)
                            {
                                if (_0x412dx33["horizontal"])
                                {
                                    if (_0x412dx33["angle"] > 90)
                                    {
                                        var _0x412dx42 = Math["round"](_0x412dx41 * (_0x412dx2c / _0x412dx1f["outerHeight"]()));
                                    }
                                    else
                                    {
                                        var _0x412dx42 = _0x412dx2c - Math["round"](_0x412dx41 * (_0x412dx2c / _0x412dx1f["outerHeight"]()));
                                    };
                                    var _0x412dx25 = _0x412dx1c - _0x412dx42;
                                }
                                else
                                {
                                    if (_0x412dx33["angle"] > 90)
                                    {
                                        var _0x412dx42 = Math["round"](_0x412dx1c * (_0x412dx2c / _0x412dx1f["outerWidth"]()));
                                    }
                                    else
                                    {
                                        var _0x412dx42 = _0x412dx2c - Math["round"](_0x412dx1c * (_0x412dx2c / _0x412dx1f["outerWidth"]()));
                                    };
                                    var _0x412dx25 = _0x412dx41 - _0x412dx42;
                                };
                                if (_0x412dx25 >= 0 && _0x412dx25 <= _0x412dx33["size"])
                                {
                                    var _0x412dx43 = (_0x412dx1c + _0x412dx41 * _0x412dx3e["width"]) * 4;
                                    _0x412dx3e["data"][_0x412dx43 + 0] = _0x412dx33["r"];
                                    _0x412dx3e["data"][_0x412dx43 + 1] = _0x412dx33["g"];
                                    _0x412dx3e["data"][_0x412dx43 + 2] = _0x412dx33["b"];
                                    _0x412dx3e["data"][_0x412dx43 + 3] = (_0x412dx25 <= _0x412dx3f) ? parseInt(_0x412dx40 * _0x412dx25) : Math["abs"](_0x412dx33["density"] - (parseInt(_0x412dx40 * _0x412dx25) - _0x412dx33["density"]));
                                };
                            };
                        };
                        _0x412dx3b["putImageData"](_0x412dx3e, 0, 0);
                    };
                var _0x412dx44 = function ()
                    {
                        if (_0x412dx33["horizontal"])
                        {
                            _0x412dx3a["clearRect"](_0x412dx36["x"], _0x412dx36["y"], Math["abs"](_0x412dx37), _0x412dx1f["outerHeight"]());
                        }
                        else
                        {
                            _0x412dx3a["clearRect"](_0x412dx36["x"], _0x412dx36["y"], _0x412dx1f["outerWidth"](), Math["abs"](_0x412dx37));
                        };
                        _0x412dx3a["drawImage"](_0x412dx39, _0x412dx36["x"], _0x412dx36["y"]);
                        if (_0x412dx33["forward"])
                        {
                            _0x412dx36[_0x412dx34["move"]] += _0x412dx33["speed"];
                            if (_0x412dx3c < _0x412dx36[_0x412dx34["move"]])
                            {
                                _0x412dx36[_0x412dx34["move"]] = -_0x412dx37;
                                setTimeout(_0x412dx44, _0x412dx33["pause"]);
                            }
                            else
                            {
                                setTimeout(_0x412dx44, _0x412dx33["interval"]);
                            };
                        }
                        else
                        {
                            _0x412dx36[_0x412dx34["move"]] -= _0x412dx33["speed"];
                            if (-_0x412dx37 > _0x412dx36[_0x412dx34["move"]])
                            {
                                _0x412dx36[_0x412dx34["move"]] = _0x412dx3c + _0x412dx37;
                                setTimeout(_0x412dx44, _0x412dx33["pause"]);
                            }
                            else
                            {
                                setTimeout(_0x412dx44, _0x412dx33["interval"]);
                            };
                        };
                    };
                _0x412dx3d();
                _0x412dx44();
            }
            else
            {
                if (_0x412dx33["onerror"])
                {
                    _0x412dx33["onerror"]();
                };
            };
        });
    };
})(jQuery);
