/**
 * This JS code should only be used for static plugin "Fullslider"
 * It is included, if static include "flullslider" is included. Should only be done if plugin
 * "fullslider" with Fluid template is used.
 */
$(function(){

    /* Flexslider */
    $('.flexslider-uniolslider-fullslider').flexslider({
        animation: "fade",
        animationLoop: true,
        slideshowSpeed: 7000,
        initDelay: 5000
    });

});
