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

});

