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

function setupDemos() {
	
	Shadowbox.setup("a.scolaire", {
        gallery:        "scolaire",
        continuous:     true,
        counterType:    "skip",
        counterLimit:	"10"
    });
    

    Shadowbox.setup("a.animaux", {
        gallery:        "animaux",
        continuous:     true,
        counterType:    "skip",
        counterLimit:	"10"
    });
    
    Shadowbox.setup("a.architecture", {
        gallery:        "architectures",
        continuous:     true,
        counterType:    "skip",
        counterLimit:	"10"
    });
    
    Shadowbox.setup("a.artisanat", {
        gallery:        "artisanat",
        continuous:     true,
        counterType:    "skip",
        counterLimit:	"10"
    });


    Shadowbox.setup("a.divers", {
        gallery:        "divers",
        continuous:     true,
        counterType:    "skip",
        counterLimit:	"10"
    });
    
    Shadowbox.setup("a.interieur-exterieur", {
        gallery:        "interieur-exterieur",
        continuous:     true,
        counterType:    "skip",
        counterLimit:	"10"
    });
    
    Shadowbox.setup("a.mariage", {
        gallery:        "mariage",
        continuous:     true,
        counterType:    "skip",
        counterLimit:	"10"
    });
    
    Shadowbox.setup("a.portrait", {
        gallery:        "portrait",
        continuous:     true,
        counterType:    "skip",
        counterLimit:	"10"
    });
    
    Shadowbox.setup("a.reportage", {
        gallery:        "reportage",
        continuous:     true,
        counterType:    "skip",
        counterLimit:	"10"
    });
    
    Shadowbox.setup("a.vue-aerienne", {
        gallery:        "vue-aerienne",
        continuous:     true,
        counterType:    "skip",
        counterLimit:	"10"
    });
    
    Shadowbox.setup("a.st-fereol", {
        gallery:        "st-fereol",
        continuous:     true,
        counterType:    "skip",
        counterLimit:	"10"
    });
    
    Shadowbox.setup("a.studio", {
        gallery:        "studio",
        continuous:     true,
        counterType:    "skip",
        counterLimit:	"10"
    });

    Shadowbox.setup("a.paysage", {
        gallery:        "paysage",
        continuous:     true,
        counterType:    "skip",
        counterLimit:	"10"
    });

   
}

