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

$(document).ready(function() {			
	$('.boxgrid02.captionfull02').hover(function() {
			$(".cover02", this).stop().animate({top:'223px'},{queue:false,duration:100});
	}, function() {
			$(".cover02", this).stop().animate({top:'288px'},{queue:false,duration:100});
	});
});