// JavaScript Document
stepcarousel1.setup({
	galleryid: 'portfolio1', //id of carousel DIV
	beltclass: 'belt1', //class of inner "belt" DIV containing all the panel DIVs
	panelclass: 'panel1', //class of panel DIVs each holding content
	autostep: {enable:true, moveby:1, pause:3000},
	panelbehavior: {speed:400, wraparound:true, persist:false},
	defaultbuttons: {enable: false, moveby: 1, leftnav: ['portfolio/images/left-arrow.gif', 25, 205], rightnav: ['portfolio/images/right-arrow.gif', -50, 205]},
	statusvars: ['statusA1', 'statusB1', 'statusC1'], //register 3 variables that contain current panel (start), current panel (last), and total panels
	contenttype: ['ajax','portfolio/portfolio1.html'] //content setting ['inline'] or ['external', 'path_to_external_file']
})
