$(document).ready(function(){
$("#likebox_1").hover(function(){ $(this).stop(true,false).animate({right:  0}, 500); },function(){ $("#likebox_1").stop(true,false).animate({right: -220}, 500); });
$("#polecam_1").hover(function(){ $(this).stop(true,false).animate({right:  0}, 500); },function(){ $("#polecam_1").stop(true,false).animate({right: -220}, 500); }); });
