jQuery.easing={easein:function(d,a,e,b,c){return b*(a/=c)*a+e},easeinout:function(d,a,e,b,c){if(a<c/2)return 2*b*a*a/(c*c)+e;d=a-c/2;return-2*b*d*d/(c*c)+2*b*d/c+b/2+e},easeout:function(d,a,e,b,c){return-b*a*a/(c*c)+2*b*a/c+e},expoin:function(d,a,e,b,c){d=1;if(b<0){d*=-1;b*=-1}return d*Math.exp(Math.log(b)/c*a)+e},expoout:function(d,a,e,b,c){d=1;if(b<0){d*=-1;b*=-1}return d*(-Math.exp(-Math.log(b)/c*(a-c))+b+1)+e},expoinout:function(d,a,e,b,c){d=1;if(b<0){d*=-1;b*=-1}if(a<c/2)return d*Math.exp(Math.log(b/ 2)/(c/2)*a)+e;return d*(-Math.exp(-2*Math.log(b/2)/c*(a-c))+b+1)+e},bouncein:function(d,a,e,b,c){return b-jQuery.easing.bounceout(d,c-a,0,b,c)+e},bounceout:function(d,a,e,b,c){return(a/=c)<1/2.75?b*7.5625*a*a+e:a<2/2.75?b*(7.5625*(a-=1.5/2.75)*a+0.75)+e:a<2.5/2.75?b*(7.5625*(a-=2.25/2.75)*a+0.9375)+e:b*(7.5625*(a-=2.625/2.75)*a+0.984375)+e},bounceinout:function(d,a,e,b,c){if(a<c/2)return jQuery.easing.bouncein(d,a*2,0,b,c)*0.5+e;return jQuery.easing.bounceout(d,a*2-c,0,b,c)*0.5+b*0.5+e},elasin:function(d, a,e,b,c){d=1.70158;var f=0,g=b;if(a==0)return e;if((a/=c)==1)return e+b;f||(f=c*0.3);if(g<Math.abs(b)){g=b;d=f/4}else d=f/(2*Math.PI)*Math.asin(b/g);return-(g*Math.pow(2,10*(a-=1))*Math.sin((a*c-d)*2*Math.PI/f))+e},elasout:function(d,a,e,b,c){d=1.70158;var f=0,g=b;if(a==0)return e;if((a/=c)==1)return e+b;f||(f=c*0.3);if(g<Math.abs(b)){g=b;d=f/4}else d=f/(2*Math.PI)*Math.asin(b/g);return g*Math.pow(2,-10*a)*Math.sin((a*c-d)*2*Math.PI/f)+b+e},elasinout:function(d,a,e,b,c){d=1.70158;var f=0,g=b;if(a== 0)return e;if((a/=c/2)==2)return e+b;f||(f=c*0.3*1.5);if(g<Math.abs(b)){g=b;d=f/4}else d=f/(2*Math.PI)*Math.asin(b/g);if(a<1)return-0.5*g*Math.pow(2,10*(a-=1))*Math.sin((a*c-d)*2*Math.PI/f)+e;return g*Math.pow(2,-10*(a-=1))*Math.sin((a*c-d)*2*Math.PI/f)*0.5+b+e},backin:function(d,a,e,b,c){return b*(a/=c)*a*(2.70158*a-1.70158)+e},backout:function(d,a,e,b,c){return b*((a=a/c-1)*a*(2.70158*a+1.70158)+1)+e},backinout:function(d,a,e,b,c){d=1.70158;if((a/=c/2)<1)return b/2*a*a*(((d*=1.525)+1)*a-d)+e;return b/ 2*((a-=2)*a*(((d*=1.525)+1)*a+d)+2)+e},linear:function(d,a,e,b,c){return b*a/c+e}};

$(function(){$(".sliderImages").jCarouselLite({btnNext:".next",btnPrev:".prev",visible:1,easing:"easein",auto:7E3,speed:1E3});$(".sliderTextHolder").jCarouselLite({btnNext:".next",btnPrev:".prev",vertical:true,visible:1,easing:"easein",auto:7E3,speed:1E3})});