stepcarousel.setup({
	galleryid: 'carousel', //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:300, wraparound:true, persist:true},
	defaultbuttons: {enable: false, moveby: 2, leftnav: ['/wp-content/themes/htfc/images/arrow-left.gif', 0, 350], rightnav: ['/wp-content/themes/htfc/images/arrow-right.gif', -15, 350]},
	statusvars: ['statusA', 'statusB', 'statusC'], // Register 3 "status" variables
	contenttype: ['inline']
});

