$(function(){
    Shadowbox.setup("ul.gallery > li > a", {
        gallery:        "gallery",
        continuous:     true,
        counterType:    "skip"
    });
	Shadowbox.init();
});

