
function destacadoON(i){
		var nom = '#ficha_destacado'+i;
		var destacado = $(nom);
			destacado.find('.img_gris').hide();			
			destacado.find('#texto_imagengris').hide();	
			destacado.find('#texto_vermas').show();
	
	}
	
function destacadoOUT(i){
	var nom = '#ficha_destacado'+i;
	var destacado = $(nom);
		destacado.find('.img_gris').show();	
		destacado.find('#texto_imagengris').show();	
		destacado.find('#texto_vermas').hide();				

}



stepcarousel.setup({
	galleryid: 'mygallery', //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:4000},
	panelbehavior: {speed:500, wraparound:true, wrapbehavior:'slide', persist:true},
	defaultbuttons: {enable: true, moveby: 1, leftnav: ['http://www.cercleimmobiliari.com/images/web/prev.png', -35, 50], rightnav: ['http://www.cercleimmobiliari.com/images/web/next.png', 10, 50]},
//	defaultbuttons: {enable: true, moveby: 1, leftnav: ['http://localhost:8093/images/web/prev.png', -35, 50], rightnav: ['http://localhost:8093/images/web/next.png', 10, 50]},
	statusvars: ['statusA', 'statusB', 'statusC'], //register 3 variables that contain current panel (start), current panel (last), and total panels
	contenttype: ['inline'] //content setting ['inline'] or ['ajax', 'path_to_external_file']
})



