// This file is only required to run some of the demos.

function setupGallery() {

    Shadowbox.setup("a.mitch-gallery", {
        gallery:        "mitch",
        continuous:     true,
        counterType:    "skip"
    });

}
