
/**
 * Create instance of stepcarousel for top ten articles (bottom of the page)
 *
 * Author: waldemarm
 */

	stepcarousel.setup({
		galleryid: 'carousel_top_ten_wrapper', //id of carousel DIV
		beltclass: 'panelContainer', //class of inner "belt" DIV containing all the panel DIVs
		panelclass: 'panel', //class of panel DIVs each holding content
		autostep: {enable:false, moveby:1, pause:10000},
		panelbehavior: {speed:1300, wraparound:false, persist:false},
		defaultbuttons: {enable: true, moveby: 1, leftnav: ['/resources/images/but_topTen_back.gif', -5, 86], rightnav: ['/resources/images/but_topTen_next.gif', -10, 86]},
		//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']
	});			
