Kod html:
<script type='text/javascript' src='http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js'></script>
<script type='text/javascript'>
$(function (){
$('.box').hover(function(){
$('.box').stop(true, false).animate({right:'0'},'medium');
},function(){
$('.box').stop(true, false).animate({right:'-205'},'medium');
},500);
return false;
});
</script>
<style type='text/css'>
.box{float:right; width:210px; height:410px; background: url(images/bg.png) no-repeat; display:block; right:-220px; padding:10px 10px 0px 40px; position:fixed; top: 50px; z-index:2002;}
</style>
<div class="box">
<div id="fb-root"></div>
<script src="http://static.ak.connect.facebook.com/js/api_lib/v0.4/FeatureLoader.js.php" type="text/javascript"></script>
<script type="text/javascript">FB.init("4747e1995f2c8897bc27891f4de50c4a");</script>
<!-- FBML <fb:fan profile_id="128259227188710" connections="9" width="220" height="420" css="http://www.intgroup.eu/style_fb.css?420"></fb:fan> FBML -->
<script src="fbvalidate.js" type="text/javascript"></script
Spróbuj zmienić right na left. Sam na swoim jeszcze tego nie instalowałem, ale instrukcja nie wygląda strasznie.