stepcarousel.setup({
	galleryid: 'testimonials-slider', //id of carousel DIV
	beltclass: 'carousel', //class of inner "belt" DIV containing all the panel DIVs
	panelclass: 'testimonial', //class of panel DIVs each holding content
	autostep: {enable:true, moveby:1, pause:5000},
	panelbehavior: {speed:1000, wraparound:true, persist:true},
	defaultbuttons: {enable: true, moveby: 1, leftnav: ['media/previous.png', -25, 0], rightnav: ['media/next.png', 0, 0]},
	statusvars: ['statusA', 'statusB', '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']
	})

stepcarousel.setup({
	galleryid: 'vendors', //id of carousel DIV
	beltclass: 'carousel', //class of inner "belt" DIV containing all the panel DIVs
	panelclass: 'testimonial', //class of panel DIVs each holding content
	autostep: {enable:true, moveby:1, pause:2000},
	panelbehavior: {speed:1000, wraparound:true, persist:true},
	defaultbuttons: {enable: true, moveby: 1, leftnav: ['media/previous.png', -25, 0], rightnav: ['media/next.png', 0, 0]},
	statusvars: ['statusA', 'statusB', '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']
	})
