$(document).ready(function() {
/*	$('div.evento').attr('rel',$(this).css('height'));
	$('div.evento').css('overflow','hidden');
	$('div.evento').css('height','65px');
	
	$('div.evento').hover(
  function () {
   	$(this).css('height',$(this).attr('rel')+'px');
  },
  function () {
    $(this).css('height','65px');
  }
);*/
	
});



