﻿$(document).ready(function(){
	$(".likebox_1").hover(function(){ $(this).stop(true,false).animate({right:  0}, 700); },function(){ $(".likebox_1").stop(true,false).animate({right: -307}, 700); });
	$(".polecam_1").hover(function(){ $(this).stop(true,false).animate({right:  0}, 700); },function(){ $(".polecam_1").stop(true,false).animate({right: -219}, 700); });
	$(".gplus").hover(function(){ $(this).stop(true,false).animate({right:  0}, 700); },function(){ $(".gplus").stop(true,false).animate({right: -216}, 700); }); 
});
