stepcarousel.setup({
	galleryid: 'mediabox_content', //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
	autostep: {enable:true, moveby:1, pause:5000},
	panelbehavior: {speed:800, wraparound:false, persist:false},
	defaultbuttons: {enable: true, moveby: 1, leftnav: ['http://www.fritidinorr.se/utveckling/customimages/pil-v.png', 17, 220], rightnav: ['http://www.fritidinorr.se/utveckling/customimages/pil-r.png', -50, 220]},
	contenttype: ['inline'] //content setting ['inline'] or ['external', 'path_to_external_file']
})

