(function(a){a.fn.easySlider=function(b){b=a.extend({prevId:"prevBtn",prevText:'<img src="http://c503214.r14.cf2.rackcdn.com/prev.png" alt="nav" title="Previous" />',nextId:"nextBtn",nextText:'<img src="http://c503214.r14.cf2.rackcdn.com/next.png" alt="nav" title="Next" />',orientation:"",speed:800},b);return this.each(function(){function d(d){c=d=="next"?c>=e?e:c+1:c<=0?0:c-1;f?(p=c*h*-1,a("ul",obj).animate({marginTop:p},b.speed)):(p=c*g*-1,a("ul",obj).animate({marginLeft:p},b.speed))}obj=a(this);
var g=obj.width(),h=obj.height(),e=2,c=0,f=b.orientation=="vertical";a("ul",obj).css("width",3*g);f||a("li",obj).css("float","left");a(obj).after('<span id="'+b.prevId+'"><a href="javascript:void(0);">'+b.prevText+'</a></span> <span id="'+b.nextId+'"><a href="javascript:void(0);">'+b.nextText+"</a></span>");a("a","#"+b.prevId).hide();a("a","#"+b.nextId).hide();a("a","#"+b.nextId).click(function(){d("next");c>=e&&a(this).fadeOut();a("a","#"+b.prevId).fadeIn()});a("a","#"+b.prevId).click(function(){d("prev");
c<=0&&a(this).fadeOut();a("a","#"+b.nextId).fadeIn()});a("a","#"+b.nextId).fadeIn()})}})(jQuery);

