stepcarousel.setup({
galleryid: 'gallery', //id of carousel DIV
beltclass: 'belt', //class of inner "belt" DIV containing all the panel DIVs
panelclass: 'panel', //class of panel DIVs each holding content
statusvars: ['statusA', 'statusB', 'statusC'], // Register 3 "status" variables
contenttype: ['inline'] // content type <--No comma following the very last parameter, always!
});

stepcarousel.setup({
galleryid: 'bloggers', //id of carousel DIV
beltclass: 'bloggerbelt', //class of inner "belt" DIV containing all the panel DIVs
panelclass: 'bloggerpanel', //class of panel DIVs each holding content
statusvars: ['statusA', 'statusB', 'statusC'], // Register 3 "status" variables
contenttype: ['inline'] // content type <--No comma following the very last parameter, always!
});

stepcarousel.setup({
galleryid: 'gallery-short', //id of carousel DIV
beltclass: 'belt', //class of inner "belt" DIV containing all the panel DIVs
panelclass: 'panel', //class of panel DIVs each holding content
statusvars: ['statusA', 'statusB', 'statusC'], // Register 3 "status" variables
contenttype: ['inline'] // content type <--No comma following the very last parameter, always!
});

// stepcarousel.setup({
// galleryid: 'guide', //id of carousel DIV
// beltclass: 'guidebelt', //class of inner "belt" DIV containing all the panel DIVs
// panelclass: 'guidepanel', //class of panel DIVs each holding content
// panelbehavior: {speed:0, wraparound:false, persist:true},
// statusvars: ['statusA', 'statusB', 'statusC'], // Register 3 "status" variables
// contenttype: ['inline'] // content type <--No comma following the very last parameter, always!
// });