stepcarousel.setup({
	galleryid: 'gallerya', //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
	autostep: {enable:true, moveby:1, pause:3000},
	panelbehavior: {speed:1100, wraparound:false, persist:false},
	defaultbuttons: {enable: true, moveby: 1, leftnav: ['images/index-carousel-left.png', 875, 430], rightnav: ['images/index-carousel-right.png', -50, 430]},
	contenttype: ['inline'] //content setting ['inline'] or ['external', 'path_to_external_file']
})
