WP.$(function($){
	//Facebook widget	
	 $('#fb_widget')
	 .mouseenter(function(){ $(this).stop().animate({right:0}, {queue:false, duration:250, complete:function() {  }});  })
	 .mouseleave(function(){ $(this).stop().animate({right:-237}, {queue:false, duration:500, complete:function() {  }}); }); 
});

