/*
stepcarousel.setup({
	galleryid: 'CarouselPromotions', //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
	panelbehavior: {speed:500, wraparound:false, persist:false},
	//defaultbuttons: {enable: false, moveby: 1, leftnav: ['images/grafx/btn_left.gif', -45, 80], rightnav: ['images/grafx/btn_right.gif', 25, 80]},
	defaultbuttons: {enable: true, moveby: 1, leftnav: ['/images/grafx/move_left_b.gif', 155, 180], rightnav: ['/images/grafx/move_right_b.gif', -90, 180]},
	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']
	autostep: {enable:true, moveby:1, pause:6000}
})
*/
stepcarousel.setup({
	galleryid: 'CarouselCollections', //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
	panelbehavior: {speed:500, wraparound:false, persist:false},
	//defaultbuttons: {enable: false, moveby: 1, leftnav: ['images/grafx/btn_left.gif', -45, 80], rightnav: ['images/grafx/btn_right.gif', 25, 80]},
	defaultbuttons: {enable: true, moveby: 4, leftnav: ['/images/grafx/move_left_s.gif', -28, 70], rightnav: ['/images/grafx/move_right_s.gif', 6, 70]},
	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']
})
stepcarousel.setup({
	galleryid: 'CarouselFeatured', //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
	panelbehavior: {speed:500, wraparound:false, persist:false},
	//defaultbuttons: {enable: false, moveby: 1, leftnav: ['images/grafx/btn_left.gif', -45, 80], rightnav: ['images/grafx/btn_right.gif', 25, 80]},
	defaultbuttons: {enable: true, moveby: 4, leftnav: ['/images/grafx/move_left_s.gif', -28, 70], rightnav: ['/images/grafx/move_right_s.gif', 6, 70]},
	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']
})


