// For instructions how how to modify go to this URL

// http://www.dynamicdrive.com/dynamicindex4/stepcarousel.htm

stepcarousel.setup({

	galleryid: 'productos2', //id of carousel DIV

	beltclass: 'belt2', //class of inner "belt" DIV containing all the panel DIVs

	panelclass: 'panel2', //class of panel DIVs each holding content

	autostep: {enable:false, moveby:1, pause:6000},

	panelbehavior: {speed:500, wraparound:true, persist:true},

	defaultbuttons: {enable: false, moveby: 1, leftnav: ['http://www.trielec.com.ar/beta/images/btnd.png', -5, 80], rightnav: ['http://www.trielec.com.ar/beta/images/btna.png', -20, 80]},

	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']

})

