// JavaScript Document
stepcarousel10.setup({
	galleryid: 'aboutcarousel', //id of carousel DIV
	beltclass: 'belt10', //class of inner "belt" DIV containing all the panel DIVs
	panelclass: 'panel10', //class of panel DIVs each holding content
	autostep: {enable:false, moveby:1, pause:3000},
	panelbehavior: {speed:400, wraparound:true, persist:false},
	defaultbuttons: {enable: false, moveby: 1, leftnav: ['', 0, 0], rightnav: ['', 0, 0]},
	statusvars: ['statusA10', 'statusB10', 'statusC10'], //register 3 variables that contain current panel (start), current panel (last), and total panels
	contenttype: ['ajax','about-us/about-content.html'] //content setting ['inline'] or ['external', 'path_to_external_file']
})
