var URLsite = document.location.hostname;
var URLsite = ("http://"+URLsite+"/system/template_files/");

stepcarousel.setup({
	galleryid: 'gallerya', //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:6000},
	panelbehavior: {speed:600, wraparound:false, persist:false},
	defaultbuttons: {enable: true, moveby: 1, leftnav: [URLsite+'images/puce_carousel_left.png', -15, 36], rightnav: [URLsite+'images/puce_carousel_right.png', -15, 36]},
	contenttype: ['inline'] //content setting ['inline'] or ['external', 'path_to_external_file']
})
