// JavaScript Document
$(document).ready(function(){
						   
		$('#ruota').show('fast');
		$('#ruota').cycle({ 
				fx:    'fade', 
				delay: -5000,
				speed: 4000,
				random: 1,
				sync:true
			});
		
		   });
