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

function setupDemos() {

Shadowbox.setup("a.gallery01", {
gallery:"GALLERY",
counterType:"skip",
continuous:true,
});

Shadowbox.setup("a.gallery02", {
gallery:"GALLERY",
continuous:true,
counterType:"skip",
slideshowDelay:5,
});

Shadowbox.setup("a.page", {
width:870,
height:500,
});

Shadowbox.setup("a.all", {
counterType:"skip",
continuous:false,
width:800,
height:800,
});

}
