
$(window).scroll(function() {
    $('#inline').css('top', ($(this).scrollTop() + 160) + "px");
});
