﻿$(document).ready(function(){
	$(".likebox_1").hover(function(){ $(this).stop(true,false).animate({right:  0}, 700); },function(){ $(".likebox_1").stop(true,false).animate({right: -294}, 700); });
	$(".polecam_1").hover(function(){ $(this).stop(true,false).animate({right:  0}, 700); },function(){ $(".polecam_1").stop(true,false).animate({right: -200}, 700); });
	$(".nk_1").hover(function(){ $(this).stop(true,false).animate({right:  0}, 700); },function(){ $(".nk_1").stop(true,false).animate({right: -284}, 700); }); 
	$(".gplus").hover(function(){ $(this).stop(true,false).animate({right:  0}, 700); },function(){ $(".gplus").stop(true,false).animate({right: -200}, 700); }); 
});
