jQuery(document).ready(function() {

jQuery("#facebook_pan").hover(function(){
jQuery("#facebook_pan").stop(true, false).animate({right:"0"},"medium");
},function(){
jQuery("#facebook_pan").stop(true, false).animate({right:"-205"},"medium");
},500);

	
}); 
