jQuery(document).ready(function(){

	//Caption Sliding (Partially Hidden to Visible)
	jQuery('.boxgrid.caption').hover(function(){
		jQuery(".cover", this).stop().animate({top:'0px'},{queue:false,duration:160});
	}, function() {
		jQuery(".cover", this).stop().animate({top:'126px'},{queue:false,duration:160});
	});
	//Caption Sliding Galleyr Pages (Partially Hidden to Visible)
	jQuery('.boxgrid2.caption2').hover(function(){
		jQuery(".cover2", this).stop().animate({top:'0px'},{queue:false,duration:160});
	}, function() {
		jQuery(".cover2", this).stop().animate({top:'308px'},{queue:false,duration:160});
	});
});
