jQuery.LocalScroll: Settings

jQuery.LocalScroll: Settings

Hi!

I have problems setting an offset of the LocalScroll-plugin (and the ScrollTo)

Page: http://g-sun.no/Musikk/Sanger.php
If you click on one of the links (main-section), you'll see the divs are not lining up right. I guess it's about scroll to goes to div+padding+margin. Right? So, I'll have to adjust an offset. A little nob question I guess :)

My code:
  1. $(document).ready(function(){
        $('#Main').localScroll({
       target:'#sangInfoCont',
       top:50
    });
     });