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