/*
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 *
 * @version 1.09i
 */
var Cufon=(function(){var m=function(){return m.replace.apply(null,arguments)};var x=m.DOM={ready:(function(){var C=false,E={loaded:1,complete:1};var B=[],D=function(){if(C){return}C=true;for(var F;F=B.shift();F()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",D,false);window.addEventListener("pageshow",D,false)}if(!window.opera&&document.readyState){(function(){E[document.readyState]?D():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");D()}catch(F){setTimeout(arguments.callee,1)}})()}q(window,"load",D);return function(F){if(!arguments.length){D()}else{C?F():B.push(F)}}})(),root:function(){return document.documentElement||document.body}};var n=m.CSS={Size:function(C,B){this.value=parseFloat(C);this.unit=String(C).match(/[a-z%]*$/)[0]||"px";this.convert=function(D){return D/B*this.value};this.convertFrom=function(D){return D/this.value*B};this.toString=function(){return this.value+this.unit}},addClass:function(C,B){var D=C.className;C.className=D+(D&&" ")+B;return C},color:j(function(C){var B={};B.color=C.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(E,D,F){B.opacity=parseFloat(F);return"rgb("+D+")"});return B}),fontStretch:j(function(B){if(typeof B=="number"){return B}if(/%$/.test(B)){return parseFloat(B)/100}return{"ultra-condensed":0.5,"extra-condensed":0.625,condensed:0.75,"semi-condensed":0.875,"semi-expanded":1.125,expanded:1.25,"extra-expanded":1.5,"ultra-expanded":2}[B]||1}),getStyle:function(C){var B=document.defaultView;if(B&&B.getComputedStyle){return new a(B.getComputedStyle(C,null))}if(C.currentStyle){return new a(C.currentStyle)}return new a(C.style)},gradient:j(function(F){var G={id:F,type:F.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},C=F.substr(F.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var E=0,B=C.length,D;E<B;++E){D=C[E].split("=",2).reverse();G.stops.push([D[1]||E/(B-1),D[0]])}return G}),quotedList:j(function(E){var D=[],C=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,B;while(B=C.exec(E)){D.push(B[3]||B[1])}return D}),recognizesMedia:j(function(G){var E=document.createElement("style"),D,C,B;E.type="text/css";E.media=G;try{E.appendChild(document.createTextNode("/**/"))}catch(F){}C=g("head")[0];C.insertBefore(E,C.firstChild);D=(E.sheet||E.styleSheet);B=D&&!D.disabled;C.removeChild(E);return B}),removeClass:function(D,C){var B=RegExp("(?:^|\\s+)"+C+"(?=\\s|$)","g");D.className=D.className.replace(B,"");return D},supports:function(D,C){var B=document.createElement("span").style;if(B[D]===undefined){return false}B[D]=C;return B[D]===C},textAlign:function(E,D,B,C){if(D.get("textAlign")=="right"){if(B>0){E=" "+E}}else{if(B<C-1){E+=" "}}return E},textShadow:j(function(F){if(F=="none"){return null}var E=[],G={},B,C=0;var D=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(B=D.exec(F)){if(B[0]==","){E.push(G);G={};C=0}else{if(B[1]){G.color=B[1]}else{G[["offX","offY","blur"][C++]]=B[2]}}}E.push(G);return E}),textTransform:(function(){var B={uppercase:function(C){return C.toUpperCase()},lowercase:function(C){return C.toLowerCase()},capitalize:function(C){return C.replace(/\b./g,function(D){return D.toUpperCase()})}};return function(E,D){var C=B[D.get("textTransform")];return C?C(E):E}})(),whiteSpace:(function(){var D={inline:1,"inline-block":1,"run-in":1};var C=/^\s+/,B=/\s+$/;return function(H,F,G,E){if(E){if(E.nodeName.toLowerCase()=="br"){H=H.replace(C,"")}}if(D[F.get("display")]){return H}if(!G.previousSibling){H=H.replace(C,"")}if(!G.nextSibling){H=H.replace(B,"")}return H}})()};n.ready=(function(){var B=!n.recognizesMedia("all"),E=false;var D=[],H=function(){B=true;for(var K;K=D.shift();K()){}};var I=g("link"),J=g("style");function C(K){return K.disabled||G(K.sheet,K.media||"screen")}function G(M,P){if(!n.recognizesMedia(P||"all")){return true}if(!M||M.disabled){return false}try{var Q=M.cssRules,O;if(Q){search:for(var L=0,K=Q.length;O=Q[L],L<K;++L){switch(O.type){case 2:break;case 3:if(!G(O.styleSheet,O.media.mediaText)){return false}break;default:break search}}}}catch(N){}return true}function F(){if(document.createStyleSheet){return true}var L,K;for(K=0;L=I[K];++K){if(L.rel.toLowerCase()=="stylesheet"&&!C(L)){return false}}for(K=0;L=J[K];++K){if(!C(L)){return false}}return true}x.ready(function(){if(!E){E=n.getStyle(document.body).isUsable()}if(B||(E&&F())){H()}else{setTimeout(arguments.callee,10)}});return function(K){if(B){K()}else{D.push(K)}}})();function s(D){var C=this.face=D.face,B={"\u0020":1,"\u00a0":1,"\u3000":1};this.glyphs=D.glyphs;this.w=D.w;this.baseSize=parseInt(C["units-per-em"],10);this.family=C["font-family"].toLowerCase();this.weight=C["font-weight"];this.style=C["font-style"]||"normal";this.viewBox=(function(){var F=C.bbox.split(/\s+/);var E={minX:parseInt(F[0],10),minY:parseInt(F[1],10),maxX:parseInt(F[2],10),maxY:parseInt(F[3],10)};E.width=E.maxX-E.minX;E.height=E.maxY-E.minY;E.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return E})();this.ascent=-parseInt(C.ascent,10);this.descent=-parseInt(C.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(L,N,E){var O=this.glyphs,M,K,G,P=[],F=0,J=-1,I=-1,H;while(H=L[++J]){M=O[H]||this.missingGlyph;if(!M){continue}if(K){F-=G=K[H]||0;P[I]-=G}F+=P[++I]=~~(M.w||this.w)+N+(B[H]?E:0);K=M.k}P.total=F;return P}}function f(){var C={},B={oblique:"italic",italic:"oblique"};this.add=function(D){(C[D.style]||(C[D.style]={}))[D.weight]=D};this.get=function(H,I){var G=C[H]||C[B[H]]||C.normal||C.italic||C.oblique;if(!G){return null}I={normal:400,bold:700}[I]||parseInt(I,10);if(G[I]){return G[I]}var E={1:1,99:0}[I%100],K=[],F,D;if(E===undefined){E=I>400}if(I==500){I=400}for(var J in G){if(!k(G,J)){continue}J=parseInt(J,10);if(!F||J<F){F=J}if(!D||J>D){D=J}K.push(J)}if(I<F){I=F}if(I>D){I=D}K.sort(function(M,L){return(E?(M>=I&&L>=I)?M<L:M>L:(M<=I&&L<=I)?M>L:M<L)?-1:1});return G[K[0]]}}function r(){function D(F,G){if(F.contains){return F.contains(G)}return F.compareDocumentPosition(G)&16}function B(G){var F=G.relatedTarget;if(!F||D(this,F)){return}C(this,G.type=="mouseover")}function E(F){C(this,F.type=="mouseenter")}function C(F,G){setTimeout(function(){var H=d.get(F).options;m.replace(F,G?h(H,H.hover):H,true)},10)}this.attach=function(F){if(F.onmouseenter===undefined){q(F,"mouseover",B);q(F,"mouseout",B)}else{q(F,"mouseenter",E);q(F,"mouseleave",E)}}}function u(){var C=[],D={};function B(H){var E=[],G;for(var F=0;G=H[F];++F){E[F]=C[D[G]]}return E}this.add=function(F,E){D[F]=C.push(E)-1};this.repeat=function(){var E=arguments.length?B(arguments):C,F;for(var G=0;F=E[G++];){m.replace(F[0],F[1],true)}}}function A(){var D={},B=0;function C(E){return E.cufid||(E.cufid=++B)}this.get=function(E){var F=C(E);return D[F]||(D[F]={})}}function a(B){var D={},C={};this.extend=function(E){for(var F in E){if(k(E,F)){D[F]=E[F]}}return this};this.get=function(E){return D[E]!=undefined?D[E]:B[E]};this.getSize=function(F,E){return C[F]||(C[F]=new n.Size(this.get(F),E))};this.isUsable=function(){return !!B}}function q(C,B,D){if(C.addEventListener){C.addEventListener(B,D,false)}else{if(C.attachEvent){C.attachEvent("on"+B,function(){return D.call(C,window.event)})}}}function v(C,B){var D=d.get(C);if(D.options){return C}if(B.hover&&B.hoverables[C.nodeName.toLowerCase()]){b.attach(C)}D.options=B;return C}function j(B){var C={};return function(D){if(!k(C,D)){C[D]=B.apply(null,arguments)}return C[D]}}function c(F,E){var B=n.quotedList(E.get("fontFamily").toLowerCase()),D;for(var C=0;D=B[C];++C){if(i[D]){return i[D].get(E.get("fontStyle"),E.get("fontWeight"))}}return null}function g(B){return document.getElementsByTagName(B)}function k(C,B){return C.hasOwnProperty(B)}function h(){var C={},B,F;for(var E=0,D=arguments.length;B=arguments[E],E<D;++E){for(F in B){if(k(B,F)){C[F]=B[F]}}}return C}function o(E,M,C,N,F,D){var K=document.createDocumentFragment(),H;if(M===""){return K}var L=N.separate;var I=M.split(p[L]),B=(L=="words");if(B&&t){if(/^\s/.test(M)){I.unshift("")}if(/\s$/.test(M)){I.push("")}}for(var J=0,G=I.length;J<G;++J){H=z[N.engine](E,B?n.textAlign(I[J],C,J,G):I[J],C,N,F,D,J<G-1);if(H){K.appendChild(H)}}return K}function l(D,M){var C=D.nodeName.toLowerCase();if(M.ignore[C]){return}var E=!M.textless[C];var B=n.getStyle(v(D,M)).extend(M);var F=c(D,B),G,K,I,H,L,J;if(!F){return}for(G=D.firstChild;G;G=I){K=G.nodeType;I=G.nextSibling;if(E&&K==3){if(H){H.appendData(G.data);D.removeChild(G)}else{H=G}if(I){continue}}if(H){D.replaceChild(o(F,n.whiteSpace(H.data,B,H,J),B,M,G,D),H);H=null}if(K==1){if(G.firstChild){if(G.nodeName.toLowerCase()=="cufon"){z[M.engine](F,null,B,M,G,D)}else{arguments.callee(G,M)}}J=G}}}var t=" ".split(/\s+/).length==0;var d=new A();var b=new r();var y=new u();var e=false;var z={},i={},w={autoDetect:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},ignore:{applet:1,canvas:1,col:1,colgroup:1,head:1,iframe:1,map:1,optgroup:1,option:1,script:1,select:1,style:1,textarea:1,title:1,pre:1},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||g),separate:"words",textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:"none"};var p={words:/\s/.test("\u00a0")?/[^\S\u00a0]+/:/\s+/,characters:"",none:/^/};m.now=function(){x.ready();return m};m.refresh=function(){y.repeat.apply(y,arguments);return m};m.registerEngine=function(C,B){if(!B){return m}z[C]=B;return m.set("engine",C)};m.registerFont=function(D){if(!D){return m}var B=new s(D),C=B.family;if(!i[C]){i[C]=new f()}i[C].add(B);return m.set("fontFamily",'"'+C+'"')};m.replace=function(D,C,B){C=h(w,C);if(!C.engine){return m}if(!e){n.addClass(x.root(),"cufon-active cufon-loading");n.ready(function(){n.addClass(n.removeClass(x.root(),"cufon-loading"),"cufon-ready")});e=true}if(C.hover){C.forceHitArea=true}if(C.autoDetect){delete C.fontFamily}if(typeof C.textShadow=="string"){C.textShadow=n.textShadow(C.textShadow)}if(typeof C.color=="string"&&/^-/.test(C.color)){C.textGradient=n.gradient(C.color)}else{delete C.textGradient}if(!B){y.add(D,arguments)}if(D.nodeType||typeof D=="string"){D=[D]}n.ready(function(){for(var F=0,E=D.length;F<E;++F){var G=D[F];if(typeof G=="string"){m.replace(C.selector(G),C,true)}else{l(G,C)}}});return m};m.set=function(B,C){w[B]=C;return m};return m})();Cufon.registerEngine("vml",(function(){var e=document.namespaces;if(!e){return}e.add("cvml","urn:schemas-microsoft-com:vml");e=null;var b=document.createElement("cvml:shape");b.style.behavior="url(#default#VML)";if(!b.coordsize){return}b=null;var h=(document.documentMode||0)<8;document.write(('<style type="text/css">cufoncanvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}cufoncanvas{position:absolute;text-align:left;}cufon{display:inline-block;position:relative;vertical-align:'+(h?"middle":"text-bottom")+";}cufon cufontext{position:absolute;left:-10000in;font-size:1px;}a cufon{cursor:pointer}}@media print{cufon cufoncanvas{display:none;}}</style>").replace(/;/g,"!important;"));function c(i,j){return a(i,/(?:em|ex|%)$|^[a-z-]+$/i.test(j)?"1em":j)}function a(l,m){if(m==="0"){return 0}if(/px$/i.test(m)){return parseFloat(m)}var k=l.style.left,j=l.runtimeStyle.left;l.runtimeStyle.left=l.currentStyle.left;l.style.left=m.replace("%","em");var i=l.style.pixelLeft;l.style.left=k;l.runtimeStyle.left=j;return i}function f(l,k,j,n){var i="computed"+n,m=k[i];if(isNaN(m)){m=k.get(n);k[i]=m=(m=="normal")?0:~~j.convertFrom(a(l,m))}return m}var g={};function d(p){var q=p.id;if(!g[q]){var n=p.stops,o=document.createElement("cvml:fill"),i=[];o.type="gradient";o.angle=180;o.focus="0";o.method="sigma";o.color=n[0][1];for(var m=1,l=n.length-1;m<l;++m){i.push(n[m][0]*100+"% "+n[m][1])}o.colors=i.join(",");o.color2=n[l][1];g[q]=o}return g[q]}return function(ac,G,Y,C,K,ad,W){var n=(G===null);if(n){G=K.alt}var I=ac.viewBox;var p=Y.computedFontSize||(Y.computedFontSize=new Cufon.CSS.Size(c(ad,Y.get("fontSize"))+"px",ac.baseSize));var y,q;if(n){y=K;q=K.firstChild}else{y=document.createElement("cufon");y.className="cufon cufon-vml";y.alt=G;q=document.createElement("cufoncanvas");y.appendChild(q);if(C.printable){var Z=document.createElement("cufontext");Z.appendChild(document.createTextNode(G));y.appendChild(Z)}if(!W){y.appendChild(document.createElement("cvml:shape"))}}var ai=y.style;var R=q.style;var l=p.convert(I.height),af=Math.ceil(l);var V=af/l;var P=V*Cufon.CSS.fontStretch(Y.get("fontStretch"));var U=I.minX,T=I.minY;R.height=af;R.top=Math.round(p.convert(T-ac.ascent));R.left=Math.round(p.convert(U));ai.height=p.convert(ac.height)+"px";var F=Y.get("color");var ag=Cufon.CSS.textTransform(G,Y).split("");var L=ac.spacing(ag,f(ad,Y,p,"letterSpacing"),f(ad,Y,p,"wordSpacing"));if(!L.length){return null}var k=L.total;var x=-U+k+(I.width-L[L.length-1]);var ah=p.convert(x*P),X=Math.round(ah);var O=x+","+I.height,m;var J="r"+O+"ns";var u=C.textGradient&&d(C.textGradient);var o=ac.glyphs,S=0;var H=C.textShadow;var ab=-1,aa=0,w;while(w=ag[++ab]){var D=o[ag[ab]]||ac.missingGlyph,v;if(!D){continue}if(n){v=q.childNodes[aa];while(v.firstChild){v.removeChild(v.firstChild)}}else{v=document.createElement("cvml:shape");q.appendChild(v)}v.stroked="f";v.coordsize=O;v.coordorigin=m=(U-S)+","+T;v.path=(D.d?"m"+D.d+"xe":"")+"m"+m+J;v.fillcolor=F;if(u){v.appendChild(u.cloneNode(false))}var ae=v.style;ae.width=X;ae.height=af;if(H){var s=H[0],r=H[1];var B=Cufon.CSS.color(s.color),z;var N=document.createElement("cvml:shadow");N.on="t";N.color=B.color;N.offset=s.offX+","+s.offY;if(r){z=Cufon.CSS.color(r.color);N.type="double";N.color2=z.color;N.offset2=r.offX+","+r.offY}N.opacity=B.opacity||(z&&z.opacity)||1;v.appendChild(N)}S+=L[aa++]}var M=v.nextSibling,t,A;if(C.forceHitArea){if(!M){M=document.createElement("cvml:rect");M.stroked="f";M.className="cufon-vml-cover";t=document.createElement("cvml:fill");t.opacity=0;M.appendChild(t);q.appendChild(M)}A=M.style;A.width=X;A.height=af}else{if(M){q.removeChild(M)}}ai.width=Math.max(Math.ceil(p.convert(k*P)),0);if(h){var Q=Y.computedYAdjust;if(Q===undefined){var E=Y.get("lineHeight");if(E=="normal"){E="1em"}else{if(!isNaN(E)){E+="em"}}Y.computedYAdjust=Q=0.5*(a(ad,E)-parseFloat(ai.height))}if(Q){ai.marginTop=Math.ceil(Q)+"px";ai.marginBottom=Q+"px"}}return y}})());Cufon.registerEngine("canvas",(function(){var b=document.createElement("canvas");if(!b||!b.getContext||!b.getContext.apply){return}b=null;var a=Cufon.CSS.supports("display","inline-block");var e=!a&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var f=document.createElement("style");f.type="text/css";f.appendChild(document.createTextNode(("cufon{text-indent:0;}@media screen,projection{cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?"cufon canvas{position:relative;}":"cufon canvas{position:absolute;}")+"}@media print{cufon{padding:0;}cufon canvas{display:none;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(f);function d(p,h){var n=0,m=0;var g=[],o=/([mrvxe])([^a-z]*)/g,k;generate:for(var j=0;k=o.exec(p);++j){var l=k[2].split(",");switch(k[1]){case"v":g[j]={m:"bezierCurveTo",a:[n+~~l[0],m+~~l[1],n+~~l[2],m+~~l[3],n+=~~l[4],m+=~~l[5]]};break;case"r":g[j]={m:"lineTo",a:[n+=~~l[0],m+=~~l[1]]};break;case"m":g[j]={m:"moveTo",a:[n=~~l[0],m=~~l[1]]};break;case"x":g[j]={m:"closePath"};break;case"e":break generate}h[g[j].m].apply(h,g[j].a)}return g}function c(m,k){for(var j=0,h=m.length;j<h;++j){var g=m[j];k[g.m].apply(k,g.a)}}return function(V,w,P,t,C,W){var k=(w===null);if(k){w=C.getAttribute("alt")}var A=V.viewBox;var m=P.getSize("fontSize",V.baseSize);var B=0,O=0,N=0,u=0;var z=t.textShadow,L=[];if(z){for(var U=z.length;U--;){var F=z[U];var K=m.convertFrom(parseFloat(F.offX));var I=m.convertFrom(parseFloat(F.offY));L[U]=[K,I];if(I<B){B=I}if(K>O){O=K}if(I>N){N=I}if(K<u){u=K}}}var Z=Cufon.CSS.textTransform(w,P).split("");var E=V.spacing(Z,~~m.convertFrom(parseFloat(P.get("letterSpacing"))||0),~~m.convertFrom(parseFloat(P.get("wordSpacing"))||0));if(!E.length){return null}var h=E.total;O+=A.width-E[E.length-1];u+=A.minX;var s,n;if(k){s=C;n=C.firstChild}else{s=document.createElement("cufon");s.className="cufon cufon-canvas";s.setAttribute("alt",w);n=document.createElement("canvas");s.appendChild(n);if(t.printable){var S=document.createElement("cufontext");S.appendChild(document.createTextNode(w));s.appendChild(S)}}var aa=s.style;var H=n.style;var j=m.convert(A.height);var Y=Math.ceil(j);var M=Y/j;var G=M*Cufon.CSS.fontStretch(P.get("fontStretch"));var J=h*G;var Q=Math.ceil(m.convert(J+O-u));var o=Math.ceil(m.convert(A.height-B+N));n.width=Q;n.height=o;H.width=Q+"px";H.height=o+"px";B+=A.minY;H.top=Math.round(m.convert(B-V.ascent))+"px";H.left=Math.round(m.convert(u))+"px";var r=Math.max(Math.ceil(m.convert(J)),0)+"px";if(a){aa.width=r;aa.height=m.convert(V.height)+"px"}else{aa.paddingLeft=r;aa.paddingBottom=(m.convert(V.height)-1)+"px"}var X=n.getContext("2d"),D=j/A.height;X.scale(D,D*M);X.translate(-u,-B);X.save();function T(){var x=V.glyphs,ab,l=-1,g=-1,y;X.scale(G,1);while(y=Z[++l]){var ab=x[Z[l]]||V.missingGlyph;if(!ab){continue}if(ab.d){X.beginPath();if(ab.code){c(ab.code,X)}else{ab.code=d("m"+ab.d,X)}X.fill()}X.translate(E[++g],0)}X.restore()}if(z){for(var U=z.length;U--;){var F=z[U];X.save();X.fillStyle=F.color;X.translate.apply(X,L[U]);T()}}var q=t.textGradient;if(q){var v=q.stops,p=X.createLinearGradient(0,A.minY,0,A.maxY);for(var U=0,R=v.length;U<R;++U){p.addColorStop.apply(p,v[U])}X.fillStyle=p}else{X.fillStyle=P.get("color")}T();return s}})());


Cufon.registerFont({"w":146,"face":{"font-family":"cond","font-weight":700,"font-stretch":"condensed","units-per-em":"360","panose-1":"2 11 7 6 2 2 3 3 2 4","ascent":"274","descent":"-86","x-height":"3","bbox":"-15 -336 282 90","underline-thickness":"18","underline-position":"-18","stemh":"31","stemv":"35","unicode-range":"U+0020-U+00FF"},"glyphs":{" ":{"w":86,"k":{"T":13,"V":13,"W":13,"Y":13,"\u00dd":13,"A":13,"\u00c6":13,"\u00c1":13,"\u00c2":13,"\u00c4":13,"\u00c0":13,"\u00c5":13,"\u00c3":13}},"!":{"d":"23,-265r40,0r-6,197r-27,0xm22,-19v0,-12,9,-22,21,-22v12,0,22,10,22,22v0,12,-10,21,-22,21v-12,0,-21,-9,-21,-21","w":86},"\"":{"d":"26,-192r0,-73r26,0r0,73r-26,0xm75,-192r0,-73r26,0r0,73r-26,0","w":126},"#":{"d":"59,-153r-6,53r35,0r6,-53r-35,0xm19,0r9,-78r-28,0r0,-22r31,0r6,-53r-28,0r0,-22r30,0r9,-78r23,0r-9,78r34,0r9,-78r22,0r-8,78r28,0r0,22r-31,0r-6,53r28,0r0,22r-30,0r-9,78r-23,0r9,-78r-34,0r-9,78r-23,0"},"$":{"d":"65,-278r17,0r0,21v35,1,54,15,62,50r-31,11v-4,-24,-14,-31,-31,-32r0,82v37,23,64,46,64,84v0,36,-25,65,-64,66r0,26r-17,0r0,-26v-35,-1,-59,-18,-64,-57r34,-7v4,22,11,33,30,35r0,-88v-40,-23,-60,-45,-60,-81v0,-37,24,-62,60,-63r0,-21xm65,-156r0,-72v-40,10,-34,50,0,72xm82,-103r0,78v42,-11,39,-56,0,-78"},"%":{"d":"75,-233v-12,0,-16,11,-16,34v0,23,4,34,16,34v12,0,15,-11,15,-34v0,-23,-3,-34,-15,-34xm75,-257v32,0,45,25,45,58v0,33,-13,58,-45,58v-32,0,-45,-25,-45,-58v0,-33,13,-58,45,-58xm206,-88v-12,0,-16,11,-16,34v0,23,4,34,16,34v12,0,15,-11,15,-34v0,-23,-3,-34,-15,-34xm206,-112v32,0,45,25,45,58v0,33,-13,58,-45,58v-32,0,-45,-25,-45,-58v0,-33,13,-58,45,-58xm206,-260r23,0r-155,267r-23,0","w":280},"&":{"d":"113,-42r-33,-69v-21,14,-31,30,-31,47v0,35,45,48,64,22xm95,-214v-23,0,-15,37,-2,55v13,-13,17,-26,17,-36v0,-13,-7,-19,-15,-19xm106,-132r33,64r17,-25r25,21r-26,35r19,37r-37,0r-7,-17v-36,41,-116,14,-116,-45v0,-27,18,-52,51,-77v-29,-47,-25,-106,30,-106v24,0,48,16,48,48v0,24,-11,46,-37,65","w":186},"(":{"d":"67,-280r31,15v-49,95,-50,216,0,311r-31,16v-55,-107,-55,-235,0,-342","w":106},")":{"d":"40,62r-31,-16v49,-95,48,-216,0,-311r31,-15v54,107,54,235,0,342","w":106},"*":{"d":"72,-227r36,-13r6,19r-37,11r24,30r-16,12r-22,-32r-21,32r-16,-12r23,-30r-36,-11r6,-19r36,13r-2,-38r20,0","w":126},"+":{"d":"95,-104r0,-78r26,0r0,78r78,0r0,26r-78,0r0,78r-26,0r0,-78r-78,0r0,-26r78,0","w":216},",":{"d":"28,-46r38,0r-31,77r-30,0","w":86,"k":{" ":13}},"-":{"d":"18,-118r70,0r0,32r-70,0r0,-32","w":106},".":{"d":"22,-19v0,-12,9,-22,21,-22v12,0,22,10,22,22v0,12,-10,21,-22,21v-12,0,-21,-9,-21,-21","w":86},"\/":{"d":"74,-270r27,0r-69,275r-26,0","w":106},"0":{"d":"73,-224v-21,0,-23,21,-23,93v0,73,4,102,23,102v21,0,24,-24,24,-102v0,-72,-3,-93,-24,-93xm73,4v-53,0,-60,-55,-60,-135v0,-64,3,-126,60,-126v57,0,61,62,61,126v0,80,-8,135,-61,135"},"1":{"d":"77,0r-37,0r0,-203v-6,7,-24,18,-33,21r0,-33v22,-10,46,-27,63,-42r7,0r0,257","w":106},"2":{"d":"134,-33r0,33r-124,0v28,-61,88,-122,88,-194v0,-15,-7,-30,-22,-30v-18,0,-25,17,-26,45r-36,0v0,-42,15,-78,63,-78v92,0,53,104,22,161r-35,63r70,0"},"3":{"d":"25,-135r53,-85r-60,0r0,-33r115,0v-15,37,-40,63,-58,97v44,-7,58,24,59,80v0,46,-24,80,-64,80v-39,0,-57,-28,-57,-73r37,0v0,24,5,40,23,40v19,0,24,-22,24,-51v0,-42,-27,-66,-50,-38"},"4":{"d":"33,-79r45,0r-1,-109xm80,-253r33,0r0,174r27,0r0,31r-27,0r0,48r-35,0r0,-48r-74,0r0,-25"},"5":{"d":"126,-253r0,33r-73,0v1,20,-3,45,0,63v8,-13,18,-18,34,-18v21,0,47,20,47,82v0,41,-7,97,-61,97v-52,0,-61,-38,-60,-77r35,0v0,22,5,46,23,46v21,0,26,-27,26,-63v0,-39,-10,-54,-25,-54v-10,0,-21,6,-22,27r-31,0r1,-136r106,0"},"6":{"d":"76,-253r43,0v-17,24,-36,58,-52,89v42,-13,67,4,67,83v0,40,-16,85,-62,85v-42,0,-61,-34,-61,-86v0,-47,15,-87,65,-171xm74,-137v-36,0,-37,110,-1,110v16,0,24,-20,24,-56v0,-35,-7,-54,-23,-54"},"7":{"d":"17,-220r0,-33r121,0r-83,253r-37,0r73,-220r-74,0"},"8":{"d":"50,-75v0,24,4,46,23,46v19,0,24,-22,24,-46v0,-26,-6,-44,-24,-44v-18,0,-23,18,-23,44xm73,4v-75,0,-77,-118,-27,-141v-51,-23,-32,-120,27,-120v59,0,78,97,28,120v52,23,47,141,-28,141xm53,-189v0,22,4,39,20,39v16,0,21,-17,21,-39v0,-22,-6,-37,-21,-37v-15,0,-20,15,-20,37"},"9":{"d":"71,0r-43,0v17,-24,36,-58,52,-89v-42,13,-67,-4,-67,-83v0,-40,16,-85,62,-85v42,0,61,34,61,86v0,47,-15,87,-65,171xm73,-116v36,-1,36,-110,0,-110v-16,0,-23,20,-23,56v0,35,7,54,23,54"},":":{"d":"22,-170v0,-12,9,-22,21,-22v12,0,22,10,22,22v0,12,-10,22,-22,22v-12,0,-21,-10,-21,-22xm22,-19v0,-12,9,-22,21,-22v12,0,22,10,22,22v0,12,-10,21,-22,21v-12,0,-21,-9,-21,-21","w":86,"k":{" ":13}},";":{"d":"28,-46r38,0r-31,77r-30,0xm22,-170v0,-12,9,-22,21,-22v12,0,22,10,22,22v0,12,-10,22,-22,22v-12,0,-21,-10,-21,-22","w":86},"<":{"d":"199,-24r0,27r-182,-82r0,-24r182,-82r0,27r-149,67","w":216},"=":{"d":"199,-141r0,27r-182,0r0,-27r182,0xm199,-68r0,27r-182,0r0,-27r182,0","w":216},">":{"d":"17,-158r0,-27r182,82r0,24r-182,82r0,-27r149,-67","w":216},"?":{"d":"72,-68r-31,0v-6,-82,41,-78,42,-142v0,-21,-5,-29,-19,-29v-18,0,-20,21,-20,45r-37,0v-1,-44,17,-72,59,-76v51,-5,69,75,37,115v-19,23,-33,43,-31,87xm35,-19v0,-12,10,-22,22,-22v12,0,21,10,21,22v0,12,-9,21,-21,21v-12,0,-22,-9,-22,-21","w":126},"@":{"d":"184,-150v0,-18,-15,-34,-33,-34v-34,0,-58,42,-58,72v0,21,14,35,33,35v33,0,58,-44,58,-73xm195,-182r8,-22r26,0v-11,40,-27,76,-34,120v0,5,2,9,7,9v26,0,53,-40,53,-79v0,-58,-48,-94,-106,-94v-67,0,-116,53,-116,117v0,109,151,152,213,72r26,0v-26,40,-71,64,-122,64v-80,0,-144,-61,-144,-137v0,-76,64,-138,144,-138v71,0,132,46,132,113v0,66,-58,106,-92,106v-13,0,-23,-7,-25,-22v-29,41,-102,19,-102,-36v0,-67,89,-146,132,-73","w":288},"A":{"d":"63,-265r37,0r59,265r-38,0r-10,-55r-58,0r-11,55r-35,0xm58,-84r47,0r-24,-121","w":166},"B":{"d":"57,-234r0,78v30,1,52,-8,52,-39v1,-27,-17,-41,-52,-39xm20,0r0,-265r52,0v92,1,94,97,38,123v30,10,42,35,42,65v0,24,-10,77,-79,77r-53,0xm57,-127r0,96v38,0,56,-13,56,-47v0,-35,-19,-50,-56,-49","w":166,"k":{",":20,".":20,"A":4,"\u00c6":4,"\u00c1":4,"\u00c2":4,"\u00c4":4,"\u00c0":4,"\u00c5":4,"\u00c3":4}},"C":{"d":"152,-210r-37,12v-4,-28,-14,-39,-27,-39v-29,0,-36,49,-36,101v0,59,7,108,35,108v20,0,30,-25,33,-51r35,12v-6,40,-25,72,-69,72v-49,0,-73,-37,-73,-139v0,-52,7,-136,75,-136v31,0,54,19,64,60","w":166},"D":{"d":"57,-234r0,203v44,0,56,-45,56,-102v0,-66,-19,-101,-56,-101xm20,0r0,-265r43,0v70,0,89,66,89,135v0,57,-18,130,-86,130r-46,0","w":166,"k":{"V":4,"W":4,"Y":9,"\u00dd":9,",":20,".":20,"A":4,"\u00c6":4,"\u00c1":4,"\u00c2":4,"\u00c4":4,"\u00c0":4,"\u00c5":4,"\u00c3":4}},"E":{"d":"20,-265r97,0r0,31r-60,0r0,78r60,0r0,31r-60,0r0,94r60,0r0,31r-97,0r0,-265","w":126},"F":{"d":"20,-265r97,0r0,31r-60,0r0,78r60,0r0,31r-60,0r0,125r-37,0r0,-265","w":126,"k":{"\u00eb":9,"\u00e3":9,"\u00e0":9,"\u00e4":9,",":40,".":40,"A":13,"\u00c6":13,"\u00c1":13,"\u00c2":13,"\u00c4":13,"\u00c0":13,"\u00c5":13,"\u00c3":13,"a":9,"\u00e6":9,"\u00e1":9,"\u00e2":9,"\u00e5":9,"e":9,"\u00e9":9,"\u00ea":9,"\u00e8":9,"o":9,"\u00f8":9,"\u00f3":9,"\u00f4":9,"\u00f6":9,"\u00f2":9,"\u00f5":9,"r":9}},"G":{"d":"146,-212r-35,14v-3,-24,-12,-39,-27,-39v-19,0,-32,26,-32,110v0,54,5,99,32,99v25,0,30,-37,31,-92r-37,0r0,-33r74,0v2,74,-3,158,-68,158v-64,0,-71,-69,-71,-137v0,-73,14,-138,71,-138v37,0,54,23,62,58","w":166,"k":{",":20,".":20}},"H":{"d":"20,0r0,-265r37,0r0,109r53,0r0,-109r37,0r0,265r-37,0r0,-125r-53,0r0,125r-37,0","w":166},"I":{"d":"25,0r0,-265r37,0r0,265r-37,0","w":86},"J":{"d":"70,-265r37,0r0,214v0,29,-14,56,-53,56v-22,0,-38,-8,-48,-23r25,-26v7,24,39,23,39,-4r0,-217","w":126,"k":{",":20,".":20}},"K":{"d":"20,-265r37,0r1,120r58,-120r39,0r-63,124r67,141r-41,0r-61,-132r0,132r-37,0r0,-265","w":166,"k":{"O":6,"\u00d8":6,"\u00d3":6,"\u00d4":6,"\u00d6":6,"\u00d2":6,"\u00d5":6,"y":20,"\u00fd":20,"\u00ff":20,"e":20,"\u00e9":20,"\u00ea":20,"\u00eb":20,"\u00e8":20,"o":20,"\u00f8":20,"\u00f3":20,"\u00f4":20,"\u00f6":20,"\u00f2":20,"\u00f5":20,"u":6,"\u00fa":6,"\u00fb":6,"\u00fc":6,"\u00f9":6}},"L":{"d":"25,-265r37,0r0,232r59,0r0,33r-96,0r0,-265","w":126,"k":{"T":27,"V":27,"W":27,"y":13,"\u00fd":13,"\u00ff":13,"Y":33,"\u00dd":33}},"M":{"d":"20,-265r40,0r54,177r53,-177r40,0r0,265r-35,0r-1,-176r-44,150r-28,0r-44,-150r0,176r-35,0r0,-265","w":226},"N":{"d":"20,-265r37,0r55,168r0,-168r35,0r0,265r-37,0r-55,-168r0,168r-35,0r0,-265","w":166,"k":{",":20,".":20}},"O":{"d":"52,-127v0,54,5,99,32,99v26,0,31,-45,31,-113v0,-80,-13,-96,-31,-96v-19,0,-32,26,-32,110xm13,-132v0,-73,14,-138,71,-138v63,0,69,70,69,138v0,73,-12,137,-69,137v-64,0,-71,-69,-71,-137","w":166,"k":{"T":13,"Y":13,"\u00dd":13,",":20,".":20,"A":4,"\u00c6":4,"\u00c1":4,"\u00c2":4,"\u00c4":4,"\u00c0":4,"\u00c5":4,"\u00c3":4,"X":6}},"P":{"d":"20,0r0,-265v70,-4,116,6,116,82v0,51,-25,85,-79,83r0,100r-37,0xm57,-234r0,103v32,0,41,-24,41,-53v0,-31,-13,-50,-41,-50","k":{",":46,".":46,"A":13,"\u00c6":13,"\u00c1":13,"\u00c2":13,"\u00c4":13,"\u00c0":13,"\u00c5":13,"\u00c3":13}},"Q":{"d":"74,-53r23,-13r10,15v6,-19,8,-51,8,-90v0,-80,-13,-96,-31,-96v-19,0,-32,26,-32,110v0,55,3,101,35,99xm117,26v-8,-14,-9,-28,-33,-21v-64,0,-71,-69,-71,-137v0,-73,14,-138,71,-138v63,0,69,70,69,138v0,47,-5,90,-24,115r16,25","w":166,"k":{",":13,".":13}},"R":{"d":"22,0r0,-265v71,-5,129,4,128,73v0,27,-15,57,-45,65r53,127r-42,0r-48,-121r-9,0r0,121r-37,0xm59,-234r0,81v36,0,53,-11,53,-42v0,-26,-20,-43,-53,-39","w":166,"k":{"T":6,"Y":6,"\u00dd":6}},"S":{"d":"132,-212r-33,11v6,-40,-50,-49,-49,-9v1,51,87,86,87,149v0,36,-22,66,-64,66v-36,0,-60,-22,-64,-63r35,-11v2,24,12,43,30,43v36,0,33,-55,1,-83v-26,-23,-62,-59,-62,-98v0,-39,28,-63,59,-63v36,0,59,22,60,58","k":{",":20,".":20}},"T":{"d":"55,0r0,-232r-47,0r0,-33r131,0r0,33r-47,0r0,232r-37,0","k":{"\u00fc":27,"\u00f2":27,"\u00f6":27,"\u00ec":6,"\u00ee":6,"\u00ed":6,"\u00e8":27,"\u00eb":27,"\u00ea":27,"\u00e3":27,"\u00e5":27,"\u00e0":27,"\u00e4":27,"\u00e2":27,"O":13,"\u00d8":13,"\u00d3":13,"\u00d4":13,"\u00d6":13,"\u00d2":13,"\u00d5":13,"w":27,"y":20,"\u00fd":20,"\u00ff":20,",":33,".":33,"A":20,"\u00c6":20,"\u00c1":20,"\u00c2":20,"\u00c4":20,"\u00c0":20,"\u00c5":20,"\u00c3":20,"a":27,"\u00e6":27,"\u00e1":27,"e":27,"\u00e9":27,"o":27,"\u00f8":27,"\u00f3":27,"\u00f4":27,"\u00f5":27,"r":27,"u":27,"\u00fa":27,"\u00fb":27,"\u00f9":27,"i":6,"\u00ef":6,"-":20,"h":6,":":27,";":27}},"U":{"d":"146,-265r0,199v0,54,-26,71,-62,71v-37,0,-64,-17,-64,-71r0,-199r37,0r0,199v0,17,4,38,27,38v22,0,25,-21,25,-38r0,-199r37,0","w":166,"k":{",":20,".":20}},"V":{"d":"7,-265r39,0r29,187r28,-187r36,0r-47,265r-35,0","k":{"\u00f6":11,"\u00f4":11,"\u00ee":6,"\u00e8":11,"\u00eb":11,"\u00ea":11,"\u00e3":6,"\u00e5":6,"\u00e0":6,"\u00e4":6,"\u00e2":6,",":27,".":27,"A":13,"\u00c6":13,"\u00c1":13,"\u00c2":13,"\u00c4":13,"\u00c0":13,"\u00c5":13,"\u00c3":13,"a":6,"\u00e6":6,"\u00e1":6,"e":11,"\u00e9":11,"o":11,"\u00f8":11,"\u00f3":11,"\u00f2":11,"\u00f5":11,"u":6,"\u00fa":6,"\u00fb":6,"\u00fc":6,"\u00f9":6,"i":6,"\u00ed":6,"\u00ef":6,"\u00ec":6,"-":6,":":6,";":6}},"W":{"d":"184,-265r37,0r-46,265r-35,0r-27,-187r-27,187r-35,0r-45,-265r39,0r25,187r24,-187r38,0r25,187","w":226,"k":{"\u00f6":6,"\u00ea":6,"\u00e4":6,",":27,".":27,"A":13,"\u00c6":13,"\u00c1":13,"\u00c2":13,"\u00c4":13,"\u00c0":13,"\u00c5":13,"\u00c3":13,"a":6,"\u00e6":6,"\u00e1":6,"\u00e2":6,"\u00e0":6,"\u00e5":6,"\u00e3":6,"e":6,"\u00e9":6,"\u00eb":6,"\u00e8":6,"o":6,"\u00f8":6,"\u00f3":6,"\u00f4":6,"\u00f2":6,"\u00f5":6,"-":6,":":6,";":6}},"X":{"d":"55,-138r-44,-127r39,0r23,85r24,-85r38,0r-44,127r48,138r-38,0r-29,-96r-26,96r-39,0"},"Y":{"d":"7,-265r39,0r29,111r28,-111r36,0r-46,158r0,107r-37,0r0,-107","k":{"\u00fc":13,"\u00f6":20,"O":13,"\u00d8":13,"\u00d3":13,"\u00d4":13,"\u00d6":13,"\u00d2":13,"\u00d5":13,",":40,".":40,"A":20,"\u00c6":20,"\u00c1":20,"\u00c2":20,"\u00c4":20,"\u00c0":20,"\u00c5":20,"\u00c3":20,"a":20,"\u00e6":20,"\u00e1":20,"\u00e2":20,"\u00e4":20,"\u00e0":20,"\u00e5":20,"\u00e3":20,"e":20,"\u00e9":20,"\u00ea":20,"\u00eb":20,"\u00e8":20,"o":20,"\u00f8":20,"\u00f3":20,"\u00f4":20,"\u00f2":20,"\u00f5":20,"u":13,"\u00fa":13,"\u00fb":13,"\u00f9":13,"i":6,"\u00ed":6,"\u00ee":6,"\u00ef":6,"\u00ec":6,"-":27,":":13,";":13}},"Z":{"d":"15,-265r124,0r-82,234r75,0r0,31r-125,0r83,-234r-75,0r0,-31"},"[":{"d":"91,-274r0,31r-23,0r0,267r23,0r0,31r-58,0r0,-329r58,0","w":106},"\\":{"d":"6,-270r26,0r69,275r-27,0","w":106},"]":{"d":"15,55r0,-31r23,0r0,-267r-23,0r0,-31r58,0r0,329r-58,0","w":106},"^":{"d":"46,-100r-26,0r75,-153r25,0r76,153r-26,0r-63,-124","w":216},"_":{"d":"180,45r-180,0r0,-18r180,0r0,18","w":180},"a":{"d":"123,0r-33,0r0,-28v-10,23,-23,31,-41,31v-14,0,-39,-7,-39,-54v-1,-56,25,-71,80,-69v0,-24,4,-48,-22,-47v-14,0,-20,7,-22,24r-31,-9v5,-35,28,-45,55,-45v33,0,53,15,53,51r0,146xm45,-56v0,17,3,30,18,30v18,4,32,-35,27,-67v-34,-3,-45,15,-45,37","w":140},"b":{"d":"52,-97v0,59,13,69,23,69v10,0,22,-10,22,-69v0,-59,-12,-69,-22,-69v-10,0,-23,10,-23,69xm19,0r0,-265r33,0r1,102v8,-24,19,-34,37,-34v23,0,44,20,44,100v0,62,-15,100,-45,100v-20,0,-29,-15,-37,-35r0,32r-33,0","k":{",":20,".":20}},"c":{"d":"117,-144r-33,7v0,-19,-4,-29,-16,-29v-12,0,-20,10,-20,70v0,44,5,68,20,68v12,0,16,-9,19,-33r31,11v-5,35,-19,53,-50,53v-37,0,-55,-30,-55,-97v0,-72,17,-103,56,-103v33,0,47,29,48,53","w":126,"k":{",":13,".":13}},"d":{"d":"50,-97v0,59,12,69,22,69v10,0,23,-10,23,-69v0,-59,-13,-69,-23,-69v-10,0,-22,10,-22,69xm95,0v-1,-10,2,-24,-1,-32v-6,22,-17,35,-36,35v-30,0,-45,-38,-45,-100v0,-80,21,-100,44,-100v19,0,28,12,38,34r0,-102r33,0r0,265r-33,0","k":{",":20,".":20}},"e":{"d":"50,-120r48,0v0,-23,-5,-47,-24,-47v-19,0,-24,24,-24,47xm131,-93r-81,0v0,35,2,67,25,67v16,0,21,-20,22,-34r31,0v0,33,-17,63,-54,63v-41,0,-59,-28,-59,-105v0,-120,118,-127,116,-19r0,28","k":{",":20,".":20}},"f":{"d":"61,-162r0,162r-35,0r0,-162r-19,0r0,-32r19,0v-3,-45,1,-83,54,-73r0,33v-20,-9,-20,20,-19,40r19,0r0,32r-19,0","w":86,"k":{",":18,".":18}},"g":{"d":"95,-97v0,-59,-13,-69,-23,-69v-10,0,-22,10,-22,69v0,59,12,69,22,69v10,0,23,-10,23,-69xm96,-194r32,0r0,206v9,59,-88,80,-113,33r28,-20v24,30,57,17,52,-40v-1,-5,2,-14,-1,-17v-6,22,-17,35,-36,35v-30,0,-45,-38,-45,-100v0,-80,21,-100,44,-100v21,0,31,13,39,35r0,-32","k":{",":14,".":20}},"h":{"d":"19,0r0,-265r35,0r1,93v12,-37,72,-31,72,18r0,154r-34,0r0,-140v0,-15,-7,-24,-17,-24v-14,0,-22,14,-22,28r0,136r-35,0"},"i":{"d":"19,0r0,-194r35,0r0,194r-35,0xm14,-238v0,-12,10,-23,22,-23v13,0,23,11,23,23v0,13,-10,22,-23,22v-12,0,-22,-9,-22,-22","w":73},"j":{"d":"19,-194r35,0r0,210v-1,46,-25,59,-57,50r0,-33v12,8,22,-2,22,-22r0,-205xm14,-238v0,-12,10,-23,22,-23v13,0,23,11,23,23v0,13,-10,22,-23,22v-12,0,-22,-9,-22,-22","w":73},"k":{"d":"19,0r0,-265r35,0r1,151r30,-80r35,0r-34,82r34,112r-35,0r-31,-100r0,100r-35,0","w":126},"l":{"d":"19,-46r0,-219r35,0r0,212v0,16,8,24,26,23r0,33v-38,2,-61,-8,-61,-49","w":79},"m":{"d":"19,0r0,-194r33,0v1,9,-2,22,1,29v11,-41,64,-43,73,0v8,-12,15,-33,42,-32v24,0,39,18,39,42r0,155r-35,0r0,-136v0,-15,-4,-28,-18,-28v-16,0,-23,16,-23,35r0,129r-35,0r0,-136v0,-15,-5,-28,-19,-28v-16,0,-23,16,-23,35r0,129r-35,0","w":226},"n":{"d":"19,0r0,-194r33,0v1,8,-2,21,1,27v15,-47,73,-36,74,13r0,154r-34,0r0,-140v0,-15,-7,-24,-17,-24v-14,0,-22,14,-22,28r0,136r-35,0"},"o":{"d":"73,3v-46,0,-60,-45,-60,-100v0,-55,14,-100,60,-100v46,0,61,45,61,100v0,55,-15,100,-61,100xm73,-26v16,0,24,-27,24,-80v0,-35,-6,-61,-24,-61v-18,0,-23,26,-23,61v0,53,7,80,23,80"},"p":{"d":"52,-97v0,59,13,69,23,69v10,0,22,-10,22,-69v0,-59,-12,-69,-22,-69v-10,0,-23,10,-23,69xm19,69r0,-263r31,0v1,10,-2,24,1,32v8,-22,18,-35,39,-35v23,0,44,20,44,100v0,62,-15,100,-45,100v-20,0,-29,-15,-37,-35r0,101r-33,0"},"q":{"d":"50,-97v0,59,12,69,22,69v10,0,23,-10,23,-69v0,-59,-13,-69,-23,-69v-10,0,-22,10,-22,69xm95,69r-1,-101v-6,22,-17,35,-36,35v-30,0,-45,-38,-45,-100v0,-80,21,-100,44,-100v21,0,31,13,39,35r0,-32r32,0r0,263r-33,0"},"r":{"d":"19,0r0,-194r33,0v1,11,-2,27,1,36v4,-18,16,-37,42,-39r0,40v-59,-15,-37,102,-41,157r-35,0","w":106,"k":{",":27,".":27,"a":6,"\u00e6":6,"\u00e1":6,"\u00e2":6,"\u00e4":6,"\u00e0":6,"\u00e5":6,"\u00e3":6,"e":6,"\u00e9":6,"\u00ea":6,"\u00eb":6,"\u00e8":6,"o":6,"\u00f8":6,"\u00f3":6,"\u00f4":6,"\u00f6":6,"\u00f2":6,"\u00f5":6,"r":6,"u":4,"\u00fa":4,"\u00fb":4,"\u00fc":4,"\u00f9":4,"c":6,"\u00e7":6,"d":4,"g":6,"i":4,"\u00ed":4,"\u00ee":4,"\u00ef":4,"\u00ec":4,"k":4,"l":4,"m":4,"n":4,"\u00f1":4,"p":6,"q":6,"s":4,"t":4,"-":13}},"s":{"d":"9,-34r30,-19v0,14,9,27,24,27v30,-8,24,-33,-2,-52v-21,-16,-50,-41,-50,-68v0,-32,23,-51,52,-51v30,0,45,17,53,38r-30,18v3,-26,-42,-37,-42,-9v0,29,83,58,74,100v0,28,-20,53,-56,53v-26,0,-42,-10,-53,-37","w":126},"t":{"d":"80,-194r0,32r-19,0r0,114v0,12,7,16,19,15r0,31v-29,6,-55,-2,-54,-33r0,-127r-19,0r0,-32r19,0r0,-48r35,0r0,48r19,0","w":86},"u":{"d":"127,-194r0,194r-33,0r0,-26v-16,46,-75,35,-75,-14r0,-154r35,0r0,140v0,15,7,24,17,24v14,0,22,-13,22,-27r0,-137r34,0"},"v":{"d":"85,-194r35,0r-40,194r-33,0r-40,-194r37,0r21,127","w":126,"k":{",":20,".":20,"a":4,"\u00e6":4,"\u00e1":4,"\u00e2":4,"\u00e4":4,"\u00e0":4,"\u00e5":4,"\u00e3":4,"e":4,"\u00e9":4,"\u00ea":4,"\u00eb":4,"\u00e8":4,"o":4,"\u00f8":4,"\u00f3":4,"\u00f4":4,"\u00f6":4,"\u00f2":4,"\u00f5":4}},"w":{"d":"180,-194r-34,194r-33,0r-20,-147r-19,147r-33,0r-34,-194r35,0r18,127r16,-127r35,0r18,127r16,-127r35,0","w":186,"k":{",":20,".":20,"e":4,"\u00e9":4,"\u00ea":4,"\u00eb":4,"\u00e8":4}},"x":{"d":"9,-194r37,0v7,20,10,44,19,63r17,-63r34,0r-36,92r38,102r-34,0v-8,-23,-12,-50,-22,-71r-19,71r-35,0r39,-101","w":126,"k":{"e":6,"\u00e9":6,"\u00ea":6,"\u00eb":6,"\u00e8":6}},"y":{"d":"85,-194r35,0r-54,263r-35,0r17,-78r-41,-185r35,0r24,127","w":126,"k":{",":20,".":20,"a":4,"\u00e6":4,"\u00e1":4,"\u00e2":4,"\u00e4":4,"\u00e0":4,"\u00e5":4,"\u00e3":4,"e":6,"\u00e9":6,"\u00ea":6,"\u00eb":6,"\u00e8":6}},"z":{"d":"10,0v17,-57,42,-107,62,-162r-63,0r0,-32r108,0v-16,58,-42,106,-61,161r61,0r0,33r-107,0","w":126,"k":{"e":6,"\u00e9":6,"\u00ea":6,"\u00eb":6,"\u00e8":6,"o":2,"\u00f8":2,"\u00f3":2,"\u00f4":2,"\u00f6":2,"\u00f2":2,"\u00f5":2}},"{":{"d":"99,33r0,22v-38,3,-61,-11,-61,-49v0,-37,5,-102,-24,-103r0,-25v28,0,24,-66,24,-103v0,-38,25,-52,61,-49r0,22v-39,-6,-26,52,-26,86v0,43,-26,52,-38,57v13,2,39,15,38,56v6,32,-19,90,26,86","w":106},"|":{"d":"27,90r0,-360r26,0r0,360r-26,0","w":79},"}":{"d":"7,-252r0,-22v38,-3,61,11,61,49v0,37,-5,102,24,103r0,25v-28,0,-24,66,-24,103v0,38,-25,52,-61,49r0,-22v39,6,26,-52,26,-86v0,-43,27,-52,39,-57v-13,-2,-40,-15,-39,-56v-6,-32,19,-90,-26,-86","w":106},"~":{"d":"70,-117v18,0,67,27,77,25v12,0,21,-12,31,-27r13,23v-13,20,-26,30,-45,30v-36,1,-89,-55,-108,3r-13,-23v12,-22,27,-31,45,-31","w":216},"\u00a1":{"d":"63,66r-40,0r7,-197r27,0xm65,-180v0,12,-10,22,-22,22v-12,0,-21,-10,-21,-22v0,-12,9,-22,21,-22v12,0,22,10,22,22","w":86},"\u00a2":{"d":"97,-61r31,11v-4,31,-17,49,-41,53r0,28r-18,0r0,-28v-31,-6,-46,-36,-46,-97v0,-65,14,-97,46,-103r0,-25r18,0r0,25v27,5,38,31,39,53r-33,7v0,-19,-4,-29,-16,-29v-12,0,-19,10,-19,70v0,44,5,68,20,68v12,0,16,-9,19,-33"},"\u00a3":{"d":"9,-121r0,-19r33,0v-37,-51,-19,-118,45,-117v42,0,60,30,58,73r-36,0v0,-23,-6,-42,-26,-42v-16,0,-24,13,-24,27v0,13,5,29,23,59r50,0r0,19r-42,0v11,33,-2,54,-31,72v37,5,57,38,86,4r0,37v-12,7,-25,12,-37,12v-32,0,-42,-26,-61,-26v-12,0,-16,9,-16,22r-30,0v1,-31,7,-40,36,-58v27,-17,22,-36,13,-63r-41,0"},"\u00a5":{"d":"58,0r0,-67r-46,0r0,-19r46,0r0,-27r-46,0r0,-19r39,0r-44,-121r37,0r31,110r30,-110r35,0r-43,121r38,0r0,19r-44,0r0,27r44,0r0,19r-44,0r0,67r-33,0"},"\u00a7":{"d":"56,-176v-38,-24,-24,-94,31,-94v18,0,35,3,51,24r-26,24v-9,-23,-43,-23,-43,1v0,13,5,22,35,43v36,25,50,42,50,67v0,26,-16,47,-40,51v42,22,25,95,-33,95v-18,0,-35,-5,-52,-25r24,-27v9,17,20,21,29,21v10,0,21,-7,21,-19v0,-12,-8,-21,-34,-39v-45,-31,-57,-48,-57,-75v0,-26,17,-45,44,-47xm47,-131v-2,15,34,48,49,45v4,0,22,-4,22,-22v0,-28,-64,-69,-71,-23","w":166},"\u00a4":{"d":"15,-55r-13,-13r15,-16v-21,-23,-19,-63,0,-86r-15,-14r13,-14r15,15v23,-20,63,-19,87,0r14,-15r14,14r-15,14v19,23,21,63,0,86r15,16r-14,13r-14,-15v-24,19,-64,20,-87,0xm29,-126v0,24,20,44,44,44v24,0,45,-20,45,-44v0,-24,-21,-45,-45,-45v-24,0,-44,21,-44,45"},"'":{"d":"30,-192r0,-73r27,0r0,73r-27,0","w":86},"\u00ab":{"d":"69,-101r33,-56r35,0r-35,56r35,54r-35,0xm9,-101r33,-56r35,0r-35,56r35,54r-35,0"},"\u00b7":{"d":"18,-115v0,-14,11,-25,25,-25v14,0,26,11,26,25v0,14,-12,26,-26,26v-14,0,-25,-12,-25,-26","w":86},"\u00b6":{"d":"58,30r0,-169v-27,0,-53,-23,-53,-62v0,-73,64,-65,131,-64r0,295r-27,0r0,-272r-24,0r0,272r-27,0","w":166},"\u00bb":{"d":"44,-47r-35,0r35,-56r-35,-54r35,0r33,54xm104,-47r-35,0r35,-56r-35,-54r35,0r33,54"},"\u00bf":{"d":"54,-131r32,0v6,83,-40,77,-42,141v0,21,5,30,19,30v18,0,20,-22,20,-46r37,0v1,45,-16,73,-59,77v-51,4,-70,-77,-37,-116v19,-23,32,-42,30,-86xm91,-180v0,12,-9,22,-21,22v-12,0,-22,-10,-22,-22v0,-12,10,-22,22,-22v12,0,21,10,21,22","w":126},"`":{"d":"-10,-265r42,0r26,49r-27,0","w":73},"\u00b4":{"d":"15,-216r27,-49r41,0r-41,49r-27,0","w":73},"\u00af":{"d":"-12,-246r97,0r0,24r-97,0r0,-24","w":73},"\u00a8":{"d":"-15,-241v0,-12,9,-22,21,-22v12,0,22,10,22,22v0,12,-10,21,-22,21v-12,0,-21,-9,-21,-21xm45,-241v0,-12,10,-22,22,-22v12,0,22,10,22,22v0,12,-10,21,-22,21v-12,0,-22,-9,-22,-21","w":73},"\u00b8":{"d":"32,56r-27,0v10,-15,15,-31,16,-47r31,0v-1,15,-10,35,-20,47","w":73},"\u00c6":{"d":"89,-265r125,0r0,31r-66,0r0,78r66,0r0,31r-66,0r0,92r66,0r0,33r-103,0r0,-55r-51,0r-16,55r-37,0xm68,-84r43,0r0,-156","w":226},"\u00aa":{"d":"86,-139r-25,0v-1,-6,1,-14,-1,-18v-11,27,-53,34,-55,-14v-1,-36,20,-43,56,-41v0,-15,2,-25,-16,-25v-11,0,-16,5,-17,15r-23,-5v0,-43,81,-40,81,0r0,88xm61,-181v-1,-6,3,-16,-6,-13v-21,0,-23,10,-23,20v0,9,2,16,12,16v7,0,17,-7,17,-23","w":91},"\u00d8":{"d":"9,3r17,-37v-23,-74,-26,-239,58,-236v21,0,36,8,46,21r12,-26r16,8r-18,36v22,73,28,239,-56,236v-21,0,-37,-8,-47,-21r-13,26xm109,-207v-6,-24,-14,-30,-25,-30v-19,0,-32,26,-32,110v0,13,1,26,1,38xm114,-175v-21,37,-37,79,-56,117v4,19,13,30,26,30v26,0,31,-45,31,-113v0,-13,0,-25,-1,-34","w":166,"k":{"T":13,"Y":13,"\u00dd":13,",":20,".":20,"A":4,"\u00c6":4,"\u00c1":4,"\u00c2":4,"\u00c4":4,"\u00c0":4,"\u00c5":4,"\u00c3":4,"X":6}},"\u00ba":{"d":"5,-197v0,-34,10,-60,43,-60v33,0,42,26,42,60v0,33,-9,60,-42,60v-33,0,-43,-27,-43,-60xm35,-199v0,27,2,41,13,41v11,0,13,-14,13,-41v0,-22,-1,-38,-13,-38v-12,0,-13,16,-13,38","w":95},"\u00e6":{"d":"63,-26v25,0,24,-38,23,-67v-31,0,-44,8,-44,37v0,14,5,30,21,30xm117,-120r41,0v-1,-23,-2,-47,-20,-47v-19,0,-21,23,-21,47xm192,-93r-75,0v0,28,-3,68,22,67v12,0,17,-7,19,-35r32,0v-3,31,-14,64,-50,64v-26,0,-36,-16,-41,-33v-11,22,-24,33,-46,33v-34,0,-44,-28,-44,-54v-1,-55,24,-71,77,-69v2,-23,-3,-47,-21,-47v-13,0,-19,10,-21,24r-30,-9v-3,-45,73,-61,90,-24v37,-48,93,-9,88,65r0,18","w":200},"\u00f8":{"d":"97,-122v-16,23,-27,51,-41,75v4,14,9,21,17,21v16,0,24,-27,24,-80r0,-16xm92,-148v-3,-12,-10,-19,-19,-19v-26,0,-24,62,-22,94xm11,0r15,-27v-23,-52,-21,-170,47,-170v16,0,29,6,38,15r10,-20r15,8r-15,27v24,53,20,170,-48,170v-16,0,-28,-5,-37,-15r-10,20"},"\u00df":{"d":"19,0r0,-206v0,-33,14,-62,51,-62v64,0,76,104,26,119v34,6,39,37,39,72v0,35,-15,87,-61,79r-6,-33v24,7,31,-24,31,-46v0,-32,-5,-54,-32,-55r0,-30v14,0,24,-8,24,-35v0,-35,-8,-40,-20,-40v-12,0,-17,10,-17,25r0,212r-35,0"},"\u00ac":{"d":"172,-39r0,-75r-155,0r0,-27r182,0r0,102r-27,0","w":216},"\u00b5":{"d":"127,-194r0,194r-33,0r0,-26v-9,23,-23,29,-40,29r0,66r-35,0r0,-263r35,0r0,140v0,15,7,24,17,24v14,0,22,-13,22,-27r0,-137r34,0"},"\u00d0":{"d":"21,0r0,-127r-20,0r0,-29r20,0r0,-109r42,0v70,0,89,66,89,135v0,57,-18,130,-86,130r-45,0xm57,-234r0,78r30,0r0,29r-30,0r0,96v44,0,57,-45,57,-102v0,-66,-20,-101,-57,-101","w":166,"k":{"V":4,"W":4,"Y":9,"\u00dd":9,",":20,".":20,"A":4,"\u00c6":4,"\u00c1":4,"\u00c2":4,"\u00c4":4,"\u00c0":4,"\u00c5":4,"\u00c3":4}},"\u00bd":{"d":"170,-260r23,0r-155,267r-23,0xm169,-23r41,0r0,23r-83,0v16,-31,57,-83,57,-116v0,-9,-4,-16,-12,-16v-11,0,-15,10,-16,27r-30,0v0,-28,10,-49,45,-49v86,0,21,90,-2,131xm33,-103r0,-118v-4,4,-15,10,-21,12r0,-23v17,-5,27,-23,48,-25r0,154r-27,0","w":219},"\u00b1":{"d":"95,-124r0,-58r26,0r0,58r78,0r0,26r-78,0r0,58r-26,0r0,-58r-78,0r0,-26r78,0xm17,0r0,-27r182,0r0,27r-182,0","w":216},"\u00de":{"d":"20,0r0,-265r37,0r0,43v48,0,79,22,79,82v0,51,-25,85,-79,83r0,57r-37,0xm57,-191r0,102v32,0,41,-23,41,-52v0,-31,-13,-50,-41,-50"},"\u00bc":{"d":"143,-48r29,0v-1,-21,2,-46,-1,-65xm170,-152r26,0r0,104r18,0r0,23r-18,0r0,25r-24,0r0,-25r-51,0r0,-19xm170,-260r23,0r-155,267r-23,0xm33,-103r0,-118v-4,4,-15,10,-21,12r0,-23v17,-5,27,-23,48,-25r0,154r-27,0","w":219},"\u00f7":{"d":"199,-78r-182,0r0,-26r182,0r0,26xm84,-17v0,-14,10,-24,24,-24v14,0,24,10,24,24v0,14,-10,25,-24,25v-14,0,-24,-11,-24,-25xm84,-166v0,-14,10,-24,24,-24v14,0,24,10,24,24v0,14,-10,25,-24,25v-14,0,-24,-11,-24,-25","w":216},"\u00a6":{"d":"27,63r0,-126r26,0r0,126r-26,0xm27,-117r0,-126r26,0r0,126r-26,0","w":79},"\u00b0":{"d":"21,-206v0,-28,23,-51,51,-51v28,0,51,23,51,51v0,28,-23,52,-51,52v-28,0,-51,-24,-51,-52xm41,-206v0,17,14,31,31,31v17,0,31,-14,31,-31v0,-17,-14,-31,-31,-31v-17,0,-31,14,-31,31","w":144},"\u00fe":{"d":"52,-97v0,59,13,69,23,69v10,0,22,-10,22,-69v0,-59,-12,-69,-22,-69v-10,0,-23,10,-23,69xm19,69r0,-334r33,0r1,102v8,-24,19,-34,37,-34v23,0,44,20,44,100v0,62,-15,100,-45,100v-20,0,-29,-15,-37,-35r0,101r-33,0","k":{",":20,".":20}},"\u00be":{"d":"143,-48r29,0v-1,-21,2,-46,-1,-65xm170,-152r26,0r0,104r18,0r0,23r-18,0r0,25r-24,0r0,-25r-51,0r0,-19xm181,-260r23,0r-155,267r-23,0xm14,-185r33,-50r-37,0r0,-22v25,2,58,-4,79,2r-37,56v27,-5,38,14,38,49v0,30,-16,50,-44,50v-28,0,-40,-17,-40,-47r26,0v0,15,4,24,15,24v22,-2,22,-60,-3,-58v-5,0,-9,2,-13,7","w":219},"\u00ae":{"d":"6,-132v0,-76,62,-138,138,-138v76,0,138,62,138,138v0,76,-62,137,-138,137v-76,0,-138,-61,-138,-137xm33,-132v0,62,49,111,111,111v62,0,111,-49,111,-111v0,-62,-49,-112,-111,-112v-62,0,-111,50,-111,112xm115,-122r0,69r-24,0r0,-159v52,0,116,-9,116,45v0,29,-18,41,-41,44r45,70r-28,0r-43,-69r-25,0xm115,-143v30,-2,68,9,68,-25v0,-30,-38,-23,-68,-24r0,49","w":288},"\u00f0":{"d":"50,-106v0,53,7,80,23,80v16,0,24,-27,24,-80v0,-35,-6,-61,-24,-61v-18,0,-23,26,-23,61xm34,-211r-12,-15r26,-16v-7,-6,-14,-11,-22,-15r19,-20v9,5,20,11,30,20r28,-16r12,16r-25,14v25,27,44,73,44,128v0,78,-15,118,-61,118v-46,0,-60,-45,-60,-100v0,-70,30,-117,76,-92v-6,-14,-16,-27,-26,-39"},"\u00d7":{"d":"90,-91r-64,-64r18,-19r64,65r64,-65r18,19r-64,64r64,64r-18,18r-64,-64r-64,64r-18,-18","w":216},"\u00a9":{"d":"216,-160r-24,0v-19,-61,-98,-32,-98,27v0,32,21,62,54,62v24,0,41,-15,44,-36r24,0v-17,99,-148,61,-148,-26v0,-48,30,-84,80,-84v35,0,63,20,68,57xm6,-132v0,-76,62,-138,138,-138v76,0,138,62,138,138v0,76,-62,137,-138,137v-76,0,-138,-61,-138,-137xm33,-132v0,62,49,111,111,111v62,0,111,-49,111,-111v0,-62,-49,-112,-111,-112v-62,0,-111,50,-111,112","w":288},"\u00c1":{"d":"63,-265r37,0r59,265r-38,0r-10,-55r-58,0r-11,55r-35,0xm58,-84r47,0r-24,-121xm60,-278r26,-49r42,0r-41,49r-27,0","w":166},"\u00c2":{"d":"63,-265r37,0r59,265r-38,0r-10,-55r-58,0r-11,55r-35,0xm58,-84r47,0r-24,-121xm63,-327r37,0r27,49r-29,0r-18,-28r-18,28r-26,0","w":166},"\u00c4":{"d":"63,-265r37,0r59,265r-38,0r-10,-55r-58,0r-11,55r-35,0xm58,-84r47,0r-24,-121xm30,-303v0,-12,9,-22,21,-22v12,0,22,10,22,22v0,12,-10,21,-22,21v-12,0,-21,-9,-21,-21xm90,-303v0,-12,10,-22,22,-22v12,0,21,10,21,22v0,12,-9,21,-21,21v-12,0,-22,-9,-22,-21","w":166},"\u00c0":{"d":"63,-265r37,0r59,265r-38,0r-10,-55r-58,0r-11,55r-35,0xm58,-84r47,0r-24,-121xm35,-327r41,0r27,49r-27,0","w":166},"\u00c5":{"d":"63,-265r37,0r59,265r-38,0r-10,-55r-58,0r-11,55r-35,0xm58,-84r47,0r-24,-121xm50,-305v0,-18,13,-31,31,-31v18,0,32,13,32,31v0,18,-14,32,-32,32v-18,0,-31,-14,-31,-32xm65,-305v0,9,7,17,16,17v9,0,17,-8,17,-17v0,-9,-8,-16,-17,-16v-9,0,-16,7,-16,16","w":166},"\u00c3":{"d":"63,-265r37,0r59,265r-38,0r-10,-55r-58,0r-11,55r-35,0xm58,-84r47,0r-24,-121xm61,-318v11,-4,48,24,52,-2r17,0v0,20,-12,38,-31,38v-11,3,-45,-29,-49,0r-17,0v1,-19,7,-37,28,-36","w":166},"\u00c7":{"d":"152,-210r-37,12v-4,-28,-14,-39,-27,-39v-29,0,-36,49,-36,101v0,59,7,108,35,108v20,0,30,-25,33,-51r35,12v-6,40,-25,72,-69,72v-49,0,-73,-37,-73,-139v0,-52,7,-136,75,-136v31,0,54,19,64,60xm82,56r-26,0v10,-15,14,-31,15,-47r32,0v-1,15,-11,35,-21,47","w":166},"\u00c9":{"d":"20,-265r97,0r0,31r-60,0r0,78r60,0r0,31r-60,0r0,94r60,0r0,31r-97,0r0,-265xm44,-278r27,-49r41,0r-41,49r-27,0","w":126},"\u00ca":{"d":"20,-265r97,0r0,31r-60,0r0,78r60,0r0,31r-60,0r0,94r60,0r0,31r-97,0r0,-265xm47,-327r37,0r27,49r-29,0r-18,-28r-18,28r-26,0","w":126},"\u00cb":{"d":"20,-265r97,0r0,31r-60,0r0,78r60,0r0,31r-60,0r0,94r60,0r0,31r-97,0r0,-265xm14,-303v0,-12,9,-22,21,-22v12,0,22,10,22,22v0,12,-10,21,-22,21v-12,0,-21,-9,-21,-21xm74,-303v0,-12,10,-22,22,-22v12,0,21,10,21,22v0,12,-9,21,-21,21v-12,0,-22,-9,-22,-21","w":126},"\u00c8":{"d":"20,-265r97,0r0,31r-60,0r0,78r60,0r0,31r-60,0r0,94r60,0r0,31r-97,0r0,-265xm19,-327r41,0r27,49r-27,0","w":126},"\u00cd":{"d":"25,0r0,-265r37,0r0,265r-37,0xm20,-278r26,-49r41,0r-41,49r-26,0","w":86},"\u00ce":{"d":"25,0r0,-265r37,0r0,265r-37,0xm23,-327r36,0r28,49r-30,0r-17,-28r-18,28r-27,0","w":86},"\u00cf":{"d":"25,0r0,-265r37,0r0,265r-37,0xm-11,-303v0,-12,10,-22,22,-22v12,0,21,10,21,22v0,12,-9,21,-21,21v-12,0,-22,-9,-22,-21xm50,-303v0,-12,9,-22,21,-22v12,0,22,10,22,22v0,12,-10,21,-22,21v-12,0,-21,-9,-21,-21","w":86},"\u00cc":{"d":"25,0r0,-265r37,0r0,265r-37,0xm-5,-327r41,0r26,49r-26,0","w":86},"\u00d1":{"d":"20,-265r37,0r55,168r0,-168r35,0r0,265r-37,0r-55,-168r0,168r-35,0r0,-265xm63,-318v11,-4,48,24,52,-2r17,0v0,20,-12,38,-31,38v-11,3,-45,-29,-49,0r-17,0v1,-19,7,-37,28,-36","w":166,"k":{",":20,".":20}},"\u00d3":{"d":"52,-127v0,54,5,99,32,99v26,0,31,-45,31,-113v0,-80,-13,-96,-31,-96v-19,0,-32,26,-32,110xm13,-132v0,-73,14,-138,71,-138v63,0,69,70,69,138v0,73,-12,137,-69,137v-64,0,-71,-69,-71,-137xm62,-278r27,-49r41,0r-41,49r-27,0","w":166,"k":{"T":13,"Y":13,"\u00dd":13,",":20,".":20,"A":4,"\u00c6":4,"\u00c1":4,"\u00c2":4,"\u00c4":4,"\u00c0":4,"\u00c5":4,"\u00c3":4,"X":6}},"\u00d4":{"d":"52,-127v0,54,5,99,32,99v26,0,31,-45,31,-113v0,-80,-13,-96,-31,-96v-19,0,-32,26,-32,110xm13,-132v0,-73,14,-138,71,-138v63,0,69,70,69,138v0,73,-12,137,-69,137v-64,0,-71,-69,-71,-137xm65,-327r37,0r27,49r-29,0r-18,-28r-18,28r-26,0","w":166,"k":{"T":13,"Y":13,"\u00dd":13,",":20,".":20,"A":4,"\u00c6":4,"\u00c1":4,"\u00c2":4,"\u00c4":4,"\u00c0":4,"\u00c5":4,"\u00c3":4,"X":6}},"\u00d6":{"d":"52,-127v0,54,5,99,32,99v26,0,31,-45,31,-113v0,-80,-13,-96,-31,-96v-19,0,-32,26,-32,110xm13,-132v0,-73,14,-138,71,-138v63,0,69,70,69,138v0,73,-12,137,-69,137v-64,0,-71,-69,-71,-137xm32,-303v0,-12,9,-22,21,-22v12,0,22,10,22,22v0,12,-10,21,-22,21v-12,0,-21,-9,-21,-21xm92,-303v0,-12,10,-22,22,-22v12,0,21,10,21,22v0,12,-9,21,-21,21v-12,0,-22,-9,-22,-21","w":166,"k":{"T":13,"Y":13,"\u00dd":13,",":20,".":20,"A":4,"\u00c6":4,"\u00c1":4,"\u00c2":4,"\u00c4":4,"\u00c0":4,"\u00c5":4,"\u00c3":4,"X":6}},"\u00d2":{"d":"52,-127v0,54,5,99,32,99v26,0,31,-45,31,-113v0,-80,-13,-96,-31,-96v-19,0,-32,26,-32,110xm13,-132v0,-73,14,-138,71,-138v63,0,69,70,69,138v0,73,-12,137,-69,137v-64,0,-71,-69,-71,-137xm37,-327r41,0r27,49r-27,0","w":166,"k":{"T":13,"Y":13,"\u00dd":13,",":20,".":20,"A":4,"\u00c6":4,"\u00c1":4,"\u00c2":4,"\u00c4":4,"\u00c0":4,"\u00c5":4,"\u00c3":4,"X":6}},"\u00d5":{"d":"52,-127v0,54,5,99,32,99v26,0,31,-45,31,-113v0,-80,-13,-96,-31,-96v-19,0,-32,26,-32,110xm13,-132v0,-73,14,-138,71,-138v63,0,69,70,69,138v0,73,-12,137,-69,137v-64,0,-71,-69,-71,-137xm63,-318v11,-4,48,24,52,-2r17,0v0,20,-12,38,-31,38v-11,3,-45,-29,-49,0r-17,0v1,-19,7,-37,28,-36","w":166,"k":{"T":13,"Y":13,"\u00dd":13,",":20,".":20,"A":4,"\u00c6":4,"\u00c1":4,"\u00c2":4,"\u00c4":4,"\u00c0":4,"\u00c5":4,"\u00c3":4,"X":6}},"\u00da":{"d":"146,-265r0,199v0,54,-26,71,-62,71v-37,0,-64,-17,-64,-71r0,-199r37,0r0,199v0,17,4,38,27,38v22,0,25,-21,25,-38r0,-199r37,0xm60,-278r26,-49r41,0r-41,49r-26,0","w":166,"k":{",":20,".":20}},"\u00db":{"d":"146,-265r0,199v0,54,-26,71,-62,71v-37,0,-64,-17,-64,-71r0,-199r37,0r0,199v0,17,4,38,27,38v22,0,25,-21,25,-38r0,-199r37,0xm63,-327r36,0r28,49r-30,0r-17,-28r-18,28r-27,0","w":166,"k":{",":20,".":20}},"\u00dc":{"d":"146,-265r0,199v0,54,-26,71,-62,71v-37,0,-64,-17,-64,-71r0,-199r37,0r0,199v0,17,4,38,27,38v22,0,25,-21,25,-38r0,-199r37,0xm29,-303v0,-12,10,-22,22,-22v12,0,21,10,21,22v0,12,-9,21,-21,21v-12,0,-22,-9,-22,-21xm90,-303v0,-12,9,-22,21,-22v12,0,22,10,22,22v0,12,-10,21,-22,21v-12,0,-21,-9,-21,-21","w":166,"k":{",":20,".":20}},"\u00d9":{"d":"146,-265r0,199v0,54,-26,71,-62,71v-37,0,-64,-17,-64,-71r0,-199r37,0r0,199v0,17,4,38,27,38v22,0,25,-21,25,-38r0,-199r37,0xm35,-327r41,0r26,49r-26,0","w":166,"k":{",":20,".":20}},"\u00dd":{"d":"7,-265r39,0r29,111r28,-111r36,0r-46,158r0,107r-37,0r0,-107xm52,-278r26,-49r42,0r-41,49r-27,0","k":{"O":13,"\u00d8":13,"\u00d3":13,"\u00d4":13,"\u00d6":13,"\u00d2":13,"\u00d5":13,",":40,".":40,"A":20,"\u00c6":20,"\u00c1":20,"\u00c2":20,"\u00c4":20,"\u00c0":20,"\u00c5":20,"\u00c3":20,"a":20,"\u00e6":20,"\u00e1":20,"\u00e2":20,"\u00e4":20,"\u00e0":20,"\u00e5":20,"\u00e3":20,"e":20,"\u00e9":20,"\u00ea":20,"\u00eb":20,"\u00e8":20,"o":20,"\u00f8":20,"\u00f3":20,"\u00f4":20,"\u00f6":20,"\u00f2":20,"\u00f5":20,"u":13,"\u00fa":13,"\u00fb":13,"\u00fc":13,"\u00f9":13,"i":6,"\u00ed":6,"\u00ee":6,"\u00ef":6,"\u00ec":6,"-":27,":":13,";":13}},"\u00e1":{"d":"123,0r-33,0r0,-28v-10,23,-23,31,-41,31v-14,0,-39,-7,-39,-54v-1,-56,25,-71,80,-69v0,-24,4,-48,-22,-47v-14,0,-20,7,-22,24r-31,-9v5,-35,28,-45,55,-45v33,0,53,15,53,51r0,146xm45,-56v0,17,3,30,18,30v18,4,32,-35,27,-67v-34,-3,-45,15,-45,37xm49,-216r26,-49r42,0r-41,49r-27,0","w":140},"\u00e2":{"d":"123,0r-33,0r0,-28v-10,23,-23,31,-41,31v-14,0,-39,-7,-39,-54v-1,-56,25,-71,80,-69v0,-24,4,-48,-22,-47v-14,0,-20,7,-22,24r-31,-9v5,-35,28,-45,55,-45v33,0,53,15,53,51r0,146xm45,-56v0,17,3,30,18,30v18,4,32,-35,27,-67v-34,-3,-45,15,-45,37xm52,-265r37,0r27,49r-30,0r-17,-28r-18,28r-27,0","w":140},"\u00e4":{"d":"123,0r-33,0r0,-28v-10,23,-23,31,-41,31v-14,0,-39,-7,-39,-54v-1,-56,25,-71,80,-69v0,-24,4,-48,-22,-47v-14,0,-20,7,-22,24r-31,-9v5,-35,28,-45,55,-45v33,0,53,15,53,51r0,146xm45,-56v0,17,3,30,18,30v18,4,32,-35,27,-67v-34,-3,-45,15,-45,37xm18,-241v0,-12,10,-22,22,-22v12,0,22,10,22,22v0,12,-10,21,-22,21v-12,0,-22,-9,-22,-21xm79,-241v0,-12,9,-22,21,-22v12,0,22,10,22,22v0,12,-10,21,-22,21v-12,0,-21,-9,-21,-21","w":140},"\u00e0":{"d":"123,0r-33,0r0,-28v-10,23,-23,31,-41,31v-14,0,-39,-7,-39,-54v-1,-56,25,-71,80,-69v0,-24,4,-48,-22,-47v-14,0,-20,7,-22,24r-31,-9v5,-35,28,-45,55,-45v33,0,53,15,53,51r0,146xm45,-56v0,17,3,30,18,30v18,4,32,-35,27,-67v-34,-3,-45,15,-45,37xm24,-265r41,0r26,49r-26,0","w":140},"\u00e5":{"d":"123,0r-33,0r0,-28v-10,23,-23,31,-41,31v-14,0,-39,-7,-39,-54v-1,-56,25,-71,80,-69v0,-24,4,-48,-22,-47v-14,0,-20,7,-22,24r-31,-9v5,-35,28,-45,55,-45v33,0,53,15,53,51r0,146xm45,-56v0,17,3,30,18,30v18,4,32,-35,27,-67v-34,-3,-45,15,-45,37xm39,-239v0,-18,13,-31,31,-31v18,0,32,13,32,31v0,18,-14,32,-32,32v-18,0,-31,-14,-31,-32xm54,-239v0,9,7,17,16,17v9,0,17,-8,17,-17v0,-9,-8,-16,-17,-16v-9,0,-16,7,-16,16","w":140},"\u00e3":{"d":"123,0r-33,0r0,-28v-10,23,-23,31,-41,31v-14,0,-39,-7,-39,-54v-1,-56,25,-71,80,-69v0,-24,4,-48,-22,-47v-14,0,-20,7,-22,24r-31,-9v5,-35,28,-45,55,-45v33,0,53,15,53,51r0,146xm45,-56v0,17,3,30,18,30v18,4,32,-35,27,-67v-34,-3,-45,15,-45,37xm22,-220v-2,-43,42,-38,68,-26v6,0,10,-4,12,-12r17,0v0,20,-12,38,-31,38v-11,5,-45,-28,-49,0r-17,0","w":140},"\u00e7":{"d":"117,-144r-33,7v0,-19,-4,-29,-16,-29v-12,0,-20,10,-20,70v0,44,5,68,20,68v12,0,16,-9,19,-33r31,11v-5,35,-19,53,-50,53v-37,0,-55,-30,-55,-97v0,-72,17,-103,56,-103v33,0,47,29,48,53xm61,54r-27,0v10,-15,15,-30,16,-46r31,0v-1,15,-10,34,-20,46","w":126,"k":{",":13,".":13}},"\u00e9":{"d":"50,-120r48,0v0,-23,-5,-47,-24,-47v-19,0,-24,24,-24,47xm131,-93r-81,0v0,35,2,67,25,67v16,0,21,-20,22,-34r31,0v0,33,-17,63,-54,63v-41,0,-59,-28,-59,-105v0,-120,118,-127,116,-19r0,28xm52,-216r26,-49r42,0r-41,49r-27,0","k":{",":20,".":20}},"\u00ea":{"d":"50,-120r48,0v0,-23,-5,-47,-24,-47v-19,0,-24,24,-24,47xm131,-93r-81,0v0,35,2,67,25,67v16,0,21,-20,22,-34r31,0v0,33,-17,63,-54,63v-41,0,-59,-28,-59,-105v0,-120,118,-127,116,-19r0,28xm55,-265r37,0r27,49r-29,0r-18,-28r-18,28r-26,0","k":{",":20,".":20}},"\u00eb":{"d":"50,-120r48,0v0,-23,-5,-47,-24,-47v-19,0,-24,24,-24,47xm131,-93r-81,0v0,35,2,67,25,67v16,0,21,-20,22,-34r31,0v0,33,-17,63,-54,63v-41,0,-59,-28,-59,-105v0,-120,118,-127,116,-19r0,28xm22,-241v0,-12,9,-22,21,-22v12,0,22,10,22,22v0,12,-10,21,-22,21v-12,0,-21,-9,-21,-21xm82,-241v0,-12,10,-22,22,-22v12,0,21,10,21,22v0,12,-9,21,-21,21v-12,0,-22,-9,-22,-21","k":{",":20,".":20}},"\u00e8":{"d":"50,-120r48,0v0,-23,-5,-47,-24,-47v-19,0,-24,24,-24,47xm131,-93r-81,0v0,35,2,67,25,67v16,0,21,-20,22,-34r31,0v0,33,-17,63,-54,63v-41,0,-59,-28,-59,-105v0,-120,118,-127,116,-19r0,28xm27,-265r41,0r27,49r-27,0","k":{",":20,".":20}},"\u00ed":{"d":"19,0r0,-194r35,0r0,194r-35,0xm15,-216r27,-49r41,0r-41,49r-27,0","w":73},"\u00ee":{"d":"19,0r0,-194r35,0r0,194r-35,0xm18,-265r37,0r27,49r-29,0r-18,-28r-17,28r-27,0","w":73},"\u00ef":{"d":"19,0r0,-194r35,0r0,194r-35,0xm-15,-241v0,-12,9,-22,21,-22v12,0,22,10,22,22v0,12,-10,21,-22,21v-12,0,-21,-9,-21,-21xm45,-241v0,-12,10,-22,22,-22v12,0,22,10,22,22v0,12,-10,21,-22,21v-12,0,-22,-9,-22,-21","w":73},"\u00ec":{"d":"19,0r0,-194r35,0r0,194r-35,0xm-10,-265r42,0r26,49r-27,0","w":73},"\u00f1":{"d":"19,0r0,-194r33,0v1,8,-2,21,1,27v15,-47,73,-36,74,13r0,154r-34,0r0,-140v0,-15,-7,-24,-17,-24v-14,0,-22,14,-22,28r0,136r-35,0xm25,-220v-2,-43,42,-38,68,-26v6,0,10,-4,12,-12r17,0v0,20,-12,38,-31,38v-11,4,-44,-28,-49,0r-17,0"},"\u00f3":{"d":"73,3v-46,0,-60,-45,-60,-100v0,-55,14,-100,60,-100v46,0,61,45,61,100v0,55,-15,100,-61,100xm73,-26v16,0,24,-27,24,-80v0,-35,-6,-61,-24,-61v-18,0,-23,26,-23,61v0,53,7,80,23,80xm52,-216r26,-49r42,0r-41,49r-27,0"},"\u00f4":{"d":"73,3v-46,0,-60,-45,-60,-100v0,-55,14,-100,60,-100v46,0,61,45,61,100v0,55,-15,100,-61,100xm73,-26v16,0,24,-27,24,-80v0,-35,-6,-61,-24,-61v-18,0,-23,26,-23,61v0,53,7,80,23,80xm55,-265r37,0r27,49r-29,0r-18,-28r-18,28r-26,0"},"\u00f6":{"d":"73,3v-46,0,-60,-45,-60,-100v0,-55,14,-100,60,-100v46,0,61,45,61,100v0,55,-15,100,-61,100xm73,-26v16,0,24,-27,24,-80v0,-35,-6,-61,-24,-61v-18,0,-23,26,-23,61v0,53,7,80,23,80xm22,-241v0,-12,9,-22,21,-22v12,0,22,10,22,22v0,12,-10,21,-22,21v-12,0,-21,-9,-21,-21xm82,-241v0,-12,10,-22,22,-22v12,0,21,10,21,22v0,12,-9,21,-21,21v-12,0,-22,-9,-22,-21"},"\u00f2":{"d":"73,3v-46,0,-60,-45,-60,-100v0,-55,14,-100,60,-100v46,0,61,45,61,100v0,55,-15,100,-61,100xm73,-26v16,0,24,-27,24,-80v0,-35,-6,-61,-24,-61v-18,0,-23,26,-23,61v0,53,7,80,23,80xm27,-265r41,0r27,49r-27,0"},"\u00f5":{"d":"73,3v-46,0,-60,-45,-60,-100v0,-55,14,-100,60,-100v46,0,61,45,61,100v0,55,-15,100,-61,100xm73,-26v16,0,24,-27,24,-80v0,-35,-6,-61,-24,-61v-18,0,-23,26,-23,61v0,53,7,80,23,80xm25,-220v-2,-43,42,-38,68,-26v6,0,10,-4,12,-12r17,0v0,20,-12,38,-31,38v-11,4,-44,-28,-49,0r-17,0"},"\u00fa":{"d":"127,-194r0,194r-33,0r0,-26v-16,46,-75,35,-75,-14r0,-154r35,0r0,140v0,15,7,24,17,24v14,0,22,-13,22,-27r0,-137r34,0xm50,-216r26,-49r42,0r-41,49r-27,0"},"\u00fb":{"d":"127,-194r0,194r-33,0r0,-26v-16,46,-75,35,-75,-14r0,-154r35,0r0,140v0,15,7,24,17,24v14,0,22,-13,22,-27r0,-137r34,0xm53,-265r37,0r27,49r-30,0r-17,-28r-18,28r-26,0"},"\u00fc":{"d":"127,-194r0,194r-33,0r0,-26v-16,46,-75,35,-75,-14r0,-154r35,0r0,140v0,15,7,24,17,24v14,0,22,-13,22,-27r0,-137r34,0xm19,-241v0,-12,10,-22,22,-22v12,0,22,10,22,22v0,12,-10,21,-22,21v-12,0,-22,-9,-22,-21xm80,-241v0,-12,10,-22,22,-22v12,0,21,10,21,22v0,12,-9,21,-21,21v-12,0,-22,-9,-22,-21"},"\u00f9":{"d":"127,-194r0,194r-33,0r0,-26v-16,46,-75,35,-75,-14r0,-154r35,0r0,140v0,15,7,24,17,24v14,0,22,-13,22,-27r0,-137r34,0xm25,-265r41,0r27,49r-27,0"},"\u00fd":{"d":"85,-194r35,0r-54,263r-35,0r17,-78r-41,-185r35,0r24,127xm42,-216r26,-49r42,0r-41,49r-27,0","w":126,"k":{",":20,".":20,"a":4,"\u00e6":4,"\u00e1":4,"\u00e2":4,"\u00e4":4,"\u00e0":4,"\u00e5":4,"\u00e3":4,"e":6,"\u00e9":6,"\u00ea":6,"\u00eb":6,"\u00e8":6}},"\u00ff":{"d":"85,-194r35,0r-54,263r-35,0r17,-78r-41,-185r35,0r24,127xm12,-241v0,-12,9,-22,21,-22v12,0,22,10,22,22v0,12,-10,21,-22,21v-12,0,-21,-9,-21,-21xm72,-241v0,-12,10,-22,22,-22v12,0,21,10,21,22v0,12,-9,21,-21,21v-12,0,-22,-9,-22,-21","w":126,"k":{",":20,".":20,"a":4,"\u00e6":4,"\u00e1":4,"\u00e2":4,"\u00e4":4,"\u00e0":4,"\u00e5":4,"\u00e3":4,"e":6,"\u00e9":6,"\u00ea":6,"\u00eb":6,"\u00e8":6}},"\u00a0":{"w":86},"\u00ad":{"d":"18,-118r70,0r0,32r-70,0r0,-32","w":106},"\u00b9":{"d":"33,-103r0,-118v-4,4,-15,10,-21,12r0,-23v17,-5,27,-23,48,-25r0,154r-27,0","w":87},"\u00b3":{"d":"14,-185r33,-50r-37,0r0,-22v25,2,58,-4,79,2r-37,56v27,-5,38,14,38,49v0,30,-16,50,-44,50v-28,0,-40,-17,-40,-47r26,0v0,15,4,24,15,24v22,-2,22,-60,-3,-58v-5,0,-9,2,-13,7","w":95},"\u00b2":{"d":"46,-126r41,0r0,23r-82,0v16,-32,57,-84,57,-116v0,-9,-5,-16,-13,-16v-11,0,-15,10,-16,27r-29,0v0,-28,10,-49,45,-49v85,0,21,92,-3,131","w":95}}});








/*
**	jQuery Easing 1.3
**	http://gsgd.co.uk/sandbox/jquery/easing/
*/
jQuery.easing['jswing']=jQuery.easing['swing'];jQuery.extend(jQuery.easing,{def:'easeOutQuad',swing:function(x,t,b,c,d){return jQuery.easing[jQuery.easing.def](x,t,b,c,d)},easeInQuad:function(x,t,b,c,d){return c*(t/=d)*t+b},easeOutQuad:function(x,t,b,c,d){return-c*(t/=d)*(t-2)+b},easeInOutQuad:function(x,t,b,c,d){if((t/=d/2)<1)return c/2*t*t+b;return-c/2*((--t)*(t-2)-1)+b},easeInCubic:function(x,t,b,c,d){return c*(t/=d)*t*t+b},easeOutCubic:function(x,t,b,c,d){return c*((t=t/d-1)*t*t+1)+b},easeInOutCubic:function(x,t,b,c,d){if((t/=d/2)<1)return c/2*t*t*t+b;return c/2*((t-=2)*t*t+2)+b},easeInQuart:function(x,t,b,c,d){return c*(t/=d)*t*t*t+b},easeOutQuart:function(x,t,b,c,d){return-c*((t=t/d-1)*t*t*t-1)+b},easeInOutQuart:function(x,t,b,c,d){if((t/=d/2)<1)return c/2*t*t*t*t+b;return-c/2*((t-=2)*t*t*t-2)+b},easeInQuint:function(x,t,b,c,d){return c*(t/=d)*t*t*t*t+b},easeOutQuint:function(x,t,b,c,d){return c*((t=t/d-1)*t*t*t*t+1)+b},easeInOutQuint:function(x,t,b,c,d){if((t/=d/2)<1)return c/2*t*t*t*t*t+b;return c/2*((t-=2)*t*t*t*t+2)+b},easeInSine:function(x,t,b,c,d){return-c*Math.cos(t/d*(Math.PI/2))+c+b},easeOutSine:function(x,t,b,c,d){return c*Math.sin(t/d*(Math.PI/2))+b},easeInOutSine:function(x,t,b,c,d){return-c/2*(Math.cos(Math.PI*t/d)-1)+b},easeInExpo:function(x,t,b,c,d){return(t==0)?b:c*Math.pow(2,10*(t/d-1))+b},easeOutExpo:function(x,t,b,c,d){return(t==d)?b+c:c*(-Math.pow(2,-10*t/d)+1)+b},easeInOutExpo:function(x,t,b,c,d){if(t==0)return b;if(t==d)return b+c;if((t/=d/2)<1)return c/2*Math.pow(2,10*(t-1))+b;return c/2*(-Math.pow(2,-10*--t)+2)+b},easeInCirc:function(x,t,b,c,d){return-c*(Math.sqrt(1-(t/=d)*t)-1)+b},easeOutCirc:function(x,t,b,c,d){return c*Math.sqrt(1-(t=t/d-1)*t)+b},easeInOutCirc:function(x,t,b,c,d){if((t/=d/2)<1)return-c/2*(Math.sqrt(1-t*t)-1)+b;return c/2*(Math.sqrt(1-(t-=2)*t)+1)+b},easeInElastic:function(x,t,b,c,d){var s=1.70158;var p=0;var a=c;if(t==0)return b;if((t/=d)==1)return b+c;if(!p)p=d*.3;if(a<Math.abs(c)){a=c;var s=p/4}else var s=p/(2*Math.PI)*Math.asin(c/a);return-(a*Math.pow(2,10*(t-=1))*Math.sin((t*d-s)*(2*Math.PI)/p))+b},easeOutElastic:function(x,t,b,c,d){var s=1.70158;var p=0;var a=c;if(t==0)return b;if((t/=d)==1)return b+c;if(!p)p=d*.3;if(a<Math.abs(c)){a=c;var s=p/4}else var s=p/(2*Math.PI)*Math.asin(c/a);return a*Math.pow(2,-10*t)*Math.sin((t*d-s)*(2*Math.PI)/p)+c+b},easeInOutElastic:function(x,t,b,c,d){var s=1.70158;var p=0;var a=c;if(t==0)return b;if((t/=d/2)==2)return b+c;if(!p)p=d*(.3*1.5);if(a<Math.abs(c)){a=c;var s=p/4}else var s=p/(2*Math.PI)*Math.asin(c/a);if(t<1)return-.5*(a*Math.pow(2,10*(t-=1))*Math.sin((t*d-s)*(2*Math.PI)/p))+b;return a*Math.pow(2,-10*(t-=1))*Math.sin((t*d-s)*(2*Math.PI)/p)*.5+c+b},easeInBack:function(x,t,b,c,d,s){if(s==undefined)s=1.70158;return c*(t/=d)*t*((s+1)*t-s)+b},easeOutBack:function(x,t,b,c,d,s){if(s==undefined)s=1.70158;return c*((t=t/d-1)*t*((s+1)*t+s)+1)+b},easeInOutBack:function(x,t,b,c,d,s){if(s==undefined)s=1.70158;if((t/=d/2)<1)return c/2*(t*t*(((s*=(1.525))+1)*t-s))+b;return c/2*((t-=2)*t*(((s*=(1.525))+1)*t+s)+2)+b},easeInBounce:function(x,t,b,c,d){return c-jQuery.easing.easeOutBounce(x,d-t,0,c,d)+b},easeOutBounce:function(x,t,b,c,d){if((t/=d)<(1/2.75)){return c*(7.5625*t*t)+b}else if(t<(2/2.75)){return c*(7.5625*(t-=(1.5/2.75))*t+.75)+b}else if(t<(2.5/2.75)){return c*(7.5625*(t-=(2.25/2.75))*t+.9375)+b}else{return c*(7.5625*(t-=(2.625/2.75))*t+.984375)+b}},easeInOutBounce:function(x,t,b,c,d){if(t<d/2)return jQuery.easing.easeInBounce(x,t*2,0,c,d)*.5+b;return jQuery.easing.easeOutBounce(x,t*2-d,0,c,d)*.5+c*.5+b}});


/*
**	Slides, A Slideshow Plugin for jQuery 1.1.4
**	http://slidesjs.com
*/
(function($){$.fn.slides=function(option){option=$.extend({},$.fn.slides.option,option);return this.each(function(){$('.'+option.container,$(this)).children().wrapAll('<div class="slides_control"/>');var elem=$(this),control=$('.slides_control',elem),total=control.children().size(),width=control.children().outerWidth(),height=control.children().outerHeight(),start=option.start-1,effect=option.effect.indexOf(',')<0?option.effect:option.effect.replace(' ','').split(',')[0],paginationEffect=option.effect.indexOf(',')<0?effect:option.effect.replace(' ','').split(',')[1],next=0,prev=0,number=0,current=0,loaded,active,clicked,position,direction,imageParent,pauseTimeout,playInterval;function animate(direction,effect,clicked){if(!active&&loaded){active=true;option.animationStart(current+1);switch(direction){case'next':prev=current;next=current+1;next=total===next?0:next;position=width*2;direction=-width*2;current=next;break;case'prev':prev=current;next=current-1;next=next===-1?total-1:next;position=0;direction=0;current=next;break;case'pagination':next=parseInt(clicked,10);prev=$('.'+option.paginationClass+' li.current a',elem).attr('href').match('[^#/]+$');if(next>prev){position=width*2;direction=-width*2;}else{position=0;direction=0;}
current=next;break;}
if(effect==='fade'){if(option.crossfade){control.children(':eq('+next+')',elem).css({zIndex:10}).fadeIn(option.fadeSpeed,option.fadeEasing,function(){if(option.autoHeight){control.animate({height:control.children(':eq('+next+')',elem).outerHeight()},option.autoHeightSpeed,function(){control.children(':eq('+prev+')',elem).css({display:'none',zIndex:0});control.children(':eq('+next+')',elem).css({zIndex:0});option.animationComplete(next+1);active=false;});}else{control.children(':eq('+prev+')',elem).css({display:'none',zIndex:0});control.children(':eq('+next+')',elem).css({zIndex:0});option.animationComplete(next+1);active=false;}});}else{control.children(':eq('+prev+')',elem).fadeOut(option.fadeSpeed,option.fadeEasing,function(){if(option.autoHeight){control.animate({height:control.children(':eq('+next+')',elem).outerHeight()},option.autoHeightSpeed,function(){control.children(':eq('+next+')',elem).fadeIn(option.fadeSpeed,option.fadeEasing);});}else{control.children(':eq('+next+')',elem).fadeIn(option.fadeSpeed,option.fadeEasing,function(){if($.browser.msie){$(this).get(0).style.removeAttribute('filter');}});}
option.animationComplete(next+1);active=false;});}}else{control.children(':eq('+next+')').css({left:position,display:'block'});if(option.autoHeight){control.animate({left:direction,height:control.children(':eq('+next+')').outerHeight()},option.slideSpeed,option.slideEasing,function(){control.css({left:-width});control.children(':eq('+next+')').css({left:width,zIndex:5});control.children(':eq('+prev+')').css({left:width,display:'none',zIndex:0});option.animationComplete(next+1);active=false;});}else{control.animate({left:direction},option.slideSpeed,option.slideEasing,function(){control.css({left:-width});control.children(':eq('+next+')').css({left:width,zIndex:5});control.children(':eq('+prev+')').css({left:width,display:'none',zIndex:0});option.animationComplete(next+1);active=false;});}}
if(option.pagination){$('.'+option.paginationClass+' li.current',elem).removeClass('current');$('.'+option.paginationClass+' li:eq('+next+')',elem).addClass('current');}}}
function stop(){clearInterval(elem.data('interval'));}
function pause(){if(option.pause){clearTimeout(elem.data('pause'));clearInterval(elem.data('interval'));pauseTimeout=setTimeout(function(){clearTimeout(elem.data('pause'));playInterval=setInterval(function(){animate("next",effect);},option.play);elem.data('interval',playInterval);},option.pause);elem.data('pause',pauseTimeout);}else{stop();}}
if(total<2){return;}
if(start<0){start=0;}
if(start>total){start=total-1;}
if(option.start){current=start;}
if(option.randomize){control.randomize();}
$('.'+option.container,elem).css({overflow:'hidden',position:'relative'});control.children().css({position:'absolute',top:0,left:control.children().outerWidth(),zIndex:0,display:'none'});control.css({position:'relative',width:(width*3),height:height,left:-width});$('.'+option.container,elem).css({display:'block'});if(option.autoHeight){control.children().css({height:'auto'});control.animate({height:control.children(':eq('+start+')').outerHeight()},option.autoHeightSpeed);}
if(option.preload&&control.find('img').length){$('.'+option.container,elem).css({background:'url('+option.preloadImage+') no-repeat 50% 50%'});var img=control.find('img:eq('+start+')').attr('src')+'?'+(new Date()).getTime();if($('img',elem).parent().attr('class')!='slides_control'){imageParent=control.children(':eq(0)')[0].tagName.toLowerCase();}else{imageParent=control.find('img:eq('+start+')');}
control.find('img:eq('+start+')').attr('src',img).load(function(){control.find(imageParent+':eq('+start+')').fadeIn(option.fadeSpeed,option.fadeEasing,function(){$(this).css({zIndex:5});$('.'+option.container,elem).css({background:''});loaded=true;});});}else{control.children(':eq('+start+')').fadeIn(option.fadeSpeed,option.fadeEasing,function(){loaded=true;});}
if(option.bigTarget){control.children().css({cursor:'pointer'});control.children().click(function(){animate('next',effect);return false;});}
if(option.hoverPause&&option.play){control.bind('mouseover',function(){stop();});control.bind('mouseleave',function(){pause();});}
if(option.generateNextPrev){$('.'+option.container,elem).after('<a href="#" class="'+option.prev+'">Prev</a>');$('.'+option.prev,elem).after('<a href="#" class="'+option.next+'">Next</a>');}
$('.'+option.next,elem).click(function(e){e.preventDefault();if(option.play){pause();}
animate('next',effect);});$('.'+option.prev,elem).click(function(e){e.preventDefault();if(option.play){pause();}
animate('prev',effect);});if(option.generatePagination){elem.append('<ul class='+option.paginationClass+'></ul>');control.children().each(function(){$('.'+option.paginationClass,elem).append('<li><a href="#'+number+'">'+(number+1)+'</a></li>');number++;});}else{$('.'+option.paginationClass+' li a',elem).each(function(){$(this).attr('href','#'+number);number++;});}
$('.'+option.paginationClass+' li:eq('+start+')',elem).addClass('current');$('.'+option.paginationClass+' li a',elem).click(function(){if(option.play){pause();}
clicked=$(this).attr('href').match('[^#/]+$');if(current!=clicked){animate('pagination',paginationEffect,clicked);}
return false;});$('a.link',elem).click(function(){if(option.play){pause();}
clicked=$(this).attr('href').match('[^#/]+$')-1;if(current!=clicked){animate('pagination',paginationEffect,clicked);}
return false;});if(option.play){playInterval=setInterval(function(){animate('next',effect);},option.play);elem.data('interval',playInterval);}});};$.fn.slides.option={preload:false,preloadImage:'/img/loading.gif',container:'slides_container',generateNextPrev:false,next:'next',prev:'prev',pagination:true,generatePagination:true,paginationClass:'pagination',fadeSpeed:350,fadeEasing:'',slideSpeed:350,slideEasing:'',start:1,effect:'slide',crossfade:false,randomize:false,play:0,pause:0,hoverPause:false,autoHeight:false,autoHeightSpeed:350,bigTarget:false,animationStart:function(){},animationComplete:function(){}};$.fn.randomize=function(callback){function randomizeOrder(){return(Math.round(Math.random())-0.5);}
return($(this).each(function(){var $this=$(this);var $children=$this.children();var childCount=$children.length;if(childCount>1){$children.hide();var indices=[];for(i=0;i<childCount;i++){indices[indices.length]=i;}
indices=indices.sort(randomizeOrder);$.each(indices,function(j,k){var $child=$children.eq(k);var $clone=$child.clone(true);$clone.show().appendTo($this);if(callback!==undefined){callback($child,$clone);}
$child.remove();});}}));};})(jQuery);

/*!
 * Tiny Scrollbar 1.5
 * http://www.baijs.nl/tinyscrollbar/
 *
 * Copyright 2010, Maarten Baijs
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://www.opensource.org/licenses/mit-license.php
 * http://www.opensource.org/licenses/gpl-2.0.php
 *
 * Date: 26 / 03 / 2011
 * Depends on library: jQuery
 * 
 */

(function($){$.tiny=$.tiny||{};$.tiny.scrollbar={options:{axis:'y',wheel:40,scroll:true,size:'auto',sizethumb:'auto'}};$.fn.tinyscrollbar=function(options){var oElement=null;var options=$.extend({},$.tiny.scrollbar.options,options);this.each(function(){oElement=new Scrollbar($(this),options);});return $.extend(this,oElement);};function Scrollbar(root,options){var oSelf=this;var oWrapper=root;var oViewport={obj:$('.viewport',root)};var oContent={obj:$('.overview',root)};var oScrollbar={obj:$('.scrollbar',root)};var oTrack={obj:$('.track',oScrollbar.obj)};var oThumb={obj:$('.thumb',oScrollbar.obj)};var sAxis=options.axis=='x',sDirection=sAxis?'left':'top',sSize=sAxis?'Width':'Height';var iScroll,iPosition={start:0,now:0},iMouse={};function initialize(){oSelf.update();setEvents();return oSelf;}
this.update=function(bKeepScroll){oViewport[options.axis]=oViewport.obj[0]['offset'+sSize];oContent[options.axis]=oContent.obj[0]['scroll'+sSize];oContent.ratio=oViewport[options.axis]/oContent[options.axis];oScrollbar.obj.toggleClass('disable',oContent.ratio>=1);oTrack[options.axis]=options.size=='auto'?oViewport[options.axis]:options.size;oThumb[options.axis]=Math.min(oTrack[options.axis],Math.max(0,(options.sizethumb=='auto'?(oTrack[options.axis]*oContent.ratio):options.sizethumb)));oScrollbar.ratio=options.sizethumb=='auto'?(oContent[options.axis]/oTrack[options.axis]):(oContent[options.axis]-oViewport[options.axis])/(oTrack[options.axis]-oThumb[options.axis]);iScroll=(bKeepScroll&&oContent.ratio<=1)?Math.min((oContent[options.axis]-oViewport[options.axis]),Math.max(0,iScroll)):0;setSize();}
function setSize(){oThumb.obj.css(sDirection,iScroll/oScrollbar.ratio);oContent.obj.css(sDirection,-iScroll);iMouse['start']=oThumb.obj.offset()[sDirection];var sCssSize=sSize.toLowerCase();oScrollbar.obj.css(sCssSize,oTrack[options.axis]);oTrack.obj.css(sCssSize,oTrack[options.axis]);oThumb.obj.css(sCssSize,oThumb[options.axis]);};function setEvents(){oThumb.obj.bind('mousedown',start);oThumb.obj[0].ontouchstart=function(oEvent){oEvent.preventDefault();oThumb.obj.unbind('mousedown');start(oEvent.touches[0]);return false;}
oTrack.obj.bind('mouseup',drag);if(options.scroll&&this.addEventListener){oWrapper[0].addEventListener('DOMMouseScroll',wheel,false);oWrapper[0].addEventListener('mousewheel',wheel,false);}
else if(options.scroll){oWrapper[0].onmousewheel=wheel;}};function start(oEvent){iMouse.start=sAxis?oEvent.pageX:oEvent.pageY;var oThumbDir=parseInt(oThumb.obj.css(sDirection));iPosition.start=oThumbDir=='auto'?0:oThumbDir;$(document).bind('mousemove',drag);document.ontouchmove=function(oEvent){$(document).unbind('mousemove');drag(oEvent.touches[0]);};$(document).bind('mouseup',end);oThumb.obj.bind('mouseup',end);oThumb.obj[0].ontouchend=document.ontouchend=function(oEvent){$(document).unbind('mouseup');oThumb.obj.unbind('mouseup');end(oEvent.touches[0]);}
return false;};function wheel(oEvent){if(!(oContent.ratio>=1)){oEvent=$.event.fix(oEvent||window.event);var iDelta=oEvent.wheelDelta?oEvent.wheelDelta/120:-oEvent.detail/3;iScroll-=iDelta*options.wheel;iScroll=Math.min((oContent[options.axis]-oViewport[options.axis]),Math.max(0,iScroll));oThumb.obj.css(sDirection,iScroll/oScrollbar.ratio);oContent.obj.css(sDirection,-iScroll);oEvent.preventDefault();};};function end(oEvent){$(document).unbind('mousemove',drag);$(document).unbind('mouseup',end);oThumb.obj.unbind('mouseup',end);document.ontouchmove=oThumb.obj[0].ontouchend=document.ontouchend=null;return false;};function drag(oEvent){if(!(oContent.ratio>=1)){iPosition.now=Math.min((oTrack[options.axis]-oThumb[options.axis]),Math.max(0,(iPosition.start+((sAxis?oEvent.pageX:oEvent.pageY)-iMouse.start))));iScroll=iPosition.now*oScrollbar.ratio;oContent.obj.css(sDirection,-iScroll);oThumb.obj.css(sDirection,iPosition.now);;}
return false;};return initialize();};})(jQuery);


/*
**	Mouse Wheel 3.0.2
**	http://brandonaaron.net
*/
(function($) {

var types = ['DOMMouseScroll', 'mousewheel'];

$.event.special.mousewheel = {
    setup: function() {
        if ( this.addEventListener ) {
            for ( var i=types.length; i; ) {
                this.addEventListener( types[--i], handler, false );
            }
        } else {
            this.onmousewheel = handler;
        }
    },

    teardown: function() {
        if ( this.removeEventListener ) {
            for ( var i=types.length; i; ) {
                this.removeEventListener( types[--i], handler, false );
            }
        } else {
            this.onmousewheel = null;
        }
    }
};

$.fn.extend({
    mousewheel: function(fn) {
        return fn ? this.bind("mousewheel", fn) : this.trigger("mousewheel");
    },

    unmousewheel: function(fn) {
        return this.unbind("mousewheel", fn);
    }
});


function handler(event) {
    var orgEvent = event || window.event, args = [].slice.call( arguments, 1 ), delta = 0, returnValue = true, deltaX = 0, deltaY = 0;
    event = $.event.fix(orgEvent);
    event.type = "mousewheel";

    // Old school scrollwheel delta
    if ( event.wheelDelta ) { delta = event.wheelDelta/120; }
    if ( event.detail     ) { delta = -event.detail/3; }

    // New school multidimensional scroll (touchpads) deltas
    deltaY = delta;

    // Gecko
    if ( orgEvent.axis !== undefined && orgEvent.axis === orgEvent.HORIZONTAL_AXIS ) {
        deltaY = 0;
        deltaX = -1*delta;
    }

    // Webkit
    if ( orgEvent.wheelDeltaY !== undefined ) { deltaY = orgEvent.wheelDeltaY/120; }
    if ( orgEvent.wheelDeltaX !== undefined ) { deltaX = -1*orgEvent.wheelDeltaX/120; }

    // Add event and delta to the front of the arguments
    args.unshift(event, delta, deltaX, deltaY);

    return $.event.handle.apply(this, args);
}

})(jQuery);


/*
**	jScrollPane - v2.0.0beta9
**	http://jscrollpane.kelvinluck.com/
*/
(function(b,a,c){b.fn.jScrollPane=function(f){function d(D,N){var ay,P=this,X,aj,w,al,S,Y,z,r,az,aE,au,j,I,i,k,Z,T,ap,W,u,B,aq,ae,am,G,m,at,ax,y,av,aH,g,K,ai=true,O=true,aG=false,l=false,ao=D.clone(false,false).empty(),ab=b.fn.mwheelIntent?"mwheelIntent.jsp":"mousewheel.jsp";aH=D.css("paddingTop")+" "+D.css("paddingRight")+" "+D.css("paddingBottom")+" "+D.css("paddingLeft");g=(parseInt(D.css("paddingLeft"),10)||0)+(parseInt(D.css("paddingRight"),10)||0);function ar(aQ){var aO,aP,aK,aM,aL,aJ,aI,aN;ay=aQ;if(X===c){aI=D.scrollTop();aN=D.scrollLeft();D.css({overflow:"hidden",padding:0});aj=D.innerWidth()+g;w=D.innerHeight();D.width(aj);X=b('<div class="jspPane" />').css("padding",aH).append(D.children());al=b('<div class="jspContainer" />').css({width:aj+"px",height:w+"px"}).append(X).appendTo(D)}else{D.css("width","");aJ=D.innerWidth()+g!=aj||D.outerHeight()!=w;if(aJ){aj=D.innerWidth()+g;w=D.innerHeight();al.css({width:aj+"px",height:w+"px"})}if(!aJ&&K==S&&X.outerHeight()==Y){D.width(aj);return}K=S;X.css("width","");D.width(aj);al.find(">.jspVerticalBar,>.jspHorizontalBar").remove().end()}aO=X.clone(false,false).css("position","absolute");aP=b('<div style="width:1px; position: relative;" />').append(aO);b("body").append(aP);S=Math.max(X.outerWidth(),aO.outerWidth());aP.remove();Y=X.outerHeight();z=S/aj;r=Y/w;az=r>1;aE=z>1;if(!(aE||az)){D.removeClass("jspScrollable");X.css({top:0,width:al.width()-g});o();E();Q();x();ah()}else{D.addClass("jspScrollable");aK=ay.maintainPosition&&(I||Z);if(aK){aM=aC();aL=aA()}aF();A();F();if(aK){M(aM,false);L(aL,false)}J();af();an();if(ay.enableKeyboardNavigation){R()}if(ay.clickOnTrack){q()}C();if(ay.hijackInternalLinks){n()}}if(ay.autoReinitialise&&!av){av=setInterval(function(){ar(ay)},ay.autoReinitialiseDelay)}else{if(!ay.autoReinitialise&&av){clearInterval(av)}}aI&&D.scrollTop(0)&&L(aI,false);aN&&D.scrollLeft(0)&&M(aN,false);D.trigger("jsp-initialised",[aE||az])}function aF(){if(az){al.append(b('<div class="jspVerticalBar" />').append(b('<div class="jspCap jspCapTop" />'),b('<div class="jspTrack" />').append(b('<div class="jspDrag" />').append(b('<div class="jspDragTop" />'),b('<div class="jspDragBottom" />'))),b('<div class="jspCap jspCapBottom" />')));T=al.find(">.jspVerticalBar");ap=T.find(">.jspTrack");au=ap.find(">.jspDrag");if(ay.showArrows){aq=b('<a class="jspArrow jspArrowUp" />').bind("mousedown.jsp",aD(0,-1)).bind("click.jsp",aB);ae=b('<a class="jspArrow jspArrowDown" />').bind("mousedown.jsp",aD(0,1)).bind("click.jsp",aB);if(ay.arrowScrollOnHover){aq.bind("mouseover.jsp",aD(0,-1,aq));ae.bind("mouseover.jsp",aD(0,1,ae))}ak(ap,ay.verticalArrowPositions,aq,ae)}u=w;al.find(">.jspVerticalBar>.jspCap:visible,>.jspVerticalBar>.jspArrow").each(function(){u-=b(this).outerHeight()});au.hover(function(){au.addClass("jspHover")},function(){au.removeClass("jspHover")}).bind("mousedown.jsp",function(aI){b("html").bind("dragstart.jsp selectstart.jsp",aB);au.addClass("jspActive");var s=aI.pageY-au.position().top;b("html").bind("mousemove.jsp",function(aJ){U(aJ.pageY-s,false)}).bind("mouseup.jsp mouseleave.jsp",aw);return false});p()}}function p(){ap.height(u+"px");I=0;W=ay.verticalGutter+ap.outerWidth();X.width(aj-W-g);if(T.position().left===0){X.css("margin-left",W+"px")}}function A(){if(aE){al.append(b('<div class="jspHorizontalBar" />').append(b('<div class="jspCap jspCapLeft" />'),b('<div class="jspTrack" />').append(b('<div class="jspDrag" />').append(b('<div class="jspDragLeft" />'),b('<div class="jspDragRight" />'))),b('<div class="jspCap jspCapRight" />')));am=al.find(">.jspHorizontalBar");G=am.find(">.jspTrack");i=G.find(">.jspDrag");if(ay.showArrows){ax=b('<a class="jspArrow jspArrowLeft" />').bind("mousedown.jsp",aD(-1,0)).bind("click.jsp",aB);y=b('<a class="jspArrow jspArrowRight" />').bind("mousedown.jsp",aD(1,0)).bind("click.jsp",aB);
if(ay.arrowScrollOnHover){ax.bind("mouseover.jsp",aD(-1,0,ax));y.bind("mouseover.jsp",aD(1,0,y))}ak(G,ay.horizontalArrowPositions,ax,y)}i.hover(function(){i.addClass("jspHover")},function(){i.removeClass("jspHover")}).bind("mousedown.jsp",function(aI){b("html").bind("dragstart.jsp selectstart.jsp",aB);i.addClass("jspActive");var s=aI.pageX-i.position().left;b("html").bind("mousemove.jsp",function(aJ){V(aJ.pageX-s,false)}).bind("mouseup.jsp mouseleave.jsp",aw);return false});m=al.innerWidth();ag()}}function ag(){al.find(">.jspHorizontalBar>.jspCap:visible,>.jspHorizontalBar>.jspArrow").each(function(){m-=b(this).outerWidth()});G.width(m+"px");Z=0}function F(){if(aE&&az){var aI=G.outerHeight(),s=ap.outerWidth();u-=aI;b(am).find(">.jspCap:visible,>.jspArrow").each(function(){m+=b(this).outerWidth()});m-=s;w-=s;aj-=aI;G.parent().append(b('<div class="jspCorner" />').css("width",aI+"px"));p();ag()}if(aE){X.width((al.outerWidth()-g)+"px")}Y=X.outerHeight();r=Y/w;if(aE){at=Math.ceil(1/z*m);if(at>ay.horizontalDragMaxWidth){at=ay.horizontalDragMaxWidth}else{if(at<ay.horizontalDragMinWidth){at=ay.horizontalDragMinWidth}}i.width(at+"px");k=m-at;ad(Z)}if(az){B=Math.ceil(1/r*u);if(B>ay.verticalDragMaxHeight){B=ay.verticalDragMaxHeight}else{if(B<ay.verticalDragMinHeight){B=ay.verticalDragMinHeight}}au.height(B+"px");j=u-B;ac(I)}}function ak(aJ,aL,aI,s){var aN="before",aK="after",aM;if(aL=="os"){aL=/Mac/.test(navigator.platform)?"after":"split"}if(aL==aN){aK=aL}else{if(aL==aK){aN=aL;aM=aI;aI=s;s=aM}}aJ[aN](aI)[aK](s)}function aD(aI,s,aJ){return function(){H(aI,s,this,aJ);this.blur();return false}}function H(aL,aK,aO,aN){aO=b(aO).addClass("jspActive");var aM,aJ,aI=true,s=function(){if(aL!==0){P.scrollByX(aL*ay.arrowButtonSpeed)}if(aK!==0){P.scrollByY(aK*ay.arrowButtonSpeed)}aJ=setTimeout(s,aI?ay.initialDelay:ay.arrowRepeatFreq);aI=false};s();aM=aN?"mouseout.jsp":"mouseup.jsp";aN=aN||b("html");aN.bind(aM,function(){aO.removeClass("jspActive");aJ&&clearTimeout(aJ);aJ=null;aN.unbind(aM)})}function q(){x();if(az){ap.bind("mousedown.jsp",function(aN){if(aN.originalTarget===c||aN.originalTarget==aN.currentTarget){var aL=b(this),aO=aL.offset(),aM=aN.pageY-aO.top-I,aJ,aI=true,s=function(){var aR=aL.offset(),aS=aN.pageY-aR.top-B/2,aP=w*ay.scrollPagePercent,aQ=j*aP/(Y-w);if(aM<0){if(I-aQ>aS){P.scrollByY(-aP)}else{U(aS)}}else{if(aM>0){if(I+aQ<aS){P.scrollByY(aP)}else{U(aS)}}else{aK();return}}aJ=setTimeout(s,aI?ay.initialDelay:ay.trackClickRepeatFreq);aI=false},aK=function(){aJ&&clearTimeout(aJ);aJ=null;b(document).unbind("mouseup.jsp",aK)};s();b(document).bind("mouseup.jsp",aK);return false}})}if(aE){G.bind("mousedown.jsp",function(aN){if(aN.originalTarget===c||aN.originalTarget==aN.currentTarget){var aL=b(this),aO=aL.offset(),aM=aN.pageX-aO.left-Z,aJ,aI=true,s=function(){var aR=aL.offset(),aS=aN.pageX-aR.left-at/2,aP=aj*ay.scrollPagePercent,aQ=k*aP/(S-aj);if(aM<0){if(Z-aQ>aS){P.scrollByX(-aP)}else{V(aS)}}else{if(aM>0){if(Z+aQ<aS){P.scrollByX(aP)}else{V(aS)}}else{aK();return}}aJ=setTimeout(s,aI?ay.initialDelay:ay.trackClickRepeatFreq);aI=false},aK=function(){aJ&&clearTimeout(aJ);aJ=null;b(document).unbind("mouseup.jsp",aK)};s();b(document).bind("mouseup.jsp",aK);return false}})}}function x(){if(G){G.unbind("mousedown.jsp")}if(ap){ap.unbind("mousedown.jsp")}}function aw(){b("html").unbind("dragstart.jsp selectstart.jsp mousemove.jsp mouseup.jsp mouseleave.jsp");if(au){au.removeClass("jspActive")}if(i){i.removeClass("jspActive")}}function U(s,aI){if(!az){return}if(s<0){s=0}else{if(s>j){s=j}}if(aI===c){aI=ay.animateScroll}if(aI){P.animate(au,"top",s,ac)}else{au.css("top",s);ac(s)}}function ac(aI){if(aI===c){aI=au.position().top}al.scrollTop(0);I=aI;var aL=I===0,aJ=I==j,aK=aI/j,s=-aK*(Y-w);if(ai!=aL||aG!=aJ){ai=aL;aG=aJ;D.trigger("jsp-arrow-change",[ai,aG,O,l])}v(aL,aJ);X.css("top",s);D.trigger("jsp-scroll-y",[-s,aL,aJ]).trigger("scroll")}function V(aI,s){if(!aE){return}if(aI<0){aI=0}else{if(aI>k){aI=k}}if(s===c){s=ay.animateScroll}if(s){P.animate(i,"left",aI,ad)
}else{i.css("left",aI);ad(aI)}}function ad(aI){if(aI===c){aI=i.position().left}al.scrollTop(0);Z=aI;var aL=Z===0,aK=Z==k,aJ=aI/k,s=-aJ*(S-aj);if(O!=aL||l!=aK){O=aL;l=aK;D.trigger("jsp-arrow-change",[ai,aG,O,l])}t(aL,aK);X.css("left",s);D.trigger("jsp-scroll-x",[-s,aL,aK]).trigger("scroll")}function v(aI,s){if(ay.showArrows){aq[aI?"addClass":"removeClass"]("jspDisabled");ae[s?"addClass":"removeClass"]("jspDisabled")}}function t(aI,s){if(ay.showArrows){ax[aI?"addClass":"removeClass"]("jspDisabled");y[s?"addClass":"removeClass"]("jspDisabled")}}function L(s,aI){var aJ=s/(Y-w);U(aJ*j,aI)}function M(aI,s){var aJ=aI/(S-aj);V(aJ*k,s)}function aa(aU,aP,aJ){var aN,aK,aL,s=0,aT=0,aI,aO,aR,aQ,aS;try{aN=b(aU)}catch(aM){return}aK=aN.outerHeight();aL=aN.outerWidth();al.scrollTop(0);al.scrollLeft(0);while(!aN.is(".jspPane")){s+=aN.position().top;aT+=aN.position().left;aN=aN.offsetParent();if(/^body|html$/i.test(aN[0].nodeName)){return}}aI=aA();aO=aI+w;if(s<aI||aP){aQ=s-ay.verticalGutter}else{if(s+aK>aO){aQ=s-w+aK+ay.verticalGutter}}if(aQ){L(aQ,aJ)}viewportLeft=aC();aR=viewportLeft+aj;if(aT<viewportLeft||aP){aS=aT-ay.horizontalGutter}else{if(aT+aL>aR){aS=aT-aj+aL+ay.horizontalGutter}}if(aS){M(aS,aJ)}}function aC(){return -X.position().left}function aA(){return -X.position().top}function af(){al.unbind(ab).bind(ab,function(aL,aM,aK,aI){var aJ=Z,s=I;P.scrollBy(aK*ay.mouseWheelSpeed,-aI*ay.mouseWheelSpeed,false);return aJ==Z&&s==I})}function o(){al.unbind(ab)}function aB(){return false}function J(){X.find(":input,a").unbind("focus.jsp").bind("focus.jsp",function(s){aa(s.target,false)})}function E(){X.find(":input,a").unbind("focus.jsp")}function R(){var s,aI;X.focus(function(){D.focus()});D.attr("tabindex",0).unbind("keydown.jsp keypress.jsp").bind("keydown.jsp",function(aM){if(aM.target!==this){return}var aL=Z,aK=I;switch(aM.keyCode){case 40:case 38:case 34:case 32:case 33:case 39:case 37:s=aM.keyCode;aJ();break;case 35:L(Y-w);s=null;break;case 36:L(0);s=null;break}aI=aM.keyCode==s&&aL!=Z||aK!=I;return !aI}).bind("keypress.jsp",function(aK){if(aK.keyCode==s){aJ()}return !aI});if(ay.hideFocus){D.css("outline","none");if("hideFocus" in al[0]){D.attr("hideFocus",true)}}else{D.css("outline","");if("hideFocus" in al[0]){D.attr("hideFocus",false)}}function aJ(){var aL=Z,aK=I;switch(s){case 40:P.scrollByY(ay.keyboardSpeed,false);break;case 38:P.scrollByY(-ay.keyboardSpeed,false);break;case 34:case 32:P.scrollByY(w*ay.scrollPagePercent,false);break;case 33:P.scrollByY(-w*ay.scrollPagePercent,false);break;case 39:P.scrollByX(ay.keyboardSpeed,false);break;case 37:P.scrollByX(-ay.keyboardSpeed,false);break}aI=aL!=Z||aK!=I;return aI}}function Q(){D.attr("tabindex","-1").removeAttr("tabindex").unbind("keydown.jsp keypress.jsp")}function C(){if(location.hash&&location.hash.length>1){var aJ,aI;try{aJ=b(location.hash)}catch(s){return}if(aJ.length&&X.find(location.hash)){if(al.scrollTop()===0){aI=setInterval(function(){if(al.scrollTop()>0){aa(location.hash,true);b(document).scrollTop(al.position().top);clearInterval(aI)}},50)}else{aa(location.hash,true);b(document).scrollTop(al.position().top)}}}}function ah(){b("a.jspHijack").unbind("click.jsp-hijack").removeClass("jspHijack")}function n(){ah();b("a[href^=#]").addClass("jspHijack").bind("click.jsp-hijack",function(){var s=this.href.split("#"),aI;if(s.length>1){aI=s[1];if(aI.length>0&&X.find("#"+aI).length>0){aa("#"+aI,true);return false}}})}function an(){var aJ,aI,aL,aK,aM,s=false;al.unbind("touchstart.jsp touchmove.jsp touchend.jsp click.jsp-touchclick").bind("touchstart.jsp",function(aN){var aO=aN.originalEvent.touches[0];aJ=aC();aI=aA();aL=aO.pageX;aK=aO.pageY;aM=false;s=true}).bind("touchmove.jsp",function(aQ){if(!s){return}var aP=aQ.originalEvent.touches[0],aO=Z,aN=I;P.scrollTo(aJ+aL-aP.pageX,aI+aK-aP.pageY);aM=aM||Math.abs(aL-aP.pageX)>5||Math.abs(aK-aP.pageY)>5;return aO==Z&&aN==I}).bind("touchend.jsp",function(aN){s=false}).bind("click.jsp-touchclick",function(aN){if(aM){aM=false;return false}})}function h(){var s=aA(),aI=aC();
D.removeClass("jspScrollable").unbind(".jsp");D.replaceWith(ao.append(X.children()));ao.scrollTop(s);ao.scrollLeft(aI)}b.extend(P,{reinitialise:function(aI){aI=b.extend({},ay,aI);ar(aI)},scrollToElement:function(aJ,aI,s){aa(aJ,aI,s)},scrollTo:function(aJ,s,aI){M(aJ,aI);L(s,aI)},scrollToX:function(aI,s){M(aI,s)},scrollToY:function(s,aI){L(s,aI)},scrollToPercentX:function(aI,s){M(aI*(S-aj),s)},scrollToPercentY:function(aI,s){L(aI*(Y-w),s)},scrollBy:function(aI,s,aJ){P.scrollByX(aI,aJ);P.scrollByY(s,aJ)},scrollByX:function(s,aJ){var aI=aC()+s,aK=aI/(S-aj);V(aK*k,aJ)},scrollByY:function(s,aJ){var aI=aA()+s,aK=aI/(Y-w);U(aK*j,aJ)},positionDragX:function(s,aI){V(s,aI)},positionDragY:function(aI,s){V(aI,s)},animate:function(aI,aL,s,aK){var aJ={};aJ[aL]=s;aI.animate(aJ,{duration:ay.animateDuration,ease:ay.animateEase,queue:false,step:aK})},getContentPositionX:function(){return aC()},getContentPositionY:function(){return aA()},getContentWidth:function(){return S()},getContentHeight:function(){return Y()},getPercentScrolledX:function(){return aC()/(S-aj)},getPercentScrolledY:function(){return aA()/(Y-w)},getIsScrollableH:function(){return aE},getIsScrollableV:function(){return az},getContentPane:function(){return X},scrollToBottom:function(s){U(j,s)},hijackInternalLinks:function(){n()},destroy:function(){h()}});ar(N)}f=b.extend({},b.fn.jScrollPane.defaults,f);b.each(["mouseWheelSpeed","arrowButtonSpeed","trackClickSpeed","keyboardSpeed"],function(){f[this]=f[this]||f.speed});var e;this.each(function(){var g=b(this),h=g.data("jsp");if(h){h.reinitialise(f)}else{h=new d(g,f);g.data("jsp",h)}e=e?e.add(g):g});return e};b.fn.jScrollPane.defaults={showArrows:false,maintainPosition:true,clickOnTrack:true,autoReinitialise:false,autoReinitialiseDelay:500,verticalDragMinHeight:0,verticalDragMaxHeight:99999,horizontalDragMinWidth:0,horizontalDragMaxWidth:99999,animateScroll:false,animateDuration:300,animateEase:"linear",hijackInternalLinks:false,verticalGutter:4,horizontalGutter:4,mouseWheelSpeed:0,arrowButtonSpeed:0,arrowRepeatFreq:50,arrowScrollOnHover:false,trackClickSpeed:0,trackClickRepeatFreq:70,verticalArrowPositions:"split",horizontalArrowPositions:"split",enableKeyboardNavigation:true,hideFocus:false,keyboardSpeed:0,initialDelay:300,speed:30,scrollPagePercent:0.8}})(jQuery,this);


/*
**	Cloud Zoom V1.0.2
**	http://www.professorcloud.com
*/
(function ($) {

//    $(document).ready(function () {
//        $('.cloud-zoom, .cloud-zoom-gallery').CloudZoom();
//    });

    function format(str) {
        for (var i = 1; i < arguments.length; i++) {
            str = str.replace('%' + (i - 1), arguments[i]);
        }
        return str;
    }

    function CloudZoom(jWin, opts) {
        var sImg = $('img', jWin);
		var	img1;
		var	img2;
        var zoomDiv = null;
		var	$mouseTrap = null;
		var	lens = null;
		var	$tint = null;
		var	softFocus = null;
		var	$ie6Fix = null;
		var	zoomImage;
        var controlTimer = 0;      
        var cw, ch;
        var destU = 0;
		var	destV = 0;
        var currV = 0;
        var currU = 0;      
        var filesLoaded = 0;
        var mx,
            my; 
        var ctx = this, zw;
        // Display an image loading message. This message gets deleted when the images have loaded and the zoom init function is called.
        // We add a small delay before the message is displayed to avoid the message flicking on then off again virtually immediately if the
        // images load really fast, e.g. from the cache. 
        //var	ctx = this;
        setTimeout(function () {
            //						 <img src="/images/loading.gif"/>
            if ($mouseTrap === null) {
                var w = jWin.width();
                jWin.parent().append(format('<div style="width:%0px;position:absolute;top:75%;left:%1px;text-align:center" class="cloud-zoom-loading" >Loading...</div>', w / 3, (w / 2) - (w / 6))).find(':last').css('opacity', 0.5);
            }
        }, 200);


        var ie6FixRemove = function () {

            if ($ie6Fix !== null) {
                $ie6Fix.remove();
                $ie6Fix = null;
            }
        };

        // Removes cursor, tint layer, blur layer etc.
        this.removeBits = function () {
            //$mouseTrap.unbind();
            if (lens) {
                lens.remove();
                lens = null;             
            }
            if ($tint) {
                $tint.remove();
                $tint = null;
            }
            if (softFocus) {
                softFocus.remove();
                softFocus = null;
            }
            ie6FixRemove();

            $('.cloud-zoom-loading', jWin.parent()).remove();
        };


        this.destroy = function () {
            jWin.data('zoom', null);

            if ($mouseTrap) {
                $mouseTrap.unbind();
                $mouseTrap.remove();
                $mouseTrap = null;
            }
            if (zoomDiv) {
                zoomDiv.remove();
                zoomDiv = null;
            }
            //ie6FixRemove();
            this.removeBits();
            // DON'T FORGET TO REMOVE JQUERY 'DATA' VALUES
        };


        // This is called when the zoom window has faded out so it can be removed.
        this.fadedOut = function () {
            
			if (zoomDiv) {
                zoomDiv.remove();
                zoomDiv = null;
            }
			 this.removeBits();
            //ie6FixRemove();
        };

        this.controlLoop = function () {
            if (lens) {
                var x = (mx - sImg.offset().left - (cw * 0.5)) >> 0;
                var y = (my - sImg.offset().top - (ch * 0.5)) >> 0;
               
                if (x < 0) {
                    x = 0;
                }
                else if (x > (sImg.outerWidth() - cw)) {
                    x = (sImg.outerWidth() - cw);
                }
                if (y < 0) {
                    y = 0;
                }
                else if (y > (sImg.outerHeight() - ch)) {
                    y = (sImg.outerHeight() - ch);
                }

                lens.css({
                    left: x,
                    top: y
                });
                lens.css('background-position', (-x) + 'px ' + (-y) + 'px');

                destU = (((x) / sImg.outerWidth()) * zoomImage.width) >> 0;
                destV = (((y) / sImg.outerHeight()) * zoomImage.height) >> 0;
                currU += (destU - currU) / opts.smoothMove;
                currV += (destV - currV) / opts.smoothMove;

                zoomDiv.css('background-position', (-(currU >> 0) + 'px ') + (-(currV >> 0) + 'px'));              
            }
            controlTimer = setTimeout(function () {
                ctx.controlLoop();
            }, 30);
        };

        this.init2 = function (img, id) {

            filesLoaded++;
            //console.log(img.src + ' ' + id + ' ' + img.width);	
            if (id === 1) {
                zoomImage = img;
            }
            //this.images[id] = img;
            if (filesLoaded === 2) {
                this.init();
            }
        };

        /* Init function start.  */
        this.init = function () {
            // Remove loading message (if present);
            $('.cloud-zoom-loading', jWin.parent()).remove();


/* Add a box (mouseTrap) over the small image to trap mouse events.
		It has priority over zoom window to avoid issues with inner zoom.
		We need the dummy background image as IE does not trap mouse events on
		transparent parts of a div.
		*/
            $mouseTrap = jWin.parent().append(format("<div class='mousetrap' style='background-image:url(\".\");z-index:999;position:absolute;width:%0px;height:%1px;left:%2px;top:%3px;\'></div>", sImg.outerWidth(), sImg.outerHeight(), 0, 0)).find(':last');

            //////////////////////////////////////////////////////////////////////			
            /* Do as little as possible in mousemove event to prevent slowdown. */
            $mouseTrap.bind('mousemove', this, function (event) {
                // Just update the mouse position
                mx = event.pageX;
                my = event.pageY;
            });
            //////////////////////////////////////////////////////////////////////					
            $mouseTrap.bind('mouseleave', this, function (event) {
                clearTimeout(controlTimer);
                //event.data.removeBits();                
				if(lens) { lens.fadeOut(299); }
				if($tint) { $tint.fadeOut(299); }
				if(softFocus) { softFocus.fadeOut(299); }
				zoomDiv.fadeOut(300, function () {
                    ctx.fadedOut();
                });																
                return false;
            });
            //////////////////////////////////////////////////////////////////////			
            $mouseTrap.bind('mouseenter', this, function (event) {
				mx = event.pageX;
                my = event.pageY;
                zw = event.data;
                if (zoomDiv) {
                    zoomDiv.stop(true, false);
                    zoomDiv.remove();
                }

                var xPos = opts.adjustX,
                    yPos = opts.adjustY;
                             
                var siw = sImg.outerWidth();
                var sih = sImg.outerHeight();

                var w = opts.zoomWidth;
                var h = opts.zoomHeight;
                if (opts.zoomWidth == 'auto') {
                    w = siw;
                }
                if (opts.zoomHeight == 'auto') {
                    h = sih;
                }
                //$('#info').text( xPos + ' ' + yPos + ' ' + siw + ' ' + sih );
                var appendTo = jWin.parent(); // attach to the wrapper			
                switch (opts.position) {
                case 'top':
                    yPos -= h; // + opts.adjustY;
                    break;
                case 'right':
                    xPos += siw; // + opts.adjustX;					
                    break;
                case 'bottom':
                    yPos += sih; // + opts.adjustY;
                    break;
                case 'left':
                    xPos -= w; // + opts.adjustX;					
                    break;
                case 'inside':
                    w = siw;
                    h = sih;
                    break;
                    // All other values, try and find an id in the dom to attach to.
                default:
                    appendTo = $('#' + opts.position);
                    // If dom element doesn't exit, just use 'right' position as default.
                    if (!appendTo.length) {
                        appendTo = jWin;
                        xPos += siw; //+ opts.adjustX;
                        yPos += sih; // + opts.adjustY;	
                    } else {
                        w = appendTo.innerWidth();
                        h = appendTo.innerHeight();
                    }
                }

                zoomDiv = appendTo.append(format('<div id="cloud-zoom-big" class="cloud-zoom-big" style="display:none;position:absolute;left:%0px;top:%1px;width:%2px;height:%3px;background-image:url(\'%4\');z-index:99;"></div>', xPos, yPos, w, h, zoomImage.src)).find(':last');

                // Add the title from title tag.
                if (sImg.attr('title') && opts.showTitle) {
                    zoomDiv.append(format('<div class="cloud-zoom-title">%0</div>', sImg.attr('title'))).find(':last').css('opacity', opts.titleOpacity);
                }

                // Fix ie6 select elements wrong z-index bug. Placing an iFrame over the select element solves the issue...		
                if ($.browser.msie && $.browser.version < 7) {
                    $ie6Fix = $('<iframe frameborder="0" src="#"></iframe>').css({
                        position: "absolute",
                        left: xPos,
                        top: yPos,
                        zIndex: 99,
                        width: w,
                        height: h
                    }).insertBefore(zoomDiv);
                }

                zoomDiv.fadeIn(500);

                if (lens) {
                    lens.remove();
                    lens = null;
                } /* Work out size of cursor */
                cw = (sImg.outerWidth() / zoomImage.width) * zoomDiv.width();
                ch = (sImg.outerHeight() / zoomImage.height) * zoomDiv.height();

                // Attach mouse, initially invisible to prevent first frame glitch
                lens = jWin.append(format("<div class = 'cloud-zoom-lens' style='display:none;z-index:98;position:absolute;width:%0px;height:%1px;'></div>", cw, ch)).find(':last');

                $mouseTrap.css('cursor', lens.css('cursor'));

                var noTrans = false;

                // Init tint layer if needed. (Not relevant if using inside mode)			
                if (opts.tint) {
                    lens.css('background', 'url("' + sImg.attr('src') + '")');
                    $tint = jWin.append(format('<div style="display:none;position:absolute; left:0px; top:0px; width:%0px; height:%1px; background-color:%2;" />', sImg.outerWidth(), sImg.outerHeight(), opts.tint)).find(':last');
                    $tint.css('opacity', opts.tintOpacity);                    
					noTrans = true;
					$tint.fadeIn(500);

                }
                if (opts.softFocus) {
                    lens.css('background', 'url("' + sImg.attr('src') + '")');
                    softFocus = jWin.append(format('<div style="position:absolute;display:none;top:2px; left:2px; width:%0px; height:%1px;" />', sImg.outerWidth() - 2, sImg.outerHeight() - 2, opts.tint)).find(':last');
                    softFocus.css('background', 'url("' + sImg.attr('src') + '")');
                    softFocus.css('opacity', 0.5);
                    noTrans = true;
                    softFocus.fadeIn(500);
                }

                if (!noTrans) {
                    lens.css('opacity', opts.lensOpacity);										
                }
				if ( opts.position !== 'inside' ) { lens.fadeIn(500); }

                // Start processing. 
                zw.controlLoop();

                return; // Don't return false here otherwise opera will not detect change of the mouse pointer type.
            });
        };

        img1 = new Image();
        $(img1).load(function () {
            ctx.init2(this, 0);
        });
        img1.src = sImg.attr('src');

        img2 = new Image();
        $(img2).load(function () {
            ctx.init2(this, 1);
        });
        img2.src = jWin.attr('href');
    }

    $.fn.CloudZoom = function (options) {
        // IE6 background image flicker fix
        try {
            document.execCommand("BackgroundImageCache", false, true);
        } catch (e) {}
        this.each(function () {
			var	relOpts, opts;
			// Hmm...eval...slap on wrist.
			eval('var	a = {' + $(this).attr('rel') + '}');
			relOpts = a;
            if ($(this).is('.cloud-zoom')) {
                $(this).css({
                    'position': 'relative',
                    'display': 'block'
                });
                $('img', $(this)).css({
                    'display': 'block'
                });
                // Wrap an outer div around the link so we can attach things without them becoming part of the link.
                // But not if wrap already exists.
                if ($(this).parent().attr('id') != 'wrap') {
                    $(this).wrap('<div id="wrap" style="top:0px;z-index:9999;position:relative;"></div>');
                }
                opts = $.extend({}, $.fn.CloudZoom.defaults, options);
                opts = $.extend({}, opts, relOpts);
                $(this).data('zoom', new CloudZoom($(this), opts));

            } else if ($(this).is('.cloud-zoom-gallery')) {
                opts = $.extend({}, relOpts, options);
                $(this).data('relOpts', opts);
                $(this).bind('click', $(this), function (event) {
                    var data = event.data.data('relOpts');
                    // Destroy the previous zoom
                    $('#' + data.useZoom).data('zoom').destroy();
                    // Change the biglink to point to the new big image.
                    $('#' + data.useZoom).attr('href', event.data.attr('href'));
                    // Change the small image to point to the new small image.
                    $('#' + data.useZoom + ' img').attr('src', event.data.data('relOpts').smallImage);
                    // Init a new zoom with the new images.				
                    $('#' + event.data.data('relOpts').useZoom).CloudZoom();
                    return false;
                });
            }
        });
        return this;
    };

    $.fn.CloudZoom.defaults = {
        zoomWidth: 'auto',
        zoomHeight: 'auto',
        position: 'right',
        tint: false,
        tintOpacity: 0.5,
        lensOpacity: 0.5,
        softFocus: false,
        smoothMove: 3,
        showTitle: true,
        titleOpacity: 0.5,
        adjustX: 0,
        adjustY: 0
    };

})(jQuery);



/*
 * jQuery Nivo Slider v2.5.2
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */

(function($){var NivoSlider=function(element,options){var settings=$.extend({},$.fn.nivoSlider.defaults,options);var vars={currentSlide:0,currentImage:'',totalSlides:0,randAnim:'',running:false,paused:false,stop:false};var slider=$(element);slider.data('nivo:vars',vars);slider.css('position','relative');slider.addClass('nivoSlider');var kids=slider.children();kids.each(function(){var child=$(this);var link='';if(!child.is('img')){if(child.is('a')){child.addClass('nivo-imageLink');link=child;}
child=child.find('img:first');}
var childWidth=child.width();if(childWidth==0)childWidth=child.attr('width');var childHeight=child.height();if(childHeight==0)childHeight=child.attr('height');if(childWidth>slider.width()){slider.width(childWidth);}
if(childHeight>slider.height()){slider.height(childHeight);}
if(link!=''){link.css('display','none');}
child.css('display','none');vars.totalSlides++;});if(settings.startSlide>0){if(settings.startSlide>=vars.totalSlides)settings.startSlide=vars.totalSlides-1;vars.currentSlide=settings.startSlide;}
if($(kids[vars.currentSlide]).is('img')){vars.currentImage=$(kids[vars.currentSlide]);}else{vars.currentImage=$(kids[vars.currentSlide]).find('img:first');}
if($(kids[vars.currentSlide]).is('a')){$(kids[vars.currentSlide]).css('display','block');}
slider.css('background','url("'+vars.currentImage.attr('src')+'") no-repeat');slider.append($('<div class="nivo-caption"><p></p></div>').css({display:'none',opacity:settings.captionOpacity}));var processCaption=function(settings){var nivoCaption=$('.nivo-caption',slider);if(vars.currentImage.attr('title')!=''&&vars.currentImage.attr('title')!=undefined){var title=vars.currentImage.attr('title');if(title.substr(0,1)=='#')title=$(title).html();if(nivoCaption.css('display')=='block'){nivoCaption.find('p').fadeOut(settings.animSpeed,function(){$(this).html(title);$(this).fadeIn(settings.animSpeed);});}else{nivoCaption.find('p').html(title);}
nivoCaption.fadeIn(settings.animSpeed);}else{nivoCaption.fadeOut(settings.animSpeed);}}
processCaption(settings);var timer=0;if(!settings.manualAdvance&&kids.length>1){timer=setInterval(function(){nivoRun(slider,kids,settings,false);},settings.pauseTime);}
if(settings.directionNav){slider.append('<div class="nivo-directionNav"><a class="nivo-prevNav">'+settings.prevText+'</a><a class="nivo-nextNav">'+settings.nextText+'</a></div>');if(settings.directionNavHide){$('.nivo-directionNav',slider).hide();slider.hover(function(){$('.nivo-directionNav',slider).show();},function(){$('.nivo-directionNav',slider).hide();});}
$('a.nivo-prevNav',slider).live('click',function(){if(vars.running)return false;clearInterval(timer);timer='';vars.currentSlide-=2;nivoRun(slider,kids,settings,'prev');});$('a.nivo-nextNav',slider).live('click',function(){if(vars.running)return false;clearInterval(timer);timer='';nivoRun(slider,kids,settings,'next');});}
if(settings.controlNav){var nivoControl=$('<div class="nivo-controlNav"></div>');slider.append(nivoControl);for(var i=0;i<kids.length;i++){if(settings.controlNavThumbs){var child=kids.eq(i);if(!child.is('img')){child=child.find('img:first');}
if(settings.controlNavThumbsFromRel){nivoControl.append('<a class="nivo-control" rel="'+i+'"><img src="'+child.attr('rel')+'" alt="" /></a>');}else{nivoControl.append('<a class="nivo-control" rel="'+i+'"><img src="'+child.attr('src').replace(settings.controlNavThumbsSearch,settings.controlNavThumbsReplace)+'" alt="" /></a>');}}else{nivoControl.append('<a class="nivo-control" rel="'+i+'">'+(i+1)+'</a>');}}
$('.nivo-controlNav a:eq('+vars.currentSlide+')',slider).addClass('active');$('.nivo-controlNav a',slider).live('click',function(){if(vars.running)return false;if($(this).hasClass('active'))return false;clearInterval(timer);timer='';slider.css('background','url("'+vars.currentImage.attr('src')+'") no-repeat');vars.currentSlide=$(this).attr('rel')-1;nivoRun(slider,kids,settings,'control');});}
if(settings.keyboardNav){$(window).keypress(function(event){if(event.keyCode=='37'){if(vars.running)return false;clearInterval(timer);timer='';vars.currentSlide-=2;nivoRun(slider,kids,settings,'prev');}
if(event.keyCode=='39'){if(vars.running)return false;clearInterval(timer);timer='';nivoRun(slider,kids,settings,'next');}});}
if(settings.pauseOnHover){slider.hover(function(){vars.paused=true;clearInterval(timer);timer='';},function(){vars.paused=false;if(timer==''&&!settings.manualAdvance){timer=setInterval(function(){nivoRun(slider,kids,settings,false);},settings.pauseTime);}});}
slider.bind('nivo:animFinished',function(){vars.running=false;$(kids).each(function(){if($(this).is('a')){$(this).css('display','none');}});if($(kids[vars.currentSlide]).is('a')){$(kids[vars.currentSlide]).css('display','block');}
if(timer==''&&!vars.paused&&!settings.manualAdvance){timer=setInterval(function(){nivoRun(slider,kids,settings,false);},settings.pauseTime);}
settings.afterChange.call(this);});var createSlices=function(slider,settings,vars){for(var i=0;i<settings.slices;i++){var sliceWidth=Math.round(slider.width()/settings.slices);if(i==settings.slices-1){slider.append($('<div class="nivo-slice"></div>').css({left:(sliceWidth*i)+'px',width:(slider.width()-(sliceWidth*i))+'px',height:'0px',opacity:'0',background:'url("'+vars.currentImage.attr('src')+'") no-repeat -'+((sliceWidth+(i*sliceWidth))-sliceWidth)+'px 0%'}));}else{slider.append($('<div class="nivo-slice"></div>').css({left:(sliceWidth*i)+'px',width:sliceWidth+'px',height:'0px',opacity:'0',background:'url("'+vars.currentImage.attr('src')+'") no-repeat -'+((sliceWidth+(i*sliceWidth))-sliceWidth)+'px 0%'}));}}}
var createBoxes=function(slider,settings,vars){var boxWidth=Math.round(slider.width()/settings.boxCols);var boxHeight=Math.round(slider.height()/settings.boxRows);for(var rows=0;rows<settings.boxRows;rows++){for(var cols=0;cols<settings.boxCols;cols++){if(cols==settings.boxCols-1){slider.append($('<div class="nivo-box"></div>').css({opacity:0,left:(boxWidth*cols)+'px',top:(boxHeight*rows)+'px',width:(slider.width()-(boxWidth*cols))+'px',height:boxHeight+'px',background:'url("'+vars.currentImage.attr('src')+'") no-repeat -'+((boxWidth+(cols*boxWidth))-boxWidth)+'px -'+((boxHeight+(rows*boxHeight))-boxHeight)+'px'}));}else{slider.append($('<div class="nivo-box"></div>').css({opacity:0,left:(boxWidth*cols)+'px',top:(boxHeight*rows)+'px',width:boxWidth+'px',height:boxHeight+'px',background:'url("'+vars.currentImage.attr('src')+'") no-repeat -'+((boxWidth+(cols*boxWidth))-boxWidth)+'px -'+((boxHeight+(rows*boxHeight))-boxHeight)+'px'}));}}}}
var nivoRun=function(slider,kids,settings,nudge){var vars=slider.data('nivo:vars');if(vars&&(vars.currentSlide==vars.totalSlides-1)){settings.lastSlide.call(this);}
if((!vars||vars.stop)&&!nudge)return false;settings.beforeChange.call(this);if(!nudge){slider.css('background','url("'+vars.currentImage.attr('src')+'") no-repeat');}else{if(nudge=='prev'){slider.css('background','url("'+vars.currentImage.attr('src')+'") no-repeat');}
if(nudge=='next'){slider.css('background','url("'+vars.currentImage.attr('src')+'") no-repeat');}}
vars.currentSlide++;if(vars.currentSlide==vars.totalSlides){vars.currentSlide=0;settings.slideshowEnd.call(this);}
if(vars.currentSlide<0)vars.currentSlide=(vars.totalSlides-1);if($(kids[vars.currentSlide]).is('img')){vars.currentImage=$(kids[vars.currentSlide]);}else{vars.currentImage=$(kids[vars.currentSlide]).find('img:first');}
if(settings.controlNav){$('.nivo-controlNav a',slider).removeClass('active');$('.nivo-controlNav a:eq('+vars.currentSlide+')',slider).addClass('active');}
processCaption(settings);$('.nivo-slice',slider).remove();$('.nivo-box',slider).remove();if(settings.effect=='random'){var anims=new Array('sliceDownRight','sliceDownLeft','sliceUpRight','sliceUpLeft','sliceUpDown','sliceUpDownLeft','fold','fade','boxRandom','boxRain','boxRainReverse','boxRainGrow','boxRainGrowReverse');vars.randAnim=anims[Math.floor(Math.random()*(anims.length+1))];if(vars.randAnim==undefined)vars.randAnim='fade';}
if(settings.effect.indexOf(',')!=-1){var anims=settings.effect.split(',');vars.randAnim=anims[Math.floor(Math.random()*(anims.length))];if(vars.randAnim==undefined)vars.randAnim='fade';}
vars.running=true;if(settings.effect=='sliceDown'||settings.effect=='sliceDownRight'||vars.randAnim=='sliceDownRight'||settings.effect=='sliceDownLeft'||vars.randAnim=='sliceDownLeft'){createSlices(slider,settings,vars);var timeBuff=0;var i=0;var slices=$('.nivo-slice',slider);if(settings.effect=='sliceDownLeft'||vars.randAnim=='sliceDownLeft')slices=$('.nivo-slice',slider)._reverse();slices.each(function(){var slice=$(this);slice.css({'top':'0px'});if(i==settings.slices-1){setTimeout(function(){slice.animate({height:'100%',opacity:'1.0'},settings.animSpeed,'',function(){slider.trigger('nivo:animFinished');});},(100+timeBuff));}else{setTimeout(function(){slice.animate({height:'100%',opacity:'1.0'},settings.animSpeed);},(100+timeBuff));}
timeBuff+=50;i++;});}
else if(settings.effect=='sliceUp'||settings.effect=='sliceUpRight'||vars.randAnim=='sliceUpRight'||settings.effect=='sliceUpLeft'||vars.randAnim=='sliceUpLeft'){createSlices(slider,settings,vars);var timeBuff=0;var i=0;var slices=$('.nivo-slice',slider);if(settings.effect=='sliceUpLeft'||vars.randAnim=='sliceUpLeft')slices=$('.nivo-slice',slider)._reverse();slices.each(function(){var slice=$(this);slice.css({'bottom':'0px'});if(i==settings.slices-1){setTimeout(function(){slice.animate({height:'100%',opacity:'1.0'},settings.animSpeed,'',function(){slider.trigger('nivo:animFinished');});},(100+timeBuff));}else{setTimeout(function(){slice.animate({height:'100%',opacity:'1.0'},settings.animSpeed);},(100+timeBuff));}
timeBuff+=50;i++;});}
else if(settings.effect=='sliceUpDown'||settings.effect=='sliceUpDownRight'||vars.randAnim=='sliceUpDown'||settings.effect=='sliceUpDownLeft'||vars.randAnim=='sliceUpDownLeft'){createSlices(slider,settings,vars);var timeBuff=0;var i=0;var v=0;var slices=$('.nivo-slice',slider);if(settings.effect=='sliceUpDownLeft'||vars.randAnim=='sliceUpDownLeft')slices=$('.nivo-slice',slider)._reverse();slices.each(function(){var slice=$(this);if(i==0){slice.css('top','0px');i++;}else{slice.css('bottom','0px');i=0;}
if(v==settings.slices-1){setTimeout(function(){slice.animate({height:'100%',opacity:'1.0'},settings.animSpeed,'',function(){slider.trigger('nivo:animFinished');});},(100+timeBuff));}else{setTimeout(function(){slice.animate({height:'100%',opacity:'1.0'},settings.animSpeed);},(100+timeBuff));}
timeBuff+=50;v++;});}
else if(settings.effect=='fold'||vars.randAnim=='fold'){createSlices(slider,settings,vars);var timeBuff=0;var i=0;$('.nivo-slice',slider).each(function(){var slice=$(this);var origWidth=slice.width();slice.css({top:'0px',height:'100%',width:'0px'});if(i==settings.slices-1){setTimeout(function(){slice.animate({width:origWidth,opacity:'1.0'},settings.animSpeed,'',function(){slider.trigger('nivo:animFinished');});},(100+timeBuff));}else{setTimeout(function(){slice.animate({width:origWidth,opacity:'1.0'},settings.animSpeed);},(100+timeBuff));}
timeBuff+=50;i++;});}
else if(settings.effect=='fade'||vars.randAnim=='fade'){createSlices(slider,settings,vars);var firstSlice=$('.nivo-slice:first',slider);firstSlice.css({'height':'100%','width':slider.width()+'px'});firstSlice.animate({opacity:'1.0'},(settings.animSpeed*2),'',function(){slider.trigger('nivo:animFinished');});}
else if(settings.effect=='slideInRight'||vars.randAnim=='slideInRight'){createSlices(slider,settings,vars);var firstSlice=$('.nivo-slice:first',slider);firstSlice.css({'height':'100%','width':'0px','opacity':'1'});firstSlice.animate({width:slider.width()+'px'},(settings.animSpeed*2),'',function(){slider.trigger('nivo:animFinished');});}
else if(settings.effect=='slideInLeft'||vars.randAnim=='slideInLeft'){createSlices(slider,settings,vars);var firstSlice=$('.nivo-slice:first',slider);firstSlice.css({'height':'100%','width':'0px','opacity':'1','left':'','right':'0px'});firstSlice.animate({width:slider.width()+'px'},(settings.animSpeed*2),'',function(){firstSlice.css({'left':'0px','right':''});slider.trigger('nivo:animFinished');});}
else if(settings.effect=='boxRandom'||vars.randAnim=='boxRandom'){createBoxes(slider,settings,vars);var totalBoxes=settings.boxCols*settings.boxRows;var i=0;var timeBuff=0;var boxes=shuffle($('.nivo-box',slider));boxes.each(function(){var box=$(this);if(i==totalBoxes-1){setTimeout(function(){box.animate({opacity:'1'},settings.animSpeed,'',function(){slider.trigger('nivo:animFinished');});},(100+timeBuff));}else{setTimeout(function(){box.animate({opacity:'1'},settings.animSpeed);},(100+timeBuff));}
timeBuff+=20;i++;});}
else if(settings.effect=='boxRain'||vars.randAnim=='boxRain'||settings.effect=='boxRainReverse'||vars.randAnim=='boxRainReverse'||settings.effect=='boxRainGrow'||vars.randAnim=='boxRainGrow'||settings.effect=='boxRainGrowReverse'||vars.randAnim=='boxRainGrowReverse'){createBoxes(slider,settings,vars);var totalBoxes=settings.boxCols*settings.boxRows;var i=0;var timeBuff=0;var rowIndex=0;var colIndex=0;var box2Darr=new Array();box2Darr[rowIndex]=new Array();var boxes=$('.nivo-box',slider);if(settings.effect=='boxRainReverse'||vars.randAnim=='boxRainReverse'||settings.effect=='boxRainGrowReverse'||vars.randAnim=='boxRainGrowReverse'){boxes=$('.nivo-box',slider)._reverse();}
boxes.each(function(){box2Darr[rowIndex][colIndex]=$(this);colIndex++;if(colIndex==settings.boxCols){rowIndex++;colIndex=0;box2Darr[rowIndex]=new Array();}});for(var cols=0;cols<(settings.boxCols*2);cols++){var prevCol=cols;for(var rows=0;rows<settings.boxRows;rows++){if(prevCol>=0&&prevCol<settings.boxCols){(function(row,col,time,i,totalBoxes){var box=$(box2Darr[row][col]);var w=box.width();var h=box.height();if(settings.effect=='boxRainGrow'||vars.randAnim=='boxRainGrow'||settings.effect=='boxRainGrowReverse'||vars.randAnim=='boxRainGrowReverse'){box.width(0).height(0);}
if(i==totalBoxes-1){setTimeout(function(){box.animate({opacity:'1',width:w,height:h},settings.animSpeed/1.3,'',function(){slider.trigger('nivo:animFinished');});},(100+time));}else{setTimeout(function(){box.animate({opacity:'1',width:w,height:h},settings.animSpeed/1.3);},(100+time));}})(rows,prevCol,timeBuff,i,totalBoxes);i++;}
prevCol--;}
timeBuff+=100;}}}
var shuffle=function(arr){for(var j,x,i=arr.length;i;j=parseInt(Math.random()*i),x=arr[--i],arr[i]=arr[j],arr[j]=x);return arr;}
var trace=function(msg){if(this.console&&typeof console.log!="undefined")
console.log(msg);}
this.stop=function(){if(!$(element).data('nivo:vars').stop){$(element).data('nivo:vars').stop=true;trace('Stop Slider');}}
this.start=function(){if($(element).data('nivo:vars').stop){$(element).data('nivo:vars').stop=false;trace('Start Slider');}}
settings.afterLoad.call(this);return this;};$.fn.nivoSlider=function(options){return this.each(function(key,value){var element=$(this);if(element.data('nivoslider'))return element.data('nivoslider');var nivoslider=new NivoSlider(this,options);element.data('nivoslider',nivoslider);});};$.fn.nivoSlider.defaults={effect:'random',slices:15,boxCols:8,boxRows:4,animSpeed:500,pauseTime:3000,startSlide:0,directionNav:true,directionNavHide:true,controlNav:true,controlNavThumbs:false,controlNavThumbsFromRel:false,controlNavThumbsSearch:'.jpg',controlNavThumbsReplace:'_thumb.jpg',keyboardNav:true,pauseOnHover:true,manualAdvance:false,captionOpacity:0.8,prevText:'Prev',nextText:'Next',beforeChange:function(){},afterChange:function(){},slideshowEnd:function(){},lastSlide:function(){},afterLoad:function(){}};$.fn._reverse=[].reverse;})(jQuery);




//IE
function create_ie_modal() {
	$('body').append('<div id="ie6" style="height: 100%;left:0;overflow:hidden;margin:0;position:absolute;top: 0;width:100%;z-index:1000001; background: url(assets/images/ie6.png) center center;" title="Seu navegador é antigo. Isso pode causar problemas de visualização e navegação no nosso site. Recomendamos que você instale um navegador mais moderno ou atualize o seu atual."></div>');
	$('#ie6').css({height: $(window).height()}).fadeTo(250,1);

	$('#ie6').live('click', function() {
		$('#ie6').fadeTo(250,0);
		setTimeout(function() {
			$('#ie6').remove();
		}, 500);
	});
}

//IE6
if($.browser.msie && parseInt(jQuery.browser.version) <= 6 ) {
	create_ie_modal();
}


//Cufon
Cufon.replace('.tag, .menu a', { fontFamily: 'cond', hover: true });
$('.tag, .menu a').css({visibility: 'visible'});

//ONLY
$('#produtos, #colecao').each(function () {

	Cufon.replace('.content h2, #stock h2, #social h4, .next, .prev, #filter .sub, #filter h3', { fontFamily: 'cond', hover: true });
	$('.content h2, #stock h2, #social h4, .next, .prev, #filter .sub, #filter h3').css({visibility: 'visible'});
});

$('#imprensa #crop #section .filter').each(function () {

	Cufon.replace('.floater ul li h3', { fontFamily: 'cond', hover: true });
	$('.floater ul li h3').css({visibility: 'visible'});
});

$('#lojas').each(function () {

	Cufon.replace('.filter h3', { fontFamily: 'cond', hover: true });
	$('.filter h3').css({visibility: 'visible'});
});



//Dedect
function isiApple() {
	return (
		(navigator.platform.indexOf("iPhone") != -1) ||
		(navigator.platform.indexOf("iPod") != -1) ||
		(navigator.platform.indexOf("iPad") != -1)
	);
}

//Watermark
$('input, textarea').each(function() {
	var field = $(this),
		watermark = field.val();

	field
		.attr({title: watermark})
		.bind({
			focus: function() {
				if(field.val() == watermark) {
					$(this).val('');
				}
			},
			blur: function() {
				if(field.val() == '') {
					$(this).val(watermark);
				}
			}
		});
});


//Fancy form
$('select').css({opacity: 0, visibility: 'visible'}).each(function() {
	$(this).wrap('<span class="select"></span>');

	if($(this).attr('title') != 'undefined') {
		$(this).before('<span class="text">' + $(this).attr('title') + '</span><span class="arrow"></span>');
	} else {
		$(this).before('<span class="text">' + $(this).find('option:eq(0)').text() + '</span><span class="arrow"></span>');
	}
});


$('select').change(function() {
	var catch_select = $(this);
	var catched = '';

	catch_select.find(':selected').each(function () {
		catched = $(this).text();
		catch_select.siblings('.text').text(catched);
	});
});


	$('.check-label').find('input[type=checkbox]').css({opacity: 0}).after('<span></span>');

	$('input[type=checkbox]').each(function() {
		if( $(this).attr('checked') )
			$(this).trigger('change');
	});

	$('input[type=checkbox]').click(function() {
			$(this).trigger('change');
	});

	$(':checkbox').bind({
		change: function() {
			if( $(this).attr('checked') ) {
				$(this).next().addClass('checked');
			} else {
				$(this).next().removeClass('checked');
			}
		}
	}).trigger('change');


//Show email
$('.icon.email').live('click', function() {
	if($(this).is('.floating')) {
		$('#detail div.floating').toggle();
	} else {
		$('#compartilhe-email').toggle();
	}

	return false;
});

$('#compartilhe-email .bt-fechar').live('click', function() {
	$(this).parent().parent().hide();

	return false;
});

$('.bt-fechar-comunicado').live('click', function() {
	$('#comunicado').hide();

	return false;
});



$('.bt-abrir-comunicado').click(function() {
	$('#comunicado').show();
	$('#scrollbar1').tinyscrollbar();
	return false;
});


$('#ficha-tecnica .bt-fechar').click( function() {
	$("#ficha-tecnica").toggle();

	return false;
});

$('.bt-fechar-video').click( function() {
	$("#video-maes").hide();

	return false;
});


//Make absolute under 1000px
$(window).bind('resize load scroll', function() {

	if($(window).width() < 1000) {
		$('body').addClass('absolute');
		$('#sidebar').css({top: $(window).scrollTop()});
	} else {
		$('body').removeClass('absolute');
		$('#sidebar').css({top: '0'});
	}
});


//Doc. Ready
$(document).ready(function() {

	//Verify hash
	var hash = window.location.hash;
	if(hash != '') {
		setTimeout(function() {
			$('a[href=' + hash + ']').trigger('click');
		}, 10);
	}

	$('#frm_compartilhe').bind('submit', function() {
		var reqs = ['nome', 'email', 'destnome', 'destemail'];
		var ok = true;

		for (var f in reqs) {
			var field = $('input[name='+reqs[f]+']', $(this));
			if (field.val() == '') {
				ok = false;
				field.addClass('input-erro');
			} else {
				field.removeClass('input-erro');
			}
		}
		if (ok) {
			$('#compartilhe-email').fadeToggle();
			$.post("envia_compartilhe.php", $("#frm_compartilhe").serialize());
			$('input[name=destnome]', $(this)).val('');
			$('input[name=destemail]', $(this)).val('');
		}
		return false;
	});
});


$('#box-catalogo .bt-fechar').live('click', function() {
	$('#box-catalogo').fadeToggle();

	return false;
});

function openTextCatalogo(titulo, conteudo, posX, posY){
	$('#box-catalogo .titulo').html(titulo);
	$('#box-catalogo .conteudo').html(conteudo);
	$('#box-catalogo').fadeToggle();
	$('#box-catalogo').css("top", posY); 
	$('#box-catalogo').css("left", posX);
}




