<script src="http://stimax.pl/js/jquery.js" type="text/javascript"></script>
<script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script>
<script type="text/javascript">
$(function (){
//facebook widget
$(".widget_social").hover(function(){
$(".widget_social").stop(true, false).animate({right:"0"},"medium");
},function(){
$(".widget_social").stop(true, false).animate({right:"-205"},"medium");
},500);
});
</script>
<style type="text/css">
.widget_social{
float:right;
width:232px;
height:420px;
background: url(http://images.stimax.pl/i2/t7sujuslid.png) no-repeat;
display:block;
right:-205px;
padding:0;
position:fixed;
top: 170px;
z-index:1002;
}
</style>
<div class="widget_social">
<div style="color:#FFF; padding:10px 5px 0 35px;">
<fb:fan profile_id="145204405557255" stream="0" connections="9" logobar="1"
width="190" height="330"></fb:fan>
</div>
</div>