﻿$(document).ready(function(){
	$(".likebox_2").hover(function(){ $(this).stop(true,false).animate({right:  0}, 700); },function(){ $(".likebox_2").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); });
});
