stepcarousel.setup({
galleryid: 'galleryb', //id of carousel DIV
beltclass: 'beltxbr', //class of inner "belt" DIV containing all the panel DIVs
panelclass: 'panelxbr', //class of panel DIVs each holding content
panelbehavior: {speed:500, wraparound:true, persist:false},
defaultbuttons: {enable: true, moveby: 1, leftnav: ['http://ultracom.az/new/templates/ultracom/img/left-button.jpg', 375, 5], rightnav: ['http://ultracom.az/new/templates/ultracom/img/right-button.jpg', -28, 5]},
statusvars: ['statusA', 'statusB', 'statusC'], // Register 3 "status" variables
contenttype: ['inline'] // content type <--No comma following the very last parameter, always!
})

stepcarousel.setup({
galleryid: 'gallerya', //id of carousel DIV
beltclass: 'beltpress', //class of inner "belt" DIV containing all the panel DIVs
panelclass: 'panelpress', //class of panel DIVs each holding content
panelbehavior: {speed:500, wraparound:true, persist:false},
defaultbuttons: {enable: true, moveby: 1, leftnav: ['http://ultracom.az/new/templates/ultracom/img/left-button.jpg', 375, 5], rightnav: ['http://ultracom.az/new/templates/ultracom/img/right-button.jpg', -28, 5]},
statusvars: ['statusA', 'statusB', 'statusC'], // Register 3 "status" variables
contenttype: ['inline'] // content type <--No comma following the very last parameter, always!
})
