﻿stepcarousel.setup({
	galleryid: 'GaleriaEventos', //id of carousel DIV
	beltclass: 'Cinturao',
	panelclass: 'Evento',
	autostep: {enable:true, moveby:1, pause:3000},
	panelbehavior: {speed:900, wraparound:false, persist:true},
	defaultbuttons: {},
	statusvars: [], //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']
})
