
stepcarousel.setup({
	galleryid: 'GalleryFeatured', //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]},
	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: 'GalleryTopSellers', //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]},
	statusvars: ['statusTPA', 'statusTPB', 'statusTPC'], //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: 'GalleryTopRated', //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]},
	statusvars: ['statusTPA', 'statusTPB', 'statusTPC'], //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: 'GalleryNewReleases', //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]},
	statusvars: ['statusTPA', 'statusTPB', 'statusTPC'], //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']
})


