		stepcarousel.setup({
			galleryid: 'galleryb', //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:true, persist:true},
			autostep: {enable:true, moveby:1, pause:3000},
			defaultbuttons: {enable: true, moveby: 1, leftnav: ['images/fragshock/larr.png', -25, 40], rightnav: ['images/fragshock/rarr.png', 15, 40]},
			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: 'klany', //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:true, persist:true},
			autostep: {enable:true, moveby:1, pause:3000},
			defaultbuttons: {enable: true, moveby: 1, leftnav: ['images/fragshock/bloki/larr.png', -35, 30], rightnav: ['images/fragshock/bloki/rarr.png', 4, 30]},
			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']
		})
