// JavaScript Document
stepcarousel12.setup({
	galleryid: 'dragonsdencarousel', //id of carousel DIV
	beltclass: 'belt12', //class of inner "belt" DIV containing all the panel DIVs
	panelclass: 'panel12', //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: ['statusA12', 'statusB12', 'statusC12'], //register 3 variables that contain current panel (start), current panel (last), and total panels
	contenttype: ['ajax','news-extra/dragons-den-content.html'] //content setting ['inline'] or ['external', 'path_to_external_file']
})