		stepcarousel.setup({
			galleryid: 'vid-slider', //id of carousel DIV
			beltclass: 'vid-belt', //class of inner "belt" DIV containing all the panel DIVs
			panelclass: 'vid-panel', //class of panel DIVs each holding content
			panelbehavior: {speed:500, wraparound:false, persist:true},
			autostep: {enable:true, moveby:2, pause:5000},
			defaultbuttons: {enable: true, moveby: 2, leftnav: ['images/dc/larr.gif', 390, -10], rightnav: ['images/dc/rarr.gif', -40, -10]},
			statusvars: ['statusA', 'statusB', 'statusC'], //register 3 variables that contain current panel (start), current panel (last), and total panels
			contenttype: ['inline'] //content setting ['inline'] or ['external', 'path_to_external_file']
		})
		

