stepcarousel.setup({
	galleryid: 'center_left', //id of carousel DIV
	beltclass: 'all_content', //class of inner "belt" DIV containing all the panel DIVs
	panelclass: 'slide', //class of panel DIVs each holding content
	panelbehavior: {speed:500, wraparound:false, persist:true},
	defaultbuttons: {enable: true, moveby: 2, leftnav: ['anta', 'anta_hover'], rightnav: ['urma', 'urma_hover']},
	statusvars: ['newsA', 'newsB', 'newsC'], // Register 3 "status" variables
	contenttype: ['inline'] // content type <--No comma following the very last parameter, always!
})
		 

