function setupConf() {

    Shadowbox.setup("a.mustang-gallery111", {
        gallery:        "mustang111",
        continuous:     true,
        counterType:    "skip"
    });


    Shadowbox.setup("a.mustang-gallery", {
        gallery:        "mustang",
        continuous:     true,
        
         height:     360,
        width:      640
        
    });

}

