// This file is only required to run some of the demos.

function setupDemos() {

    Shadowbox.setup("a.impostazioni-gallery", {
        gallery:        "FOTO",
        continuous:     true,
        counterType:    "skip"
    });


    Shadowbox.setup("a.media-gallery", {
        gallery:        "MEDIA",
        continuous:     true,
        counterType:    "skip"
    });   

}