$(function(){
	$(".home_top_link_cell").hover(function(){
		$(".work_top_item", this).stop().animate({left:"-390px"},{queue:false,duration:1000});
	}, 
	function() {
		$(".work_top_item", this).stop().animate({left:"0px"},{queue:false,duration:1000});
	});
});
