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