(function(a){a.fn.innerfade=function(d){return this.each(function(){a.innerfade(this,d)})};a.innerfade=function(d,e){var b={speed:"normal",timeout:2E3,runningclass:"innerfade"};e&&a.extend(b,e);var c=a(d).children(b.children);if(c.length>1){a(d).css("position","relative").addClass(b.runningclass);for(var f=0;f<c.length;f++)a(c[f]).css("z-index",String(c.length-f)).css("position","absolute").hide();setTimeout(function(){a.innerfade.next(c,b,1,0)},b.timeout);a(c[0]).show()}};a.innerfade.next=function(d,
e,b,c){a(d[c]).fadeOut(e.speed);a(d[b]).fadeIn(e.speed,function(){removeFilter(a(this)[0])});b+1<d.length?(b+=1,c=b-1):(b=0,c=d.length-1);setTimeout(function(){a.innerfade.next(d,e,b,c)},e.timeout)}})(jQuery);function removeFilter(a){a.style.removeAttribute&&a.style.removeAttribute("filter")};
