$(document).ready(function(){
	//Full Caption Sliding (Hidden to Visible)
	$('.boxgrid.captionfull').hover(function(){
		$(".cover", this).stop().animate({top:'0px'},{queue:false,duration:260});
	}, function() {
		$(".cover", this).stop().animate({top:'190px'},{queue:false,duration:260});
	});
});

$(document).ready(function(){
	//Full Caption Sliding (Hidden to Visible)
	$('.boxgrid2.captionfull').hover(function(){
		$(".cover", this).stop().animate({top:'0px'},{queue:false,duration:260});
	}, function() {
		$(".cover", this).stop().animate({top:'190px'},{queue:false,duration:260});
	});
});