



function setupDemos() {

    Shadowbox.setup("a.shadowbox_case", {
        gallery:        "mustang",
        continuous:     true,
        counterType:    "skip"
    });
    Shadowbox.setup("a.shadowbox_fa", {
		height:     460,
        width:      740,
        gallery:        "mustang",
        continuous:     true,
        counterType:    "skip"
    });
    Shadowbox.setup("a.shadowbox_swf", {
		height:     660,
        width:      800,
        gallery:        "mustang",
        continuous:     true,
        counterType:    "skip"
    });
}





