$(document).ready(function() {

    // Coda-Slider
    $('#coda-slider').codaSlider({
        autoSlide: true,
        autoSlideInterval: 5000,
        dynamicArrows: false,
        dynamicTabs: false
    });

    // ColorBox
    $("a[rel='colorbox']").colorbox({
        close: "Chiudere",
        current: "Immagine {current} su {total}",
        next: "Prossimo",
        previous: "Precedente"
    });

});

