(function(a){a.fn.extend({autofitList:function(){var g=this.find("> ul").css("white-space","nowrap"),e=this.innerWidth(),b=null,f=0,c=g.find("> li").last();while(g.getChildsWidth()>e&&(f++<50)){if(b==null&&g.getChildsWidth()-c.outerWidth(true)<=e){break}var d=g.find("> li").last();if(d.hasClass("catFilterMore")){if(b==null){c=d;b=a(document.createElement("ul"));b.css("z-index","99");c.append(b).show()}d=d.prev("li")}if(d.length==0){this.warn("Could not autofit list, out of li's");break}if(d.hasClass("active")){c.addClass("active")}b.append(d)}},getChildsWidth:function(){var b=0;this.children().each(function(){b+=a(this).outerWidth(true)});return b}})})(jQuery);
