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

function setupDemos() {

    Shadowbox.setup("a.gallery", {
        gallery:        "gallery",
        continuous:     false,
        counterType:    "skip",
		counterLimit: 20
    });
	

}

