


$j(function() {

	if($j('.galleriaTestata img').size()>1){
		
		
		$j.fn.cycle.defaults.speed   = 900;
		$j.fn.cycle.defaults.timeout = 6000;
			
			
		$j('.galleriaTestata').cycle({ 
			fx:    'fade', 
			pause:  1, 
			delay: 0
		});	
	}
	
});
