stepcarousel.setup({
	galleryid: 'top_img', //id of carousel DIV
	beltclass: 'carousel-parent', //class of inner "belt" DIV containing all the carousel DIVs
	panelclass: 'carousel', //class of panel DIVs each holding content
	autostep: {enable:true, moveby:1, pause:3000},
	panelbehavior: {speed:300, wraparound:true, wrapbehavior:'slide', persist:true},
	defaultbuttons: {enable: true, moveby: 1, leftnav: ['prev1', 'prev1_hover'], rightnav: ['next1', 'next1_hover']},
	statusvars: ['statusA', 'statusB', 'statusC'], //register 3 variables that contain
	contenttype: ['inline'] //content setting ['inline'] or ['ajax', 'path_to_external_file']
})
