stepcarousel.setup({
galleryid: 'scroller', //id of carousel DIV
beltclass: 'thegamebelt', //class of inner 'belt' DIV containing all the panel DIVs
panelclass: 'scroller-item', //class of panel DIVs each holding content
autostep: {enable:true, moveby:1, pause:2000},
panelbehavior: {speed:1000, wraparound:true, persist:true},
defaultbuttons: {enable: false, moveby: 4, leftnav: ['http://i34.tinypic.com/317e0s5.gif', -20, 0], rightnav: ['http://i38.tinypic.com/33o7di8.gif', 0, 0]},
statusvars: ['statusA', 'statusB', 'statusC'], //register 3 variables that contain current panel (start), current panel (last), and total panels
contenttype: ['inline'] //content setting ['inline'] or ['ajax', 'path_to_external_file']
});



