// JavaScript Document
//Para Vitrine principal
stepcarousel.setup({
	galleryid: 'vitrineHome',		//id of carousel DIV
	beltclass: 'painelContainer',	//class of inner "subDivVitrine" DIV containing all the panel DIVs
	panelclass: 'panel',			//class of panel DIVs each holding content
	autostep: {enable:false, moveby:1, pause:300000},
	panelbehavior: {speed:300, wraparound:false, persist:true},
	defaultbuttons: {enable: true, moveby: 1, leftnav: ['../imgs/home/vitrine/seta1.jpg', -40, 109], rightnav: ['../imgs/home/vitrine/seta2.jpg', 10, 109]},
	statusvars: ['statusAlong', 'statusBlong', 'statusClong'], //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']
});