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