stepcarousel.setup({
galleryid: 'lestextes', //id of carousel DIV
beltclass: 'conteneurtextes', //class of inner "belt" DIV containing all the panel DIVs
panelclass: 'panneaux', //class of panel DIVs each holding content
panelbehavior: {speed:400, wraparound:true, persist:true},
defaultbuttons: {enable: true, moveby: 1, leftnav: ['/images/flch-gauche.gif', -50, 150], rightnav: ['/images/flch-droite.gif', 0, 150]},
statusvars: ['statusA', 'statusB', 'statusC'], // Register 3 "status" variables
contenttype: ['inline'] // content type <--No comma following the very last parameter, always!
})
