(function(a){a.fn.contentScroller=function(c){var i={next:".nextabout",prev:".prevabout",dot:".adot",type:"horizontal",pause:5000,speed:500,itemsInGroup:1};var q=null;var b=null;var s=0;var r=0;var g=false;var n=0;var c=a.extend(i,c);var o=c.type;var h=c.next;var m=c.prev;var l=c.dot;var j=c.type=="vertical"?"top":"left";a(l).click(k);a(m).click(d);a(h).click(e);function d(){if(g||r==0){return false}f(-1);return false}function e(){if(g||r==b-1){return false}f(1);return false}function k(){var u=a(this).closest(".contentItem").attr("name");var t=a(this).attr("name")-1;if(t!=u){var v=t-u;f(v)}return false}function f(w){g=true;var t=(w>0)?"-=":"+=";var u={};var v=(w!=0)?s*w:s;if(v<0){v=-v}u[j]=(t+v);q.children().eq(0).animate(u,c.speed,function(){r+=w;g=false;p()})}function p(){var u=(r==0);var t=(r==b-1);if(u){a(m).find(".arrowLeft").hide()}else{a(m).find(".arrowLeft").show()}if(t){a(h).find(".arrowRight").hide()}else{a(h).find(".arrowRight").show()}}return this.each(function(){var t=null;var w=false;q=a(this);s=c.type=="vertical"?q.height():q.width();q.css("position","relative").css("overflow","hidden");q.children().eq(0).css("position","absolute").css("width","100000px").css("left","0").css("top","0");var v=q.find(".contentItem").size();if(v==0){b=Math.ceil(q.children().eq(0).children().size()/c.itemsInGroup)}else{b=Math.ceil(q.find(".contentItem").size()/c.itemsInGroup)}var u=0;q.find(".contentItem").each(function(){a(this).attr("name",u);u++});if(b>1){if(c.type=="horizontal"){q.children().eq(0).children().each(function(){a(this).css("float","left")})}}n=setInterval(function(){},c.pause)})}})(jQuery);
