$(function(){
	$(".eventNews").hover(
		function(){$(this).queue([]).animate({
			width: "396px",
			top:"74px",
			height:"165px"
		}, 500 );},
		function(){$(this).queue([]).animate({
			width: "396px",
			top:"174px",
			height:"65px"
		}, 500 );}
	);
});

