	stepcarousel.setup({
		galleryid: 'carousel', //id of carousel DIV
		beltclass: 'carouselinner', //class of inner "belt" DIV containing all the panel DIVs
		panelclass: 'panel', //class of panel DIVs each holding content
		autostep: {enable:true,moveby:1,pause:4500},
		panelbehavior: {speed:500,wraparound:false,persist:false},
		defaultbuttons: {enable: false, moveby: 1, leftnav: ['/template/theme/runfoldmedical/img/btn-carousel-left.gif', 10, 108], rightnav: ['/template/theme/runfoldmedical/img/btn-carousel-right.gif', -34, 108]},
		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']
		});
	
	
$(document).ready(function() { 
		$('div#animation').cycle({ 
    		fx:'fade',timeout:1666,delay:10000,fastOnEvent:0
			});
		});