// JavaScript Document
stepcarousel6.setup({
	galleryid: 'bottomright6', //id of carousel DIV
	beltclass: 'belt6', //class of inner "belt" DIV containing all the panel DIVs
	panelclass: 'panel6', //class of panel DIVs each holding content
	autostep: {enable:true, moveby:1, pause:15000},
	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: ['statusA6', 'statusB6', 'statusC6'], //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']
})

stepcarousel7.setup({
	galleryid: 'bottomright7', //id of carousel DIV
	beltclass: 'belt7', //class of inner "belt" DIV containing all the panel DIVs
	panelclass: 'panel7', //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: ['portfolio/images/left-arrow.gif', 0, 0], rightnav: ['portfolio/images/right-arrow.gif', 0, 0]},
	statusvars: ['statusA7', 'statusB7', 'statusC7'], //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']
})

stepcarousel8.setup({
	galleryid: 'bottomright8', //id of carousel DIV
	beltclass: 'belt8', //class of inner "belt" DIV containing all the panel DIVs
	panelclass: 'panel8', //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: ['portfolio/images/left-arrow.gif', 0, 0], rightnav: ['portfolio/images/right-arrow.gif', 0, 0]},
	statusvars: ['statusA8', 'statusB8', 'statusC8'], //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']
})

stepcarousel9.setup({
	galleryid: 'bottomright9', //id of carousel DIV
	beltclass: 'belt9', //class of inner "belt" DIV containing all the panel DIVs
	panelclass: 'panel9', //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: ['portfolio/images/left-arrow.gif', 0, 0], rightnav: ['portfolio/images/right-arrow.gif', 0, 0]},
	statusvars: ['statusA9', 'statusB9', 'statusC9'], //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']
})

stepcarousel13.setup({
	galleryid: 'bottomright13', //id of carousel DIV
	beltclass: 'belt13', //class of inner "belt" DIV containing all the panel DIVs
	panelclass: 'panel13', //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: ['portfolio/images/left-arrow.gif', 0, 0], rightnav: ['portfolio/images/right-arrow.gif', 0, 0]},
	statusvars: ['statusA13', 'statusB13', 'statusC13'], //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']
})
