// JavaScript Document
	stepcarousel.setup({
		galleryid: 'galleryc', //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
		panelbehavior: {speed:500, wraparound:true, persist:false},
		defaultbuttons: {enable: true, moveby: 6, leftnav: ['images/arrowl.gif', -20, 30], rightnav: ['images/arrowr.gif',  0, 30]},
		statusvars: ['reportA', 'reportB', 'reportC'],
		contenttype: ['inline'] //content setting ['inline'] or ['external', 'path_to_external_file']
	})

