Hover script help. Please

Hover script help. Please

Hello,

I am working on a hover script but I don't understand why it is not working.... 
  1. <script type="text/javascript">
  2.         $("#social ul li").hover(function(){
  3.             $(this).animate({margin-left:"5px"}, 100);
  4.         }
  5. </script>