$(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({left:  0}, 700); },function(){ $(".polecam_1").stop(true,false).animate({left: -808}, 700); });
	
});
