jQuery(document).ready(function(){
		jQuery('.box.caixa').hover(function(){
			jQuery(".cover", this).stop().animate({top:'237px'},{queue:false,duration:160});
				}, function() {
			jQuery(".cover", this).stop().animate({top:'326px'},{queue:false,duration:160});
	});
});

