;(function(m){var d="2.63";if(m.support==undefined){m.support={opacity:!(m.browser.msie)}}function u1(){if(window.console&&window.console.log){window.console.log("[cycle] "+Array.prototype.join.call(arguments," "))}}m.fn.cycle=function(L,I){var H={s:this.selector,c:this.context};if(this.length==0&&L!="stop"){if(!m.isReady&&H.s){u1("DOM not ready, queuing slideshow");m(function(){m(H.s,H.c).cycle(L,I)});return this}u1("terminating; zero elements found by selector"+(m.isReady?"":" (DOM not ready)"));return this}return this.each(function(){L=u0(this,L,I);if(L===false){return}if(this.cycleTimeout){clearTimeout(this.cycleTimeout)}this.cycleTimeout=this.cyclePause=0;var g=m(this);var u=L.slideExpr?m(L.slideExpr,this):g.children();var E=u.get();if(E.length<2){u1("terminating; too few slides: "+E.length);return}var A=g4(g,u,E,L,H);if(A===false){return}if(A.timeout||A.continuous){this.cycleTimeout=setTimeout(function(){g5(E,A,0,!A.rev)},A.continuous?10:A.timeout+(A.delay||0))}})};function u0(u,E,g){if(u.cycleStop==undefined){u.cycleStop=0}if(E===undefined||E===null){E={}}if(E.constructor==String){switch(E){case"stop":u.cycleStop++;if(u.cycleTimeout){clearTimeout(u.cycleTimeout)}u.cycleTimeout=0;m(u).removeData("cycle.opts");return false;case"pause":u.cyclePause=1;return false;case"resume":u.cyclePause=0;if(g===true){E=m(u).data("cycle.opts");if(!E){u1("options not found, can not resume");return false}if(u.cycleTimeout){clearTimeout(u.cycleTimeout);u.cycleTimeout=0}g5(E.elements,E,1,1)}return false;default:E={fx:E}}}else{if(E.constructor==Number){var A=E;E=m(u).data("cycle.opts");if(!E){u1("options not found, can not advance slide");return false}if(A<0||A>=E.elements.length){u1("invalid slide index: "+A);return false}E.nextSlide=A;if(u.cycleTimeout){clearTimeout(this.cycleTimeout);u.cycleTimeout=0}if(typeof g=="string"){E.oneTimeFx=g}g5(E.elements,E,1,A>=E.currSlide);return false}}return E}function g8(A,E){if(!m.support.opacity&&E.cleartype&&A.style.filter){try{A.style.removeAttribute("filter")}catch(smother){}}}function g4(t,a,L,H,o){var f=m.extend({},m.fn.cycle.defaults,H||{},m.metadata?t.metadata():m.meta?t.data():{});if(f.autostop){f.countdown=f.autostopCount||L.length}var v=t[0];t.data("cycle.opts",f);f.$v=t;f.stopCount=v.cycleStop;f.elements=L;f.before=f.before?[f.before]:[];f.after=f.after?[f.after]:[];f.after.unshift(function(){f.busy=0});if(!m.support.opacity&&f.cleartype){f.after.push(function(){g8(this,f)})}if(f.continuous){f.after.push(function(){g5(L,f,0,!f.rev)})}u2(f);if(!m.support.opacity&&f.cleartype&&!f.cleartypeNoBg){g7(a)}if(t.css("position")=="static"){t.css("position","relative")}if(f.width){t.width(f.width)}if(f.height&&f.height!="auto"){t.height(f.height)}if(f.startingSlide){f.startingSlide=parseInt(f.startingSlide)}if(f.random){f.randomMap=[];for(var j=0;j<L.length;j++){f.randomMap.push(j)}f.randomMap.sort(function(E,A){return Math.random()-0.5});f.randomIndex=0;f.startingSlide=f.randomMap[0]}else{if(f.startingSlide>=L.length){f.startingSlide=0}}f.currSlide=f.startingSlide=f.startingSlide||0;var I=f.startingSlide;a.css({position:"absolute",top:0,left:0}).hide().each(function(A){var E=I?A>=I?L.length-(A-I):I-A:L.length-A;m(this).css("z-index",E)});m(L[I]).css("opacity",1).show();g8(L[I],f);if(f.fit&&f.width){a.width(f.width)}if(f.fit&&f.height&&f.height!="auto"){a.height(f.height)}var y=f.containerResize&&!t.innerHeight();if(y){var A4=0,maxh=0;for(var j=0;j<L.length;j++){var A0=m(L[j]),e=A0[0],w=A0.outerWidth(),h=A0.outerHeight();if(!w){w=e.offsetWidth}if(!h){h=e.offsetHeight}A4=w>A4?w:A4;maxh=h>maxh?h:maxh}if(A4>0&&maxh>0){t.css({width:A4+"px",height:maxh+"px"})}}if(f.pause){t.hover(function(){this.cyclePause++},function(){this.cyclePause--})}if(g9(f)===false){return false}if(!f.multiFx){var N=m.fn.cycle.transitions[f.fx];if(m.isFunction(N)){N(t,a,f)}else{if(f.fx!="custom"&&!f.multiFx){u1("unknown transition: "+f.fx,"; slideshow terminating");return false}}}var q=false;H.requeueAttempts=H.requeueAttempts||0;a.each(function(){var E=m(this);this.cycleH=(f.fit&&f.height)?f.height:E.height();this.cycleW=(f.fit&&f.width)?f.width:E.width();if(E.is("img")){var u=(m.browser.msie&&this.cycleW==28&&this.cycleH==30&&!this.complete);var A=(m.browser.opera&&this.cycleW==42&&this.cycleH==19&&!this.complete);var g=(this.cycleH==0&&this.cycleW==0&&!this.complete);if(u||A||g){if(o.s&&f.requeueOnImageNotLoaded&&++H.requeueAttempts<100){u1(H.requeueAttempts," - img slide not loaded, requeuing slideshow: ",this.src,this.cycleW,this.cycleH);setTimeout(function(){m(o.s,o.c).cycle(H)},f.requeueTimeout);q=true;return false}else{u1("could not determine size of image: "+this.src,this.cycleW,this.cycleH)}}}return true});if(q){return false}f.cssBefore=f.cssBefore||{};f.animIn=f.animIn||{};f.animOut=f.animOut||{};a.not(":eq("+I+")").css(f.cssBefore);if(f.cssFirst){m(a[I]).css(f.cssFirst)}if(f.timeout){f.timeout=parseInt(f.timeout);if(f.speed.constructor==String){f.speed=m.fx.speeds[f.speed]||parseInt(f.speed)}if(!f.sync){f.speed=f.speed/2}while((f.timeout-f.speed)<250){f.timeout+=f.speed}}if(f.easing){f.easeIn=f.easeOut=f.easing}if(!f.speedIn){f.speedIn=f.speed}if(!f.speedOut){f.speedOut=f.speed}f.slideCount=L.length;f.currSlide=f.lastSlide=I;if(f.random){f.nextSlide=f.currSlide;if(++f.randomIndex==L.length){f.randomIndex=0}f.nextSlide=f.randomMap[f.randomIndex]}else{f.nextSlide=f.startingSlide>=(L.length-1)?0:f.startingSlide+1}var k=a[I];if(f.before.length){f.before[0].apply(k,[k,k,f,true])}if(f.after.length>1){f.after[1].apply(k,[k,k,f,true])}if(f.next){m(f.next).click(function(){return g0(f,f.rev?-1:1)})}if(f.prev){m(f.prev).click(function(){return g0(f,f.rev?1:-1)})}if(f.pager){g1(L,f)}g6(f,L);return f}function u2(E){E.original={before:[],after:[]};E.original.cssBefore=m.extend({},E.cssBefore);E.original.cssAfter=m.extend({},E.cssAfter);E.original.animIn=m.extend({},E.animIn);E.original.animOut=m.extend({},E.animOut);m.each(E.before,function(){E.original.before.push(this)});m.each(E.after,function(){E.original.after.push(this)})}function g9(u){var g=m.fn.cycle.transitions;if(u.fx.indexOf(",")>0){u.multiFx=true;u.fxs=u.fx.replace(/\s*/g,"").split(",");for(var H=0;H<u.fxs.length;H++){var A=u.fxs[H];var E=g[A];if(!E||!g.hasOwnProperty(A)||!m.isFunction(E)){u1("discarding unknown transition: ",A);u.fxs.splice(H,1);H--}}if(!u.fxs.length){u1("No valid transitions named; slideshow terminating.");return false}}else{if(u.fx=="all"){u.multiFx=true;u.fxs=[];for(p in g){var E=g[p];if(g.hasOwnProperty(p)&&m.isFunction(E)){u.fxs.push(p)}}}}if(u.multiFx&&u.randomizeEffects){var I=Math.floor(Math.random()*20)+30;for(var H=0;H<I;H++){var L=Math.floor(Math.random()*u.fxs.length);u.fxs.push(u.fxs.splice(L,1)[0])}u1("randomized fx sequence: ",u.fxs)}return true}function g6(L,u){L.addSlide=function(E,A){var g=m(E),s=g[0];if(!L.autostopCount){L.countdown++}u[A?"unshift":"push"](s);if(L.els){L.els[A?"unshift":"push"](s)}L.slideCount=u.length;g.css("position","absolute");g[A?"prependTo":"appendTo"](L.$cont);if(A){L.currSlide++;L.nextSlide++}if(!m.support.opacity&&L.cleartype&&!L.cleartypeNoBg){g7(g)}if(L.fit&&L.width){g.width(L.width)}if(L.fit&&L.height&&L.height!="auto"){$slides.height(L.height)}s.cycleH=(L.fit&&L.height)?L.height:g.height();s.cycleW=(L.fit&&L.width)?L.width:g.width();g.css(L.cssBefore);if(L.pager){m.fn.cycle.createPagerAnchor(u.length-1,s,m(L.pager),u,L)}if(m.isFunction(L.onAddSlide)){L.onAddSlide(g)}else{g.hide()}}}m.fn.cycle.resetState=function(A,E){E=E||A.fx;A.before=[];A.after=[];A.cssBefore=m.extend({},A.original.cssBefore);A.cssAfter=m.extend({},A.original.cssAfter);A.animIn=m.extend({},A.original.animIn);A.animOut=m.extend({},A.original.animOut);A.fxFn=null;m.each(A.original.before,function(){A.before.push(this)});m.each(A.original.after,function(){A.after.push(this)});var g=m.fn.cycle.transitions[E];if(m.isFunction(g)){g(A.$cont,m(A.elements),A)}};function g5(g,N,u,A0){if(u&&N.busy&&N.manualTrump){m(g).stop(true,true);N.busy=false}if(N.busy){return}var t=N.$cont[0],curr=g[N.currSlide],next=g[N.nextSlide];if(t.cycleStop!=N.stopCount||t.cycleTimeout===0&&!u){return}if(!u&&!t.cyclePause&&((N.autostop&&(--N.countdown<=0))||(N.nowrap&&!N.random&&N.nextSlide<N.currSlide))){if(N.end){N.end(N)}return}if(u||!t.cyclePause){var L=N.fx;curr.cycleH=curr.cycleH||m(curr).height();curr.cycleW=curr.cycleW||m(curr).width();next.cycleH=next.cycleH||m(next).height();next.cycleW=next.cycleW||m(next).width();if(N.multiFx){if(N.lastFx==undefined||++N.lastFx>=N.fxs.length){N.lastFx=0}L=N.fxs[N.lastFx];N.currFx=L}if(N.oneTimeFx){L=N.oneTimeFx;N.oneTimeFx=null}m.fn.cycle.resetState(N,L);if(N.before.length){m.each(N.before,function(A,E){if(t.cycleStop!=N.stopCount){return}E.apply(next,[curr,next,N,A0])})}var H=function(){m.each(N.after,function(A,E){if(t.cycleStop!=N.stopCount){return}E.apply(next,[curr,next,N,A0])})};if(N.nextSlide!=N.currSlide){N.busy=1;if(N.fxFn){N.fxFn(curr,next,N,H,A0)}else{if(m.isFunction(m.fn.cycle[N.fx])){m.fn.cycle[N.fx](curr,next,N,H)}else{m.fn.cycle.custom(curr,next,N,H,u&&N.fastOnEvent)}}}N.lastSlide=N.currSlide;if(N.random){N.currSlide=N.nextSlide;if(++N.randomIndex==g.length){N.randomIndex=0}N.nextSlide=N.randomMap[N.randomIndex]}else{var I=(N.nextSlide+1)==g.length;N.nextSlide=I?0:N.nextSlide+1;N.currSlide=I?g.length-1:N.nextSlide-1}if(N.pager){m.fn.cycle.updateActivePagerLink(N.pager,N.currSlide)}}var k=0;if(N.timeout&&!N.continuous){k=g2(curr,next,N,A0)}else{if(N.continuous&&t.cyclePause){k=10}}if(k>0){t.cycleTimeout=setTimeout(function(){g5(g,N,0,!N.rev)},k)}}m.fn.cycle.updateActivePagerLink=function(A,E){m(A).find("a").removeClass("activeSlide").filter("a:eq("+E+")").addClass("activeSlide")};function g2(A,E,g,u){if(g.timeoutFn){var L=g.timeoutFn(A,E,g,u);if(L!==false){return L}}return g.timeout}m.fn.cycle.next=function(E){g0(E,E.rev?-1:1)};m.fn.cycle.prev=function(E){g0(E,E.rev?1:-1)};function g0(u,A){var E=u.elements;var g=u.$cont[0],timeout=g.cycleTimeout;if(timeout){clearTimeout(timeout);g.cycleTimeout=0}if(u.random&&A<0){u.randomIndex--;if(--u.randomIndex==-2){u.randomIndex=E.length-2}else{if(u.randomIndex==-1){u.randomIndex=E.length-1}}u.nextSlide=u.randomMap[u.randomIndex]}else{if(u.random){if(++u.randomIndex==E.length){u.randomIndex=0}u.nextSlide=u.randomMap[u.randomIndex]}else{u.nextSlide=u.currSlide+A;if(u.nextSlide<0){if(u.nowrap){return false}u.nextSlide=E.length-1}else{if(u.nextSlide>=E.length){if(u.nowrap){return false}u.nextSlide=0}}}}if(m.isFunction(u.prevNextClick)){u.prevNextClick(A>0,u.nextSlide,E[u.nextSlide])}g5(E,u,1,A>=0);return false}function g1(g,L){var u=m(L.pager);m.each(g,function(A,E){m.fn.cycle.createPagerAnchor(A,E,u,g,L)});m.fn.cycle.updateActivePagerLink(L.pager,L.startingSlide)}m.fn.cycle.createPagerAnchor=function(H,I,g,A,L){var u=(m.isFunction(L.pagerAnchorBuilder))?L.pagerAnchorBuilder(H,I):'<a href="#">'+(H+1)+"</a>";if(!u){return}var mu=m(u);if(mu.parents("body").length==0){mu.appendTo(g)}mu.bind(L.pagerEvent,function(){L.nextSlide=H;var E=L.$cont[0],timeout=E.cycleTimeout;if(timeout){clearTimeout(timeout);E.cycleTimeout=0}if(m.isFunction(L.pagerClick)){L.pagerClick(L.nextSlide,A[L.nextSlide])}g5(A,L,1,L.currSlide<H);return false});if(L.pauseOnPagerHover){mu.hover(function(){L.$cont[0].cyclePause++},function(){L.$cont[0].cyclePause--})}};m.fn.cycle.hopsFromLast=function(E,A){var g,l=E.lastSlide,c=E.currSlide;if(A){g=c>l?c-l:E.slideCount-l}else{g=c<l?l-c:l+E.slideCount-c}return g};function g7(I){function L(E){E=parseInt(E).toString(16);return E.length<2?"0"+E:E}function u(E){for(;E&&E.nodeName.toLowerCase()!="html";E=E.parentNode){var g=m.css(E,"background-color");if(g.indexOf("rgb")>=0){var A=g.match(/\d+/g);return"#"+L(A[0])+L(A[1])+L(A[2])}if(g&&g!="transparent"){return g}}return"#ffffff"}I.each(function(){m(this).css("background-color",u(this))})}m.fn.cycle.commonReset=function(u,A,I,E,g,L){m(I.elements).not(u).hide();I.cssBefore.opacity=1;I.cssBefore.display="block";if(E!==false&&A.cycleW>0){I.cssBefore.width=A.cycleW}if(g!==false&&A.cycleH>0){I.cssBefore.height=A.cycleH}I.cssAfter=I.cssAfter||{};I.cssAfter.display="none";m(u).css("zIndex",I.slideCount+(L===true?1:0));m(A).css("zIndex",I.slideCount+(L===true?0:1))};m.fn.cycle.custom=function(A,E,I,u,g){var H=m(A),$n=m(E);var L=I.speedIn,speedOut=I.speedOut,easeIn=I.easeIn,easeOut=I.easeOut;$n.css(I.cssBefore);if(g){if(typeof g=="number"){L=speedOut=g}else{L=speedOut=1}easeIn=easeOut=null}var t=function(){$n.animate(I.animIn,L,easeIn,u)};H.animate(I.animOut,speedOut,easeOut,function(){if(I.cssAfter){H.css(I.cssAfter)}if(!I.sync){t()}});if(I.sync){t()}};m.fn.cycle.transitions={fade:function(L,I,u){I.not(":eq("+u.currSlide+")").css("opacity",0);u.before.push(function(A,E,g){m.fn.cycle.commonReset(A,E,g);g.cssBefore.opacity=0});u.animIn={opacity:1};u.animOut={opacity:0};u.cssBefore={top:0,left:0}}};m.fn.cycle.ver=function(){return d};m.fn.cycle.defaults={fx:"fade",timeout:6000,timeoutFn:null,continuous:0,speed:3000,speedIn:null,speedOut:null,next:null,prev:null,prevNextClick:null,pager:null,pagerClick:null,pagerEvent:"click",pagerAnchorBuilder:null,before:null,after:null,end:null,easing:null,easeIn:null,easeOut:null,shuffle:null,animIn:null,animOut:null,cssBefore:null,cssAfter:null,fxFn:null,height:"auto",startingSlide:0,sync:1,random:0,fit:0,containerResize:1,pause:0,pauseOnPagerHover:0,autostop:0,autostopCount:0,delay:0,slideExpr:null,cleartype:!m.support.opacity,nowrap:0,fastOnEvent:0,randomizeEffects:1,rev:0,manualTrump:true,requeueOnImageNotLoaded:true,requeueTimeout:350}})(jQuery);(function(j){j.fn.cycle.transitions.scrollUp=function(g,u,A){g.css("overflow","hidden");A.before.push(j.fn.cycle.commonReset);var E=g.height();A.cssBefore={top:E,left:0};A.cssFirst={top:0};A.animIn={top:0};A.animOut={top:-E}};j.fn.cycle.transitions.scrollDown=function(g,u,A){g.css("overflow","hidden");A.before.push(j.fn.cycle.commonReset);var E=g.height();A.cssFirst={top:0};A.cssBefore={top:-E,left:0};A.animIn={top:0};A.animOut={top:E}};j.fn.cycle.transitions.scrollLeft=function(g,u,A){g.css("overflow","hidden");A.before.push(j.fn.cycle.commonReset);var E=g.width();A.cssFirst={left:0};A.cssBefore={left:E,top:0};A.animIn={left:0};A.animOut={left:0-E}};j.fn.cycle.transitions.scrollRight=function(g,u,A){g.css("overflow","hidden");A.before.push(j.fn.cycle.commonReset);var E=g.width();A.cssFirst={left:0};A.cssBefore={left:-E,top:0};A.animIn={left:0};A.animOut={left:E}};j.fn.cycle.transitions.scrollHorz=function(I,H,L){I.css("overflow","hidden").width();L.before.push(function(A,E,g,u){j.fn.cycle.commonReset(A,E,g);g.cssBefore.left=u?(E.cycleW-1):(1-E.cycleW);g.animOut.left=u?-A.cycleW:A.cycleW});L.cssFirst={left:0};L.cssBefore={top:0};L.animIn={left:0};L.animOut={top:0}};j.fn.cycle.transitions.scrollVert=function(I,H,L){I.css("overflow","hidden");L.before.push(function(A,E,g,u){j.fn.cycle.commonReset(A,E,g);g.cssBefore.top=u?(1-E.cycleH):(E.cycleH-1);g.animOut.top=u?A.cycleH:-A.cycleH});L.cssFirst={top:0};L.cssBefore={left:0};L.animIn={top:0};L.animOut={left:0}};j.fn.cycle.transitions.slideX=function(L,I,u){u.before.push(function(A,E,g){j(g.elements).not(A).hide();j.fn.cycle.commonReset(A,E,g,false,true);g.animIn.width=E.cycleW});u.cssBefore={left:0,top:0,width:0};u.animIn={width:"show"};u.animOut={width:0}};j.fn.cycle.transitions.slideY=function(L,I,u){u.before.push(function(A,E,g){j(g.elements).not(A).hide();j.fn.cycle.commonReset(A,E,g,true,false);g.animIn.height=E.cycleH});u.cssBefore={left:0,top:0,height:0};u.animIn={height:"show"};u.animOut={height:0}};j.fn.cycle.transitions.shuffle=function(v,A4,q){var y=v.css("overflow","visible").width();A4.css({left:0,top:0});q.before.push(function(A,E,g){j.fn.cycle.commonReset(A,E,g,true,true,true)});q.speed=q.speed/2;q.random=0;q.shuffle=q.shuffle||{left:-y,top:15};q.els=[];for(var f=0;f<A4.length;f++){q.els.push(A4[f])}for(var f=0;f<q.currSlide;f++){q.els.push(q.els.shift())}q.fxFn=function(H,L,N,k,A0){var t=A0?j(H):j(L);j(L).css(N.cssBefore);var I=N.slideCount;t.animate(N.shuffle,N.speedIn,N.easeIn,function(){var u=j.fn.cycle.hopsFromLast(N,A0);for(var E=0;E<u;E++){A0?N.els.push(N.els.shift()):N.els.unshift(N.els.pop())}if(A0){for(var g=0,len=N.els.length;g<len;g++){j(N.els[g]).css("z-index",len-g+I)}}else{var A=j(H).css("z-index");t.css("z-index",parseInt(A)+1+I)}t.animate({left:0,top:0},N.speedOut,N.easeOut,function(){j(A0?this:H).hide();if(k){k()}})})};q.cssBefore={display:"block",opacity:1,top:0,left:0}};j.fn.cycle.transitions.turnUp=function(L,I,u){u.before.push(function(A,E,g){j.fn.cycle.commonReset(A,E,g,true,false);g.cssBefore.top=E.cycleH;g.animIn.height=E.cycleH});u.cssFirst={top:0};u.cssBefore={left:0,height:0};u.animIn={top:0};u.animOut={height:0}};j.fn.cycle.transitions.turnDown=function(L,I,u){u.before.push(function(A,E,g){j.fn.cycle.commonReset(A,E,g,true,false);g.animIn.height=E.cycleH;g.animOut.top=A.cycleH});u.cssFirst={top:0};u.cssBefore={left:0,top:0,height:0};u.animOut={height:0}};j.fn.cycle.transitions.turnLeft=function(L,I,u){u.before.push(function(A,E,g){j.fn.cycle.commonReset(A,E,g,false,true);g.cssBefore.left=E.cycleW;g.animIn.width=E.cycleW});u.cssBefore={top:0,width:0};u.animIn={left:0};u.animOut={width:0}};j.fn.cycle.transitions.turnRight=function(L,I,u){u.before.push(function(A,E,g){j.fn.cycle.commonReset(A,E,g,false,true);g.animIn.width=E.cycleW;g.animOut.left=A.cycleW});u.cssBefore={top:0,left:0,width:0};u.animIn={left:0};u.animOut={width:0}};j.fn.cycle.transitions.zoom=function(u,I,L){L.before.push(function(A,E,g){j.fn.cycle.commonReset(A,E,g,false,false,true);g.cssBefore.top=E.cycleH/2;g.cssBefore.left=E.cycleW/2;g.animIn={top:0,left:0,width:E.cycleW,height:E.cycleH};g.animOut={width:0,height:0,top:A.cycleH/2,left:A.cycleW/2}});L.cssFirst={top:0,left:0};L.cssBefore={width:0,height:0}};j.fn.cycle.transitions.fadeZoom=function(u,I,L){L.before.push(function(A,E,g){j.fn.cycle.commonReset(A,E,g,false,false);g.cssBefore.left=E.cycleW/2;g.cssBefore.top=E.cycleH/2;g.animIn={top:0,left:0,width:E.cycleW,height:E.cycleH}});L.cssBefore={width:0,height:0};L.animOut={opacity:0}};j.fn.cycle.transitions.blindX=function(I,H,L){var u=I.css("overflow","hidden").width();L.before.push(function(A,E,g){j.fn.cycle.commonReset(A,E,g);g.animIn.width=E.cycleW;g.animOut.left=A.cycleW});L.cssBefore={left:u,top:0};L.animIn={left:0};L.animOut={left:u}};j.fn.cycle.transitions.blindY=function(I,H,L){var u=I.css("overflow","hidden").height();L.before.push(function(A,E,g){j.fn.cycle.commonReset(A,E,g);g.animIn.height=E.cycleH;g.animOut.top=A.cycleH});L.cssBefore={top:u,left:0};L.animIn={top:0};L.animOut={top:u}};j.fn.cycle.transitions.blindZ=function(H,t,I){var L=H.css("overflow","hidden").height();var u=H.width();I.before.push(function(A,E,g){j.fn.cycle.commonReset(A,E,g);g.animIn.height=E.cycleH;g.animOut.top=A.cycleH});I.cssBefore={top:L,left:u};I.animIn={top:0,left:0};I.animOut={top:L,left:u}};j.fn.cycle.transitions.growX=function(u,I,L){L.before.push(function(A,E,g){j.fn.cycle.commonReset(A,E,g,false,true);g.cssBefore.left=this.cycleW/2;g.animIn={left:0,width:this.cycleW};g.animOut={left:0}});L.cssBefore={width:0,top:0}};j.fn.cycle.transitions.growY=function(u,I,L){L.before.push(function(A,E,g){j.fn.cycle.commonReset(A,E,g,true,false);g.cssBefore.top=this.cycleH/2;g.animIn={top:0,height:this.cycleH};g.animOut={top:0}});L.cssBefore={height:0,left:0}};j.fn.cycle.transitions.curtainX=function(u,I,L){L.before.push(function(A,E,g){j.fn.cycle.commonReset(A,E,g,false,true,true);g.cssBefore.left=E.cycleW/2;g.animIn={left:0,width:this.cycleW};g.animOut={left:A.cycleW/2,width:0}});L.cssBefore={top:0,width:0}};j.fn.cycle.transitions.curtainY=function(u,I,L){L.before.push(function(A,E,g){j.fn.cycle.commonReset(A,E,g,true,false,true);g.cssBefore.top=E.cycleH/2;g.animIn={top:0,height:E.cycleH};g.animOut={top:A.cycleH/2,height:0}});L.cssBefore={left:0,height:0}};j.fn.cycle.transitions.cover=function(L,k,t){var I=t.direction||"left";var u=L.css("overflow","hidden").width();var H=L.height();t.before.push(function(A,E,g){j.fn.cycle.commonReset(A,E,g);if(I=="right"){g.cssBefore.left=-u}else{if(I=="up"){g.cssBefore.top=H}else{if(I=="down"){g.cssBefore.top=-H}else{g.cssBefore.left=u}}}});t.animIn={left:0,top:0};t.animOut={opacity:1};t.cssBefore={top:0,left:0}};j.fn.cycle.transitions.uncover=function(L,k,t){var I=t.direction||"left";var u=L.css("overflow","hidden").width();var H=L.height();t.before.push(function(A,E,g){j.fn.cycle.commonReset(A,E,g,true,true,true);if(I=="right"){g.animOut.left=u}else{if(I=="up"){g.animOut.top=-H}else{if(I=="down"){g.animOut.top=H}else{g.animOut.left=-u}}}});t.animIn={left:0,top:0};t.animOut={opacity:1};t.cssBefore={top:0,left:0}};j.fn.cycle.transitions.toss=function(L,t,H){var u=L.css("overflow","visible").width();var I=L.height();H.before.push(function(A,E,g){j.fn.cycle.commonReset(A,E,g,true,true,true);if(!g.animOut.left&&!g.animOut.top){g.animOut={left:u*2,top:-I/2,opacity:0}}else{g.animOut.opacity=0}});H.cssBefore={left:0,top:0};H.animIn={left:0}};j.fn.cycle.transitions.wipe=function(A0,o,f){var k=A0.css("overflow","hidden").width();var A4=A0.height();f.cssBefore=f.cssBefore||{};var q;if(f.clip){if(/l2r/.test(f.clip)){q="rect(0px 0px "+A4+"px 0px)"}else{if(/r2l/.test(f.clip)){q="rect(0px "+k+"px "+A4+"px "+k+"px)"}else{if(/t2b/.test(f.clip)){q="rect(0px "+k+"px 0px 0px)"}else{if(/b2t/.test(f.clip)){q="rect("+A4+"px "+k+"px "+A4+"px 0px)"}else{if(/zoom/.test(f.clip)){var a=parseInt(A4/2);var v=parseInt(k/2);q="rect("+a+"px "+v+"px "+a+"px "+v+"px)"}}}}}}f.cssBefore.clip=f.cssBefore.clip||q||"rect(0px 0px 0px 0px)";var y=f.cssBefore.clip.match(/(\d+)/g);var a=parseInt(y[0]),r=parseInt(y[1]),b=parseInt(y[2]),v=parseInt(y[3]);f.before.push(function(I,L,t){if(I==L){return}var jI=j(I),jL=j(L);j.fn.cycle.commonReset(I,L,t,true,true,false);t.cssAfter.display="block";var H=1,count=parseInt((t.speedIn/13))-1;(function N(){var u=a?a-parseInt(H*(a/count)):0;var E=v?v-parseInt(H*(v/count)):0;var A=b<A4?b+parseInt(H*((A4-b)/count||1)):A4;var g=r<k?r+parseInt(H*((k-r)/count||1)):k;jL.css({clip:"rect("+u+"px "+g+"px "+A+"px "+E+"px)"});(H++<=count)?setTimeout(N,13):jI.css("display","none")})()});f.cssBefore={display:"block",opacity:1,top:0,left:0};f.animIn={left:0};f.animOut={left:0}}})(jQuery);
