$(document).ready(function() {



//hove menu

//hover blocchi racconti/ricerca
$(".risultato").hover(
  function () {
	$(this).fadeTo( 250, 0.8 );
  },
  function () {
	$(this).fadeTo( 150, 1 );
  }
);



});
