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