stepcarousel.setup({
galleryid: 'gallerya', //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
//autostep: {enable:true, moveby:1, pause:3000}
panelbehavior: {speed:900, wraparound:true, persist:true},
defaultbuttons: {enable: true, moveby: 1, leftnav: ['/imagenes/masdeportes/graficos/escudos/arrowl.gif', -10, 3], rightnav: ['/imagenes/masdeportes/graficos/escudos/arrowr.gif', -10, 3]},
statusvars: ['statusA', 'statusB', 'statusC'], // Register 3 "status" variables
contenttype: ['inline-block'] // content type <--No comma following the very last parameter, always!
})
