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