$(document).ready(function(){
								
				$('.boxgrid.captionfull').hover(function(){
					$(".cover", this).stop().animate({top:'380px'},{queue:false,duration:400});
				}, function() {
					$(".cover", this).stop().animate({top:'420px'},{queue:false,duration:400});
				});
				

});

