stepcarousel.setup({
	galleryid: 'gallery', //id of carousel DIV
	beltclass: 'belt', //class of inner "belt" DIV containing all the panel DIVs
	panelclass: 'window', //class of panel DIVs each holding content
	panelbehavior: {speed:375, wraparound:false, persist:false},
	defaultbuttons: {enable: false},
	statusvars: ['startnum', 'lastnum', 'statusC'], //register 3 variables that contain current panel (start), current panel (last), and total panels
	contenttype: ['inline'] //content setting ['inline'] or ['ajax', 'path_to_external_file']
})





