$(document).ready(function(){    
	
	
	$('#fiec_cni').cycle ({ 
    fx:    'turnUp',
	speed:  300,
	timeout: 2500
	
	});
		
	
  });

