hasScroll: function(el, a) {

        //If overflow is hidden, the element might have extra content, but the user wants to hide it
        if ($(el).css('overflow') == 'hidden') { return false; }