function setupShadowBox() {

    Shadowbox.setup("a.photo-gallery", {
        gallery:        "photos",
        continuous:     true,
        counterType:    "skip"
    });

}

