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

