(function(a){a.fn.tbbCarousel=function(d){var e=d||{};e.prev=a(e.prev);e.next=a(e.next);e.container=a(this).css({position:"relative",left:0,width:((e.pages+2)*e.frameWidth)+"px"});b(e,0,true);e.prev.click(function(){b(e,-1)});e.next.click(function(){b(e,1)})};function b(h,i,g){var e=h.pages,d=h.index||0,f;d+=i;if(d<=0){d=0}if(d>e-1){d=e-1}if(d!=h.index){h.index=d;c(h);f={left:(-d*h.frameWidth)+"px"};if(g){h.container.css(f)}else{h.container.stop();h.container.animate(f,750,"swing")}}}function c(i){var g="addClass",h="removeClass",j="disabled",f=i.index,e=i.pages;i.prev[f==0?g:h](j);i.next[f==(e-1)?g:h](j)}})(jQuery);