/**
 * @author
 */

stepcarousel.setup({
			galleryid: 'mygallery2', //id of carousel DIV
			beltclass: 'belt2', //class of inner "belt" DIV containing all the panel DIVs
			panelclass: 'panel2', //class of panel DIVs each holding content
			statusvars: ['reportA', 'reportB', 'reportC'],
			contenttype: ['inline'] //content setting ['inline'] or ['external', 'path_to_external_file']
		})
