$(document).ready(function(){
		
				//Full Caption Sliding (Hidden to Visible)
				$('.boxgrid.captionfull').hover(function(){
					$(".cover", this).stop().animate({top:'75px'},{queue:false,duration:160});
				}, function() {
					$(".cover", this).stop().animate({top:'160px'},{queue:false,duration:160});
				});
				
			});
			
$(document).ready(function(){
		
				//Full Caption Sliding (Hidden to Visible)
				$('.boxgrid1.captionfull1').hover(function(){
					$(".cover1", this).stop().animate({left:'0px',top:'75px'},{queue:false,duration:160});
				}, function() {
					$(".cover1", this).stop().animate({left:'-120px',top:'75px'},{queue:false,duration:160});
				});
				
			});
			
$(document).ready(function(){
		
				//Full Caption Sliding (Hidden to Visible)
				$('.boxgrid2.captionfull2').hover(function(){
					$(".cover2", this).stop().animate({left:'0px',top:'75px'},{queue:false,duration:160});
				}, function() {
					$(".cover2", this).stop().animate({left:'-20px',top:'75px'},{queue:false,duration:160});
				});
				
			});
