// -----------------------------------------------------------------------------------
// http://wowslider.com/
// JavaScript Wow Slider is a free software that helps you easily generate delicious 
// slideshows with gorgeous transition effects, in a few clicks without writing a single line of code.
// Last updated: 2011-10-27
//
//***********************************************
// Obfuscated by Javascript Obfuscator
// http://javascript-source.com
//***********************************************
function ws_fade(b, a) {
    var c = jQuery;
    a.each(function (d) {
        if (!d) {
            c(this).show()
        } else {
            c(this).hide()
        }
    });
    this.go = function (d, e) {
        c(a.get(d)).fadeIn(b.duration);
        c(a.get(e)).fadeOut(b.duration);
        return d
    }
}; // -----------------------------------------------------------------------------------
// http://wowslider.com/
// JavaScript Wow Slider is a free software that helps you easily generate delicious 
// slideshows with gorgeous transition effects, in a few clicks without writing a single line of code.
// Last updated: 2011-10-27
//
//***********************************************
// Obfuscated by Javascript Obfuscator
// http://javascript-source.com
//***********************************************
jQuery("#wowslider-container1").wowSlider({
    effect: "fade",
    prev: "",
    next: "",
    duration: 30 * 100,
    delay: 60 * 100,
    outWidth: 960,
    outHeight: 400,
    width: 960,
    height: 400,
    autoPlay: true,
    stopOnHover: true,
    loop: false,
    bullets: true,
    caption: true,
    controls: true
});
