$(document).ready(function(){				
				
					setTimeout(function(){$(".cover1_1").animate( {left:'-300px'}, {queue:true,duration:2000} ); $(".cover_1").animate( {left:'695px'}, {queue:true,duration:2000} ); }, 10000);
					
				$('.boxgrid_1.peek').click(function()
				{
					$(".cover1_1", this).stop().animate({left:'-300px'},{queue:false,duration:2000});
				}, 
				function() 
				{
					$(".cover1_1", this).stop().animate({left:'0px'},{queue:false,duration:2000});
				});
				
				$('.boxgrid_1.peek').click(function()
				{
					$(".cover_1", this).stop().animate({left:'695px'},{queue:false,duration:2000});
				}, 
				function() 
				{
					$(".cover_1", this).stop().animate({left:'0px'},{queue:false,duration:2000});
				});
				//Full Caption Sliding (Hidden to Visible)
				
			});