$(document).ready(function()
			{				
				
				
					setTimeout(function(){$(".cover1_1").animate( {left:'-370px'}, {queue:true,duration:2000} ); $(".cover_1").animate( {left:'635px'}, {queue:true,duration:2000} ); }, 10000);
					
					
					
				$('.boxgrid_1.peek').click(function()
				{
					$(".cover1_1", this).stop().animate({left:'-370px'},{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:'635px'},{queue:false,duration:2000});
				}, 
				function() 
				{
					$(".cover_1", this).stop().animate({left:'0px'},{queue:false,duration:2000});
				});
				
			});