$(document).ready(function(){

	$('#logot').cycle({ 
	    fx:    'fade', 
	    timeout: 3000,
	    speed:  1500
	});

});

