$(document).ready(function(){
	$(".likebox_1").hover(function(){ $(this).stop(true,false).animate({left:  0}, 500); },function(){ $(".likebox_1").stop(true,false).animate({left: -244}, 500); });
	$(".polecam_1").hover(function(){ $(this).stop(true,false).animate({left:  0}, 500); },function(){ $(".polecam_1").stop(true,false).animate({left: -244}, 500); });
	$(".nk_1").hover(function(){ $(this).stop(true,false).animate({left:  0}, 500); },function(){ $(".nk_1").stop(true,false).animate({left: -264}, 500); }); 
	$(".gplus").hover(function(){ $(this).stop(true,false).animate({left:  0}, 500); },function(){ $(".gplus").stop(true,false).animate({left: -200}, 500); }); 
});
