$(document).ready(function(){


	$(".item").click(function(){
	
		$("#content").animate({left: "-689px", top: "-625px"}, 1200)
		
		return false;
	
	});

});

$(document).ready(function(){


	$(".item1").click(function(){
	
		$("#content").animate({left: "0", top: "0"}, 1200)
		
		return false;
	
	});

});


$(document).ready(function(){


	$(".item2").click(function(){
	
		$("#content").animate({left: "-689px", top: "0"}, 1200)
		
		return false;
	
	});

});

$(document).ready(function(){


	$(".item3").click(function(){
	
		$("#content").animate({left: "-1373px", top: "0"}, 1200)
		
		return false;
	
	});

});

$(document).ready(function(){


	$(".item4").click(function(){
	
		$("#content").animate({left: "0", top: "-625px"}, 1200)
		
		return false;
	
	});

});

$(document).ready(function(){


	$(".item5").click(function(){
	
		$("#content").animate({left: "0", top: "-1230px"}, 1200)
		
		return false;
	
	});

});

$(document).ready(function(){


	$(".item6").click(function(){
	
		$("#content").animate({left: "-689px", top: "-1230px"}, 1200)
		
		return false;
	
	});

});

$(document).ready(function(){


	$(".item7").click(function(){
	
		$("#content").animate({left: "-1373px", top: "-1230px"}, 1200)
		
		return false;
	
	});

});