(function($){

    $(document).ready(function(){
        if ($("div.slider-sedes").length > 0) {
            $('div.slider-sedes').cycle({
                fx: "fade",
                slideExpr: "img",

                before: function() {
                    /*$("#slide-label").fadeOut();*/
                },
                after: function() {
                    /*$("#slide-label").fadeIn().html(this.alt);*/
                }
            });
        }

    });

})(jQuery);

