$(document).ready(function(){
	$('.boxgrid.captionfull').hover(function(){
		$(".cover", this).stop().animate({top:'0px'},{queue:false,duration:460});
	}, function() {
		$(".cover", this).stop().animate({top:'252px'},{queue:false,duration:260});
	});
});
