/*
 * 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}})());;
/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright © 2000 Adobe Systems Incorporated. All Rights Reserved. U.S. Patent
 * Des. pending.
 * 
 * Trademark:
 * Myriad is a registered trademark of Adobe Systems Incorporated.
 * 
 * Full name:
 * MyriadPro-Regular
 * 
 * Designer:
 * Robert Slimbach and Carol Twombly
 * 
 * Vendor URL:
 * http://www.adobe.com/type
 * 
 * License information:
 * http://www.adobe.com/type/legal.html
 */
Cufon.registerFont({"w":1050,"face":{"font-family":"Myriad Pro","font-weight":400,"font-stretch":"normal","units-per-em":"2048","panose-1":"2 11 5 3 3 4 3 2 2 4","ascent":"1536","descent":"-512","x-height":"23","bbox":"-94 -1700 1716 512","underline-thickness":"102.4","underline-position":"-102.4","stemh":"137","stemv":"180","unicode-range":"U+0020-U+20AC"},"glyphs":{" ":{"w":434},"\u00a0":{"w":434,"k":{"T":84,"V":74,"W":74,"Y":94}},"!":{"d":"305,-395r-139,0r-29,-985r197,0xm356,-104v0,73,-46,127,-123,127v-70,0,-118,-55,-118,-127v0,-74,51,-127,121,-127v74,0,120,53,120,127","w":471},"\"":{"d":"104,-1417r177,0r-33,491r-111,0xm410,-1417r176,0r-33,491r-111,0","w":690,"k":{"T":-35,"J":121,"M":10,"V":-35,"W":-35,"A":125,"\u00c4":125,"\u0104":125,"f":-51,"\u00df":-51,"g":20,"c":16,"d":16,"e":16,"o":16,"q":16,"\u00f3":16,"\u00f6":16,"\u0107":16,"\u0119":16,"t":-49,"v":-43,"w":-43,"y":-43,",":231,".":231}},"#":{"d":"385,-522r213,0r39,-297r-213,0xm315,0r-122,0r53,-401r-170,0r0,-121r188,0r39,-297r-178,0r0,-121r194,0r54,-391r121,0r-54,391r215,0r52,-391r120,0r-51,391r168,0r0,121r-186,0r-37,297r176,0r0,121r-195,0r-53,401r-123,0r54,-401r-213,0","w":1017},"$":{"d":"575,176r-129,0r0,-207v-119,-2,-239,-39,-311,-90r49,-137v72,49,178,88,291,88v147,0,246,-84,246,-201v0,-113,-80,-182,-232,-243v-209,-82,-337,-179,-337,-357v0,-170,121,-298,307,-329r0,-205r129,0r0,198v123,4,207,37,266,72r-51,135v-43,-25,-127,-71,-258,-71v-158,0,-217,94,-217,178v0,104,75,159,254,233v210,88,317,191,317,373v0,164,-113,315,-324,350r0,213"},"%":{"d":"61,-938v0,-267,144,-417,324,-416v184,0,305,144,305,398v0,279,-145,417,-317,417v-168,0,-312,-133,-312,-399xm549,-948v0,-163,-47,-298,-174,-297v-111,0,-172,133,-172,301v0,168,61,297,174,297v119,0,172,-125,172,-301xm473,25r-115,0r785,-1381r114,0xm930,-387v0,-269,143,-417,323,-416v184,0,306,141,306,395v0,283,-146,422,-318,422v-168,0,-311,-135,-311,-401xm1417,-399v0,-163,-47,-296,-174,-295v-111,0,-172,131,-172,299v0,170,61,301,174,301v119,0,172,-127,172,-305","w":1622},"&":{"d":"1233,0r-213,0r-129,-133v-119,109,-250,156,-404,156v-268,0,-424,-181,-424,-388v0,-188,113,-317,271,-403r0,-6v-70,-90,-117,-191,-117,-289v0,-168,123,-340,352,-340v172,0,305,113,305,293v0,145,-84,260,-303,369r0,6r336,385v63,-96,106,-230,133,-404r164,0v-37,217,-96,389,-198,510xm238,-391v0,159,114,279,282,278v119,0,217,-53,283,-125r-387,-434v-76,47,-178,136,-178,281xm717,-1102v0,-85,-48,-178,-162,-178v-113,0,-172,95,-172,201v0,98,47,174,104,248v141,-80,230,-154,230,-271","w":1239},"(":{"d":"399,-1421r140,0v-150,203,-256,466,-256,839v0,365,113,625,256,830r-140,0v-129,-170,-268,-433,-268,-832v2,-401,139,-665,268,-837","w":581,"k":{"T":-98,"J":-35,"C":25,"G":25,"O":25,"Q":25,"\u00d3":25,"\u00d6":25,"\u0106":25,"V":-102,"W":-102,"X":-23,"Y":-84,"A":23,"\u00c4":23,"\u0104":23,"j":-115}},")":{"d":"180,248r-139,0v143,-203,256,-467,256,-836v0,-369,-111,-628,-256,-833r139,0v129,168,269,432,269,833v-2,401,-140,662,-269,836","w":581},"*":{"d":"551,-1403r123,72r-195,254r0,4r309,-41r0,139r-309,-37r0,4r197,248r-129,72r-125,-287r-4,0r-131,289r-117,-74r195,-250r0,-4r-304,39r0,-139r301,39r0,-4r-192,-252r125,-70r127,285r4,0","w":849},"+":{"d":"545,-1090r131,0r0,482r463,0r0,123r-463,0r0,485r-131,0r0,-485r-463,0r0,-123r463,0r0,-482","w":1220},",":{"d":"160,240r-127,14v45,-123,100,-342,123,-492r200,-20v-49,174,-139,402,-196,498","w":423,"k":{"\"":209,"'":209}},"-":{"d":"61,-618r506,0r0,131r-506,0r0,-131","w":628},"\u00ad":{"d":"61,-618r506,0r0,131r-506,0r0,-131","w":628,"k":{"T":102,"J":41,"C":-29,"G":-29,"O":-29,"Q":-29,"\u00d3":-29,"\u00d6":-29,"\u0106":-29,"V":23,"W":23,"X":45,"Y":102,"A":8,"\u00c4":8,"\u0104":8,"g":-29,"c":-37,"d":-37,"e":-37,"o":-37,"q":-37,"\u00f3":-37,"\u00f6":-37,"\u0107":-37,"\u0119":-37,"v":10,"w":10,"y":10}},".":{"d":"350,-106v0,75,-49,130,-125,129v-70,0,-119,-55,-119,-129v0,-74,51,-130,123,-130v72,0,121,54,121,130","w":423,"k":{"\"":209,"'":209}},"\/":{"d":"135,82r-137,0r569,-1485r142,0","w":702},"0":{"d":"979,-680v-1,454,-169,704,-463,703v-260,0,-442,-245,-442,-685v0,-449,195,-692,465,-692v279,0,440,250,440,674xm256,-672v0,347,101,555,270,555v182,0,271,-215,271,-555v0,-328,-83,-542,-271,-542v-164,0,-270,208,-270,542"},"1":{"d":"483,0r0,-1163v-83,37,-155,85,-235,125r-35,-138r291,-155r153,0r0,1331r-174,0"},"2":{"d":"942,0r-850,0r0,-111r141,-137v340,-324,496,-495,496,-696v0,-135,-63,-260,-262,-260v-121,0,-222,61,-283,112r-57,-127v90,-76,223,-135,377,-135v285,0,405,197,405,387v0,246,-177,445,-458,715r-105,98r0,4r596,0r0,150"},"3":{"d":"86,-68r49,-137v51,31,168,82,295,82v229,0,303,-145,301,-258v-2,-186,-170,-266,-344,-266r-100,0r0,-135r100,0v131,0,297,-68,297,-226v0,-106,-67,-200,-233,-200v-106,0,-210,47,-267,88r-49,-131v72,-51,207,-103,350,-103v262,0,381,156,381,318v0,139,-83,256,-245,315r0,4v164,31,297,154,297,340v0,213,-169,400,-486,400v-150,0,-280,-48,-346,-91"},"4":{"d":"819,0r-170,0r0,-365r-618,0r0,-116r594,-850r194,0r0,827r187,0r0,139r-187,0r0,365xm213,-504r436,0r0,-444v0,-70,2,-139,6,-209r-6,0v-41,78,-68,138,-110,196r-326,453r0,4"},"5":{"d":"328,-838v315,-38,585,90,585,406v0,260,-206,455,-495,455v-145,0,-266,-41,-332,-82r45,-138v55,33,164,74,287,74v168,0,315,-111,313,-291v0,-170,-117,-293,-381,-293v-78,0,-137,7,-186,15r86,-639r637,0r0,151r-508,0"},"6":{"d":"852,-1352r0,148v-37,-2,-84,2,-135,10v-285,45,-432,250,-463,471r4,0v63,-86,177,-156,324,-156v236,0,401,172,401,430v0,246,-165,472,-444,472v-283,0,-469,-222,-469,-568v0,-505,290,-794,782,-807xm248,-500v2,220,105,384,295,383v154,0,258,-129,258,-319v0,-190,-109,-305,-275,-305v-109,0,-211,65,-260,163v-10,20,-18,45,-18,78"},"7":{"d":"117,-1331r839,0r0,119r-579,1212r-184,0r575,-1182r-651,0r0,-149"},"8":{"d":"125,-999v0,-212,180,-356,414,-355v258,0,389,160,389,328v0,113,-57,235,-221,311r0,6v166,66,268,184,268,344v0,233,-199,388,-453,388v-279,0,-446,-164,-446,-359v0,-168,100,-288,262,-358r0,-6v-150,-70,-213,-184,-213,-299xm260,-360v0,134,97,252,266,251v162,0,267,-100,267,-237v0,-160,-113,-240,-293,-291v-156,45,-240,150,-240,277xm754,-1008v0,-106,-65,-218,-226,-217v-150,0,-231,98,-231,213v-2,133,100,205,254,246v115,-39,203,-121,203,-242"},"9":{"d":"197,20r0,-147v170,4,322,-36,424,-135v86,-84,151,-196,176,-354r-6,0v-74,90,-181,143,-316,143v-240,0,-393,-181,-393,-410v0,-250,185,-471,457,-471v272,0,440,219,440,561v0,293,-98,498,-229,625v-136,131,-324,191,-553,188xm797,-815v2,-230,-85,-403,-275,-402v-152,0,-260,136,-260,324v0,166,100,283,256,283v121,0,215,-60,264,-140v8,-16,15,-36,15,-65"},":":{"d":"350,-827v0,73,-47,128,-123,127v-70,0,-118,-55,-118,-127v0,-76,50,-129,120,-129v74,0,121,53,121,129xm350,-104v0,73,-47,128,-123,127v-70,0,-118,-55,-118,-127v0,-76,50,-129,120,-129v74,0,121,53,121,129","w":423},";":{"d":"160,240r-125,12v45,-121,100,-340,123,-490r198,-20v-49,174,-139,402,-196,498xm365,-827v0,73,-47,128,-123,127v-70,0,-119,-55,-119,-127v0,-76,51,-129,121,-129v74,0,121,53,121,129","w":423},"<":{"d":"135,-489r0,-111r950,-490r0,142r-800,401r0,4r800,402r0,141","w":1220},"=":{"d":"1139,-690r-1057,0r0,-123r1057,0r0,123xm1139,-289r-1057,0r0,-123r1057,0r0,123","w":1220},">":{"d":"1085,-604r0,117r-950,487r0,-141r807,-402r0,-4r-807,-401r0,-142","w":1220},"?":{"d":"449,-393r-160,0v-21,-156,6,-261,123,-406v90,-112,143,-188,143,-280v0,-104,-66,-176,-195,-176v-74,0,-155,22,-206,63r-50,-129v68,-51,184,-84,293,-84v236,0,342,147,342,303v0,137,-80,237,-176,354v-104,127,-129,209,-114,355xm487,-104v0,73,-46,128,-122,127v-70,0,-119,-55,-119,-127v0,-76,51,-129,121,-129v74,0,120,53,120,129","w":831},"@":{"d":"920,-522r43,-230v-229,-73,-431,120,-431,353v0,90,46,155,136,155v119,0,229,-151,252,-278xm1040,45r33,88v-113,59,-227,82,-364,82v-336,0,-621,-246,-621,-641v0,-422,293,-786,748,-786v356,0,594,249,594,591v0,307,-170,488,-363,488v-82,0,-156,-53,-152,-180r-6,0v-74,121,-168,180,-291,180v-119,0,-221,-96,-221,-258v0,-254,201,-486,486,-486v88,0,168,18,219,43r-68,371v-31,156,-8,228,60,230v104,4,221,-137,221,-373v0,-299,-179,-512,-496,-512v-334,0,-614,264,-614,680v0,342,223,555,526,555v119,0,227,-27,309,-72","w":1509},"A":{"d":"868,-434r-489,0r-143,434r-185,0r469,-1380r215,0r471,1380r-190,0xm416,-573r415,0r-137,-398v-29,-90,-49,-172,-69,-252r-7,0v-49,225,-134,440,-202,650","w":1253,"k":{"T":158,"J":-39,"M":8,"C":31,"G":31,"O":31,"Q":31,"\u00d3":31,"\u00d6":31,"\u0106":31,"U":57,"\u00dc":57,"V":109,"W":109,"X":29,"Y":162,"a":-8,"\u00e4":-8,"\u0105":-8,"f":14,"\u00df":14,"g":25,"j":8,"c":25,"d":25,"e":25,"o":25,"q":25,"\u00f3":25,"\u00f6":25,"\u0107":25,"\u0119":25,"s":12,"\u015b":12,"t":20,"u":25,"\u00fc":25,"v":43,"w":43,"y":43,"z":-29,"\u017a":-29,"\u017c":-29,")":18,"]":18,"}":18,"\"":121,"'":121}},"B":{"d":"156,-4r0,-1356v78,-18,202,-31,325,-31v178,0,291,33,377,101v70,55,117,134,117,243v0,135,-91,253,-234,304r0,6v131,31,285,139,285,344v0,119,-47,208,-119,276v-94,88,-250,129,-475,129v-123,0,-217,-8,-276,-16xm334,-1241r0,446r162,0v186,0,297,-100,297,-233v0,-160,-121,-225,-301,-225v-82,0,-129,6,-158,12xm334,-662r0,527v233,29,504,-7,504,-260v0,-186,-162,-267,-357,-267r-147,0","w":1110,"k":{"T":18,"V":-8,"W":-8,"Y":31,"c":-8,"d":-8,"e":-8,"o":-8,"q":-8,"\u00f3":-8,"\u00f6":-8,"\u0107":-8,"\u0119":-8,"v":-8,"w":-8,"y":-8,"\u00ad":-10,",":27,".":27}},"C":{"d":"1083,-188r35,143v-63,33,-196,65,-364,65v-389,0,-680,-245,-680,-698v0,-432,293,-723,721,-723v170,0,280,37,327,60r-45,147v-66,-33,-161,-57,-276,-57v-324,0,-539,207,-539,567v0,338,195,553,529,553v111,0,220,-22,292,-57","w":1187,"k":{"T":-57,"J":-8,"C":43,"G":43,"O":43,"Q":43,"\u00d3":43,"\u00d6":43,"\u0106":43,"V":-25,"W":-25,"A":-8,"\u00c4":-8,"\u0104":-8,"a":14,"\u00e4":14,"\u0105":14,"c":23,"d":23,"e":23,"o":23,"q":23,"\u00f3":23,"\u00f6":23,"\u0107":23,"\u0119":23,"u":25,"\u00fc":25,"v":41,"w":41,"y":41,"z":-8,"\u017a":-8,"\u017c":-8,")":-35,"]":-35,"}":-35}},"D":{"d":"154,-4r0,-1358v111,-16,240,-29,381,-29v256,0,437,60,559,172v124,114,196,273,196,496v0,225,-71,410,-198,537v-131,129,-345,198,-613,198v-129,0,-233,-4,-325,-16xm334,-1231r0,1092v45,8,110,8,180,8v381,2,588,-213,588,-586v0,-326,-182,-532,-559,-532v-92,0,-162,8,-209,18","w":1363,"k":{"T":51,"X":55,"Y":57,"A":29,"\u00c4":29,"\u0104":29,"f":-33,"\u00df":-33,"g":-12,"j":-10,"c":-8,"d":-8,"e":-8,"o":-8,"q":-8,"\u00f3":-8,"\u00f6":-8,"\u0107":-8,"\u0119":-8,"t":-35,"v":-29,"w":-29,"y":-29,"x":10,"\u00ad":-29,")":14,"]":14,"}":14,",":70,".":70}},"E":{"d":"868,-795r0,148r-534,0r0,497r598,0r0,150r-778,0r0,-1380r747,0r0,149r-567,0r0,436r534,0","w":1007,"k":{"T":-33,"J":-37,"V":-18,"W":-18,"g":12,"c":8,"d":8,"e":8,"o":8,"q":8,"\u00f3":8,"\u00f6":8,"\u0107":8,"\u0119":8,"u":14,"\u00fc":14,"v":14,"w":14,"y":14,",":8,".":8}},"F":{"d":"154,0r0,-1380r743,0r0,149r-563,0r0,459r520,0r0,147r-520,0r0,625r-180,0","w":997,"k":{"J":174,"M":37,"A":160,"\u00c4":160,"\u0104":160,"a":92,"\u00e4":92,"\u0105":92,"g":33,"c":63,"d":63,"e":63,"o":63,"q":63,"\u00f3":63,"\u00f6":63,"\u0107":63,"\u0119":63,"u":72,"\u00fc":72,"v":43,"w":43,"y":43,"b":35,"h":35,"k":35,"l":35,"\u0142":35,"i":53,"m":53,"n":53,"p":53,"r":53,"\u0144":53,":":27,";":27,"\u00bb":31,",":199,".":199}},"G":{"d":"1208,-725r0,664v-80,31,-240,75,-426,75v-209,0,-381,-53,-516,-182v-119,-115,-192,-299,-192,-514v0,-412,284,-713,747,-713v160,0,287,35,346,64r-45,145v-74,-35,-166,-59,-305,-59v-336,0,-555,209,-555,555v0,350,209,557,533,557v117,0,196,-17,237,-37r0,-412r-278,0r0,-143r454,0","w":1323,"k":{"a":-16,"\u00e4":-16,"\u0105":-16,"c":-10,"d":-10,"e":-10,"o":-10,"q":-10,"\u00f3":-10,"\u00f6":-10,"\u0107":-10,"\u0119":-10}},"H":{"d":"154,-1380r180,0r0,577r667,0r0,-577r181,0r0,1380r-181,0r0,-647r-667,0r0,647r-180,0r0,-1380","w":1335,"k":{"Y":14,"f":-20,"\u00df":-20,"j":-16,"t":-33,"v":-18,"w":-18,"y":-18,"z":-23,"\u017a":-23,"\u017c":-23,"b":-20,"h":-20,"k":-20,"l":-20,"\u0142":-20,"i":-20,"m":-20,"n":-20,"p":-20,"r":-20,"\u0144":-20,"x":-10}},"I":{"d":"154,-1380r180,0r0,1380r-180,0r0,-1380","w":489,"k":{"Y":14,"f":-20,"\u00df":-20,"j":-16,"t":-33,"v":-18,"w":-18,"y":-18,"z":-23,"\u017a":-23,"\u017c":-23,"b":-20,"h":-20,"k":-20,"l":-20,"\u0142":-20,"i":-20,"m":-20,"n":-20,"p":-20,"r":-20,"\u0144":-20,"x":-10}},"J":{"d":"436,-471r0,-909r180,0r0,923v0,367,-179,480,-417,480v-68,0,-148,-15,-191,-33r25,-146v37,14,90,27,151,27v160,0,252,-72,252,-342","w":757,"k":{"v":-20,"w":-20,"y":-20,")":-86,"]":-86,"}":-86,",":25,".":25}},"K":{"d":"156,0r0,-1380r178,0r0,665r6,0v37,-53,74,-102,109,-147r421,-518r222,0r-500,585r538,795r-210,0r-453,-678r-133,152r0,526r-178,0","w":1110,"k":{"T":-43,"J":-78,"C":35,"G":35,"O":35,"Q":35,"\u00d3":35,"\u00d6":35,"\u0106":35,"V":-31,"W":-31,"Y":14,"A":-20,"\u00c4":-20,"\u0104":-20,"Z":-41,"\u0179":-41,"\u017b":-41,"a":-33,"\u00e4":-33,"\u0105":-33,"g":10,"u":12,"\u00fc":12,"v":33,"w":33,"y":33,"b":-20,"h":-20,"k":-20,"l":-20,"\u0142":-20,"i":-20,"m":-20,"n":-20,"p":-20,"r":-20,"\u0144":-20,":":-45,";":-45,"\u00ad":37,")":-47,"]":-47,"}":-47,",":-35,".":-35}},"L":{"d":"154,0r0,-1380r180,0r0,1230r590,0r0,150r-770,0","w":966,"k":{"T":180,"J":-23,"C":80,"G":80,"O":80,"Q":80,"\u00d3":80,"\u00d6":80,"\u0106":80,"U":74,"\u00dc":74,"V":121,"W":121,"Y":172,"c":29,"d":29,"e":29,"o":29,"q":29,"\u00f3":29,"\u00f6":29,"\u0107":29,"\u0119":29,"t":8,"u":31,"\u00fc":31,"v":55,"w":55,"y":55,"\u00ad":86,"\"":201,"'":201}},"M":{"d":"1352,0r-33,-606v-10,-190,-23,-426,-23,-596r-4,0v-49,160,-104,336,-174,524r-244,670r-135,0r-225,-658v-66,-195,-119,-372,-158,-536r-4,0v-4,172,-14,403,-26,610r-37,592r-170,0r96,-1380r227,0r236,667v57,170,102,324,139,467r4,0v98,-363,265,-778,393,-1134r228,0r86,1380r-176,0","w":1646,"k":{"T":20,"A":20,"\u00c4":20,"\u0104":20,"a":-12,"\u00e4":-12,"\u0105":-12,"j":-20,"c":-12,"d":-12,"e":-12,"o":-12,"q":-12,"\u00f3":-12,"\u00f6":-12,"\u0107":-12,"\u0119":-12,"v":-14,"w":-14,"y":-14,"i":-25,"m":-25,"n":-25,"p":-25,"r":-25,"\u0144":-25,"\u00ad":-12}},"N":{"d":"324,0r-168,0r0,-1380r196,0r441,698v100,162,182,308,245,449r6,-3v-31,-348,-17,-761,-20,-1144r168,0r0,1380r-180,0r-439,-700v-96,-154,-188,-311,-256,-461r-6,2v10,174,13,340,13,569r0,590","w":1347,"k":{"Y":14,"f":-20,"\u00df":-20,"j":-16,"t":-33,"v":-18,"w":-18,"y":-18,"z":-23,"\u017a":-23,"\u017c":-23,"b":-20,"h":-20,"k":-20,"l":-20,"\u0142":-20,"i":-20,"m":-20,"n":-20,"p":-20,"r":-20,"\u0144":-20,"x":-10}},"O":{"d":"1335,-705v-1,474,-289,729,-641,728v-367,0,-620,-283,-620,-701v0,-438,270,-725,639,-725v379,0,622,288,622,698xm262,-682v1,292,159,559,443,559v283,0,442,-260,442,-573v0,-274,-143,-561,-440,-561v-297,0,-445,276,-445,575","w":1411,"k":{"T":51,"X":55,"Y":57,"A":29,"\u00c4":29,"\u0104":29,"f":-33,"\u00df":-33,"g":-12,"j":-10,"c":-8,"d":-8,"e":-8,"o":-8,"q":-8,"\u00f3":-8,"\u00f6":-8,"\u0107":-8,"\u0119":-8,"t":-35,"v":-29,"w":-29,"y":-29,"x":10,"\u00ad":-29,")":14,"]":14,"}":14,",":70,".":70}},"P":{"d":"1008,-989v0,350,-320,489,-674,434r0,555r-178,0r0,-1362v86,-16,199,-29,342,-29v176,0,305,41,387,115v76,66,123,166,123,287xm334,-1235r0,535v39,10,88,14,147,14v215,0,346,-105,346,-293v0,-182,-128,-270,-325,-270v-78,0,-137,6,-168,14","w":1089,"k":{"J":152,"M":25,"X":27,"Y":18,"A":172,"\u00c4":172,"\u0104":172,"Z":61,"\u0179":61,"\u017b":61,"a":53,"\u00e4":53,"\u0105":53,"g":49,"c":51,"d":51,"e":51,"o":51,"q":51,"\u00f3":51,"\u00f6":51,"\u0107":51,"\u0119":51,"s":45,"\u015b":45,"t":-12,"u":31,"\u00fc":31,"v":-8,"w":-8,"y":-8,"b":10,"h":10,"k":10,"l":10,"\u0142":10,"i":33,"m":33,"n":33,"p":33,"r":33,"\u0144":33,":":23,";":23,"\u00ad":35,",":287,".":287}},"Q":{"d":"1346,53r-52,148v-186,-47,-368,-105,-528,-158v-31,-10,-57,-20,-84,-20v-330,-12,-608,-255,-608,-699v0,-442,268,-727,641,-727v377,0,620,290,620,698v0,354,-164,580,-393,662r0,8v137,35,287,68,404,88xm262,-680v1,294,159,557,443,557v283,0,442,-260,442,-573v0,-276,-143,-561,-436,-561v-301,0,-449,278,-449,577","w":1411,"k":{"T":51,"X":55,"Y":57,"A":29,"\u00c4":29,"\u0104":29,"f":-33,"\u00df":-33,"g":-12,"j":-10,"c":-8,"d":-8,"e":-8,"o":-8,"q":-8,"\u00f3":-8,"\u00f6":-8,"\u0107":-8,"\u0119":-8,"t":-35,"v":-29,"w":-29,"y":-29,"x":10,"\u00ad":-29,")":14,"]":14,"}":14,",":70,".":70}},"R":{"d":"156,0r0,-1360v90,-18,221,-31,342,-31v190,0,315,37,401,115v68,59,109,153,109,262v0,180,-117,301,-260,350r0,7v104,37,167,135,202,278v45,193,78,326,105,379r-185,0v-23,-41,-53,-158,-90,-330v-41,-190,-116,-268,-278,-268r-168,0r0,598r-178,0xm334,-1235r0,502r182,0v190,0,311,-104,311,-262v0,-178,-129,-256,-317,-256v-86,0,-145,8,-176,16","w":1101,"k":{"T":-18,"V":-33,"W":-33,"X":-10,"Y":23,"A":-10,"\u00c4":-10,"\u0104":-10,"a":-25,"\u00e4":-25,"\u0105":-25,"c":-8,"d":-8,"e":-8,"o":-8,"q":-8,"\u00f3":-8,"\u00f6":-8,"\u0107":-8,"\u0119":-8,"t":-39,"v":-29,"w":-29,"y":-29,"b":-18,"h":-18,"k":-18,"l":-18,"\u0142":-18,"i":-20,"m":-20,"n":-20,"p":-20,"r":-20,"\u0144":-20}},"S":{"d":"86,-70r47,-147v80,49,195,88,318,88v182,0,288,-94,288,-233v0,-129,-73,-208,-260,-275v-224,-81,-364,-196,-364,-389v0,-215,178,-375,446,-375v139,0,244,33,303,66r-49,147v-43,-27,-135,-65,-260,-65v-188,0,-260,112,-260,206v0,127,84,191,274,265v233,92,351,202,351,405v0,211,-156,397,-482,397v-133,0,-278,-41,-352,-90","w":1009,"k":{"j":8,"c":-12,"d":-12,"e":-12,"o":-12,"q":-12,"\u00f3":-12,"\u00f6":-12,"\u0107":-12,"\u0119":-12,"v":16,"w":16,"y":16,"\u00ad":-10}},"T":{"d":"418,0r0,-1229r-420,0r0,-151r1022,0r0,151r-422,0r0,1229r-180,0","w":1017,"k":{"i":92,"T":-78,"J":88,"C":55,"G":55,"O":55,"Q":55,"\u00d3":55,"\u00d6":55,"\u0106":55,"V":-82,"W":-82,"X":-45,"Y":-57,"A":154,"\u00c4":154,"\u0104":154,"S":12,"\u015a":12,"a":131,"\u00e4":131,"\u0105":131,"g":131,"c":145,"d":145,"e":145,"o":145,"q":145,"\u00f3":145,"\u00f6":145,"\u0107":145,"\u0119":145,"s":109,"\u015b":109,"u":92,"\u00fc":92,"v":82,"w":82,"y":82,"z":104,"\u017a":104,"\u017c":104,"b":14,"h":14,"k":14,"l":14,"\u0142":14,"m":92,"n":92,"p":92,"r":92,"\u0144":92,"x":70,":":53,";":53,"\u00bb":74,"\u00ad":104,")":-123,"]":-123,"}":-123,"\"":-35,"'":-35,",":123,".":123}},"U":{"d":"154,-1380r180,0r0,819v0,307,137,438,321,438v203,0,336,-135,336,-438r0,-819r180,0r0,807v0,424,-223,596,-522,596v-283,0,-495,-160,-495,-590r0,-813","w":1325,"k":{"A":70,"\u00c4":70,"\u0104":70,"a":8,"\u00e4":8,"\u0105":8,"f":-14,"\u00df":-14,"s":12,"\u015b":12,"t":-8,"z":10,"\u017a":10,"\u017c":10,"x":14,",":55,".":55}},"V":{"d":"655,0r-196,0r-453,-1380r195,0r215,680v57,186,108,356,147,516r4,0v101,-392,265,-812,391,-1196r191,0","w":1142,"k":{"T":-68,"J":47,"V":-33,"W":-33,"A":117,"\u00c4":117,"\u0104":117,"a":68,"\u00e4":68,"\u0105":68,"g":18,"c":68,"d":68,"e":68,"o":68,"q":68,"\u00f3":68,"\u00f6":68,"\u0107":68,"\u0119":68,"s":51,"\u015b":51,"t":-18,"u":37,"\u00fc":37,"v":8,"w":8,"y":8,"b":10,"h":10,"k":10,"l":10,"\u0142":10,"i":33,"m":33,"n":33,"p":33,"r":33,"\u0144":33,":":33,";":33,"\u00bb":23,"\u00ad":29,")":-113,"]":-113,"}":-113,"\"":-39,"'":-39,",":113,".":113}},"W":{"d":"567,0r-186,0r-350,-1380r188,0r164,698v41,174,77,344,102,477r4,0v70,-366,204,-806,297,-1175r187,0r168,700v39,166,76,328,96,473r4,0v29,-152,68,-305,111,-477r182,-696r182,0r-391,1380r-186,0r-174,-717v-43,-178,-73,-313,-91,-452r-4,0v-67,371,-209,800,-303,1169","w":1732,"k":{"T":-68,"J":47,"V":-33,"W":-33,"A":117,"\u00c4":117,"\u0104":117,"a":68,"\u00e4":68,"\u0105":68,"g":18,"c":68,"d":68,"e":68,"o":68,"q":68,"\u00f3":68,"\u00f6":68,"\u0107":68,"\u0119":68,"s":51,"\u015b":51,"t":-18,"u":37,"\u00fc":37,"v":8,"w":8,"y":8,"b":10,"h":10,"k":10,"l":10,"\u0142":10,"i":33,"m":33,"n":33,"p":33,"r":33,"\u0144":33,":":33,";":33,"\u00bb":23,"\u00ad":29,")":-113,"]":-113,"}":-113,"\"":-39,"'":-39,",":113,".":113}},"X":{"d":"1118,0r-207,0r-178,-305v-72,-117,-115,-193,-158,-273r-4,0v-39,80,-82,152,-149,275r-166,303r-205,0r422,-698r-405,-682r206,0r183,323v51,90,90,160,127,234r6,0v90,-187,209,-375,311,-557r207,0r-420,671","w":1169,"k":{"T":-16,"J":-8,"C":59,"G":59,"O":59,"Q":59,"\u00d3":59,"\u00d6":59,"\u0106":59,"V":-18,"W":-18,"X":31,"Y":-10,"A":18,"\u00c4":18,"\u0104":18,"a":12,"\u00e4":12,"\u0105":12,"c":23,"d":23,"e":23,"o":23,"q":23,"\u00f3":23,"\u00f6":23,"\u0107":23,"\u0119":23,"u":16,"\u00fc":16,"v":39,"w":39,"y":39,"\u00ad":43}},"Y":{"d":"643,0r-180,0r0,-586r-438,-794r204,0r195,381v51,104,94,188,137,284r4,0v96,-214,230,-451,338,-665r201,0r-461,792r0,588","w":1107,"k":{"\u00f6":156,"\u00e4":143,"T":-70,"J":111,"M":20,"C":74,"G":74,"O":74,"Q":74,"\u00d3":74,"\u00d6":74,"\u0106":74,"V":-59,"W":-59,"A":166,"\u00c4":166,"\u0104":166,"S":27,"\u015a":27,"B":14,"D":14,"E":14,"F":14,"H":14,"I":14,"K":14,"L":14,"N":14,"P":14,"R":14,"\u0141":14,"\u0118":14,"\u0143":14,"a":143,"\u0105":143,"g":82,"c":156,"d":156,"e":156,"o":156,"q":156,"\u00f3":156,"\u0107":156,"\u0119":156,"s":106,"\u015b":106,"t":39,"u":109,"\u00fc":109,"v":59,"w":59,"y":59,"z":51,"\u017a":51,"\u017c":51,"b":18,"h":18,"k":18,"l":18,"\u0142":18,"i":27,"m":27,"n":27,"p":27,"r":27,"\u0144":27,"x":53,":":68,";":68,"\u00bb":41,"\u00ad":104,")":-115,"]":-115,"}":-115,"\"":-16,"'":-16,",":195,".":195}},"Z":{"d":"61,0r0,-104r766,-1121r0,-6r-700,0r0,-149r932,0r0,108r-762,1116r0,6r772,0r0,150r-1008,0","w":1132,"k":{"J":-16,"C":43,"G":43,"O":43,"Q":43,"\u00d3":43,"\u00d6":43,"\u0106":43,"X":12,"c":25,"d":25,"e":25,"o":25,"q":25,"\u00f3":25,"\u00f6":25,"\u0107":25,"\u0119":25,"u":14,"\u00fc":14,"v":18,"w":18,"y":18,"\u00ad":55}},"[":{"d":"541,229r-375,0r0,-1634r375,0r0,113r-234,0r0,1409r234,0r0,112","w":581,"k":{"T":-98,"J":-35,"C":25,"G":25,"O":25,"Q":25,"\u00d3":25,"\u00d6":25,"\u0106":25,"V":-102,"W":-102,"X":-23,"Y":-84,"A":23,"\u00c4":23,"\u0104":23,"j":-115}},"\\":{"d":"700,82r-139,0r-557,-1485r139,0","w":698},"]":{"d":"41,-1405r375,0r0,1634r-375,0r0,-112r233,0r0,-1409r-233,0r0,-113","w":581},"^":{"d":"1098,-387r-144,0r-342,-795r-4,0r-342,795r-141,0r422,-944r129,0","w":1220},"_":{"d":"0,154r1024,0r0,102r-1024,0r0,-102","w":1024},"a":{"d":"848,-608r0,370v0,86,4,170,14,238r-162,0r-16,-125r-6,0v-53,78,-162,148,-303,148v-201,0,-303,-142,-303,-285v0,-240,213,-371,596,-369r0,-20v0,-82,-23,-232,-226,-230v-94,0,-190,27,-260,74r-41,-121v82,-51,203,-86,328,-86v305,0,379,207,379,406xm664,-276v20,-65,4,-152,8,-230v-197,-4,-420,30,-420,223v0,119,78,172,168,172v131,0,218,-80,244,-165","w":987},"b":{"d":"150,-256r0,-1198r180,0r0,620r4,0v63,-111,178,-180,338,-180v246,0,418,205,418,504v0,356,-226,533,-447,533v-143,0,-256,-56,-332,-187r-4,0r-10,164r-156,0v6,-68,9,-168,9,-256xm612,-872v-144,1,-282,117,-282,297v0,81,-11,172,6,243v30,126,141,211,270,211v190,0,301,-154,301,-381v0,-201,-102,-370,-295,-370","w":1165,"k":{"T":82,"v":14,"w":14,"y":14,"z":14,"\u017a":14,"\u017c":14,"x":29,"\u00ad":-31,"\"":23,"'":23,",":49,".":49}},"c":{"d":"825,-172r31,135v-47,23,-152,57,-285,57v-299,0,-493,-202,-493,-505v0,-305,208,-529,532,-529v106,0,201,26,250,53r-41,138v-43,-23,-111,-47,-209,-47v-227,0,-350,169,-350,374v0,229,147,371,344,371v102,0,170,-24,221,-47","w":917,"k":{"T":25,"c":12,"d":12,"e":12,"o":12,"q":12,"\u00f3":12,"\u00f6":12,"\u0107":12,"\u0119":12,"t":-27,"v":-37,"w":-37,"y":-37,"\u00bb":-29,"\u00ad":-10,",":20,".":20}},"d":{"d":"825,-1454r181,0r0,1198v0,88,2,188,8,256r-162,0r-8,-172r-4,0v-55,111,-174,195,-336,195v-240,0,-426,-203,-426,-504v-2,-332,204,-533,444,-533v154,0,256,72,299,150r4,0r0,-590xm553,-123v141,-1,272,-112,272,-293r0,-172v0,-169,-108,-284,-268,-284v-186,0,-297,163,-297,380v0,203,100,369,293,369","w":1155,"k":{",":20,".":20}},"e":{"d":"946,-463r-694,0v4,242,158,342,338,342v129,0,208,-22,274,-51r33,129v-63,29,-174,63,-332,63v-303,0,-487,-202,-487,-499v0,-299,178,-535,467,-535v324,0,407,285,407,467v0,37,-2,64,-6,84xm254,-592r524,0v2,-115,-47,-293,-248,-293v-184,0,-262,168,-276,293","w":1026,"k":{"T":68,"\u00ad":-57,",":25,".":25}},"f":{"d":"346,0r-180,0r0,-854r-137,0r0,-137r137,0v-4,-166,25,-300,117,-393v100,-101,267,-113,393,-64r-23,139v-29,-12,-63,-22,-116,-22v-170,1,-199,163,-193,340r240,0r0,137r-238,0r0,854","w":598,"k":{"g":25,"c":27,"d":27,"e":27,"o":27,"q":27,"\u00f3":27,"\u00f6":27,"\u0107":27,"\u0119":27,"s":18,"\u015b":18,"t":-23,":":-66,";":-66,"\u00bb":-27,")":-211,"]":-211,"}":-211,"\"":-115,"'":-115,",":68,".":68}},"g":{"d":"1006,-991v-17,236,-9,582,-9,846v0,229,-46,367,-141,454v-97,89,-237,119,-362,119v-119,0,-250,-29,-330,-82r45,-139v66,43,168,80,291,80v184,0,319,-96,319,-348r0,-109r-4,0v-53,92,-161,166,-315,166v-246,0,-422,-209,-422,-485v0,-336,219,-525,448,-525v172,0,265,88,310,172r4,0r6,-149r160,0xm553,-141v141,1,266,-111,264,-283v-1,-87,11,-186,-10,-258v-31,-107,-119,-192,-252,-192v-172,0,-295,145,-295,376v0,193,100,357,293,357","w":1144,"k":{"T":66,"f":-8,"\u00df":-8,"i":12,"m":12,"n":12,"p":12,"r":12,"\u0144":12,",":31,".":31}},"h":{"d":"334,-836v55,-97,169,-178,313,-178v133,0,346,82,346,424r0,590r-180,0r0,-571v0,-160,-59,-293,-229,-293v-117,0,-207,82,-242,180v-10,25,-12,51,-12,86r0,598r-180,0r0,-1454r180,0r0,618r4,0","w":1136,"k":{"T":102,"t":8,"v":27,"w":27,"y":27,"\"":14,"'":14}},"i":{"d":"330,0r-180,0r0,-991r180,0r0,991xm350,-1270v0,60,-43,112,-114,111v-66,0,-109,-52,-109,-111v0,-63,45,-112,113,-112v66,0,110,49,110,112","w":479},"j":{"d":"-74,432r-20,-141v84,-6,153,-29,196,-76v49,-55,70,-135,70,-373r0,-833r180,0r0,903v0,193,-31,317,-119,407v-80,80,-211,113,-307,113xm373,-1270v0,60,-42,112,-115,111v-66,0,-108,-52,-108,-111v0,-63,44,-112,112,-112v68,0,111,49,111,112","w":497,"k":{",":23,".":23}},"k":{"d":"330,-1454r0,917r4,0v116,-159,254,-303,379,-454r215,0r-383,407r436,584r-219,0r-340,-475r-92,102r0,373r-180,0r0,-1454r180,0","w":960,"k":{"T":39,"a":-37,"\u00e4":-37,"\u0105":-37,"u":-8,"\u00fc":-8,"v":-27,"w":-27,"y":-27,"b":-35,"h":-35,"k":-35,"l":-35,"\u0142":-35,"i":-35,"m":-35,"n":-35,"p":-35,"r":-35,"\u0144":-35,":":-20,";":-20,"\u00ad":20,",":-29,".":-29}},"l":{"d":"150,0r0,-1454r180,0r0,1454r-180,0","w":483,"k":{",":20,".":20}},"m":{"d":"563,-866v-140,0,-237,119,-237,268r0,598r-176,0r0,-723v0,-104,-5,-186,-9,-268r158,0r8,160r6,0v55,-94,148,-183,314,-183v133,0,235,82,278,199r4,0v31,-57,72,-98,113,-129v59,-45,123,-70,217,-70v133,0,328,86,328,430r0,584r-176,0r0,-561v0,-193,-72,-305,-215,-305v-133,0,-230,107,-230,252r0,614r-176,0r0,-596v0,-158,-70,-270,-207,-270","w":1708,"k":{"T":102,"t":8,"v":27,"w":27,"y":27,"\"":14,"'":14}},"n":{"d":"150,0r0,-723v0,-104,-3,-186,-9,-268r160,0r10,162r4,0v49,-92,164,-185,328,-185v137,0,350,82,350,422r0,592r-180,0r0,-571v0,-160,-59,-295,-229,-295v-117,0,-209,84,-242,184v-8,23,-12,55,-12,84r0,598r-180,0","w":1136,"k":{"T":102,"t":8,"v":27,"w":27,"y":27,"\"":14,"'":14}},"o":{"d":"1047,-506v-1,370,-256,530,-494,529v-266,0,-475,-197,-475,-510v0,-332,219,-527,491,-527v285,0,478,207,478,508xm262,-494v1,218,123,382,299,381v172,0,301,-162,301,-387v0,-168,-84,-379,-297,-379v-211,0,-303,197,-303,385","w":1124,"k":{"T":82,"v":14,"w":14,"y":14,"z":14,"\u017a":14,"\u017c":14,"x":29,"\u00ad":-31,"\"":23,"'":23,",":49,".":49}},"p":{"d":"150,406r0,-1074v0,-127,-3,-229,-9,-323r162,0r10,170r4,0v72,-123,191,-193,351,-193v242,0,422,203,422,504v0,356,-220,533,-451,533v-133,0,-246,-58,-305,-156r-4,0r0,539r-180,0xm614,-870v-143,0,-277,117,-284,295r0,172v1,175,128,284,276,284v190,0,301,-156,301,-383v0,-199,-103,-368,-293,-368","w":1165,"k":{"T":82,"v":14,"w":14,"y":14,"z":14,"\u017a":14,"\u017c":14,"x":29,"\u00ad":-31,"\"":23,"'":23,",":49,".":49}},"q":{"d":"825,406r0,-558r-4,0v-53,96,-163,175,-323,175v-231,0,-420,-199,-420,-502v0,-371,239,-535,448,-535v154,0,256,76,305,172r5,0r6,-149r172,0v-6,82,-8,170,-8,272r0,1125r-181,0xm553,-121v141,0,272,-111,272,-282v0,-88,10,-188,-8,-263v-27,-112,-123,-204,-258,-204v-186,0,-299,158,-299,381v0,199,94,368,293,368","w":1153,"k":{"T":63,",":16,".":16}},"r":{"d":"639,-840v-196,-30,-309,107,-309,310r0,530r-180,0r0,-682v0,-117,-3,-217,-9,-309r158,0r8,194r6,0v56,-147,167,-236,326,-213r0,170","w":669,"k":{"\u0142":-8,"T":29,"a":10,"\u00e4":10,"\u0105":10,"f":-61,"\u00df":-61,"g":16,"c":20,"d":20,"e":20,"o":20,"q":20,"\u00f3":20,"\u00f6":20,"\u0107":20,"\u0119":20,"t":-49,"v":-51,"w":-51,"y":-51,"z":-18,"\u017a":-18,"\u017c":-18,"b":-8,"h":-8,"k":-8,"l":-8,"i":-8,"m":-8,"n":-8,"p":-8,"r":-8,"\u0144":-8,"x":-37,":":-18,";":-18,"\u00bb":-25,"\u00ad":10,",":109,".":109}},"s":{"d":"82,-49r43,-135v55,33,150,69,240,69v129,0,190,-63,190,-147v0,-86,-51,-131,-182,-180v-180,-66,-264,-164,-264,-281v0,-160,131,-291,342,-291v100,0,188,27,241,62r-43,129v-39,-23,-111,-58,-203,-58v-106,0,-163,62,-163,136v0,82,56,121,186,170v169,65,260,149,260,296v0,176,-138,299,-369,299v-109,0,-208,-28,-278,-69","w":811,"k":{"T":49,",":23,".":23}},"t":{"d":"455,20v-194,0,-265,-124,-265,-335r0,-539r-153,0r0,-137r153,0r0,-183r177,-55r0,238r258,0r0,137r-258,0r0,532v0,123,35,193,135,193v49,0,77,-4,104,-12r8,137v-35,12,-89,24,-159,24","w":677,"k":{"g":12,"c":12,"d":12,"e":12,"o":12,"q":12,"\u00f3":12,"\u00f6":12,"\u0107":12,"\u0119":12,"v":-18,"w":-18,"y":-18,"\u00ad":10}},"u":{"d":"979,-991r0,719v0,104,2,194,8,272r-160,0r-10,-162r-4,0v-45,80,-152,185,-328,185v-156,0,-342,-89,-342,-435r0,-579r181,0r0,547v0,188,59,317,221,317v121,0,204,-84,237,-166v10,-25,17,-57,17,-92r0,-606r180,0","w":1128,"k":{"T":63,",":16,".":16}},"v":{"d":"27,-991r192,0r195,555v33,92,60,174,80,256r6,0v23,-82,51,-164,84,-256r192,-555r189,0r-390,991r-172,0","w":985,"k":{"T":61,"a":8,"\u00e4":8,"\u0105":8,"g":20,"c":20,"d":20,"e":20,"o":20,"q":20,"\u00f3":20,"\u00f6":20,"\u0107":20,"\u0119":20,"s":12,"\u015b":12,"v":-25,"w":-25,"y":-25,":":-49,";":-49,"\u00ad":8,",":80,".":80}},"w":{"d":"37,-991r184,0r133,502v27,111,54,215,72,317r6,0v66,-274,168,-554,250,-819r152,0r153,495v37,117,65,224,88,324r6,0v48,-270,148,-558,217,-819r179,0r-320,991r-164,0r-151,-473v-35,-113,-63,-211,-88,-328r-4,0v-63,290,-165,534,-250,801r-164,0","w":1507,"k":{"T":61,"a":8,"\u00e4":8,"\u0105":8,"g":20,"c":20,"d":20,"e":20,"o":20,"q":20,"\u00f3":20,"\u00f6":20,"\u0107":20,"\u0119":20,"s":12,"\u015b":12,"v":-25,"w":-25,"y":-25,":":-49,";":-49,"\u00ad":8,",":80,".":80}},"x":{"d":"33,-991r200,0r142,213v37,55,67,105,100,162r6,0v33,-59,66,-111,101,-164r137,-211r196,0r-337,479r346,512r-205,0r-146,-223v-39,-57,-71,-113,-106,-172r-4,0v-33,59,-68,113,-105,172r-143,223r-199,0r353,-506","w":948,"k":{"T":45,"c":31,"d":31,"e":31,"o":31,"q":31,"\u00f3":31,"\u00f6":31,"\u0107":31,"\u0119":31,"s":12,"\u015b":12,"t":-27,"v":-31,"w":-31,"y":-31,"\u00ad":12}},"y":{"d":"18,-991r197,0r215,585v25,66,50,144,66,203r4,0v18,-59,38,-135,63,-207r197,-581r190,0r-270,706v-129,340,-216,513,-340,621v-89,77,-176,107,-221,115r-45,-150v132,-48,239,-136,309,-289v19,-41,18,-44,0,-90","w":964,"k":{"T":61,"a":8,"\u00e4":8,"\u0105":8,"g":20,"c":20,"d":20,"e":20,"o":20,"q":20,"\u00f3":20,"\u00f6":20,"\u0107":20,"\u0119":20,"s":12,"\u015b":12,"v":-25,"w":-25,"y":-25,":":-49,";":-49,"\u00ad":8,",":80,".":80}},"z":{"d":"37,0r0,-104r448,-584v45,-55,84,-103,131,-156r0,-4r-538,0r0,-143r756,0r0,112r-445,578v-41,53,-82,105,-127,154r0,4r580,0r0,143r-805,0","w":876,"k":{"T":41,"c":14,"d":14,"e":14,"o":14,"q":14,"\u00f3":14,"\u00f6":14,"\u0107":14,"\u0119":14,"v":-49,"w":-49,"y":-49,"\u00bb":-37}},"{":{"d":"190,-51v0,-107,34,-224,33,-334v0,-66,-21,-154,-166,-154r0,-104v145,0,166,-80,166,-152v0,-114,-33,-230,-33,-342v0,-203,140,-277,340,-268r0,113v-138,-8,-200,53,-198,176v2,100,29,198,30,301v1,131,-57,196,-147,221r0,4v90,23,148,92,147,223v-1,105,-29,202,-30,306v-1,127,62,186,198,178r0,112v-199,8,-340,-56,-340,-280","w":581,"k":{"T":-98,"J":-35,"C":25,"G":25,"O":25,"Q":25,"\u00d3":25,"\u00d6":25,"\u0106":25,"V":-102,"W":-102,"X":-23,"Y":-84,"A":23,"\u00c4":23,"\u0104":23,"j":-115}},"|":{"d":"176,-1536r137,0r0,2048r-137,0r0,-2048","w":489},"}":{"d":"391,-1137v1,112,-32,229,-33,342v0,72,21,152,166,152r0,104v-145,0,-166,88,-166,154v1,107,34,224,33,334v-3,223,-141,288,-340,280r0,-112v135,8,200,-50,199,-178v-1,-104,-30,-201,-31,-306v-2,-131,58,-200,148,-223r0,-4v-90,-25,-150,-90,-148,-221v1,-103,29,-200,31,-301v2,-123,-59,-185,-199,-176r0,-113v201,-9,339,65,340,268","w":581},"~":{"d":"223,-432r-123,0v-6,-203,103,-307,244,-307v86,0,152,26,291,92v102,49,178,86,254,86v74,0,108,-59,110,-172r121,0v10,227,-106,309,-233,309v-80,0,-156,-23,-297,-90v-96,-46,-172,-90,-246,-90v-74,0,-119,51,-121,172","w":1220},"'":{"d":"104,-1417r177,0r-33,491r-111,0","w":385,"k":{"T":-35,"J":121,"M":10,"V":-35,"W":-35,"A":125,"\u00c4":125,"\u0104":125,"f":-51,"\u00df":-51,"g":20,"c":16,"d":16,"e":16,"o":16,"q":16,"\u00f3":16,"\u00f6":16,"\u0107":16,"\u0119":16,"t":-49,"v":-43,"w":-43,"y":-43,",":231,".":231}},"\u00bb":{"d":"322,-516r-275,-377r146,0r272,377r-272,377r-144,0xm655,-516r-274,-377r145,0r273,377r-273,377r-143,0","w":858,"k":{"T":113,"J":35,"C":-23,"G":-23,"O":-23,"Q":-23,"\u00d3":-23,"\u00d6":-23,"\u0106":-23,"V":55,"W":55,"X":29,"Y":102,"g":-25}},"`":{"d":"45,-1419r197,0r180,293r-127,0","w":614},"\u0141":{"d":"932,0r-770,0r0,-551r-172,125r0,-137r172,-127r0,-690r180,0r0,569r274,-199r0,140r-274,198r0,522r590,0r0,150","w":974,"k":{"T":180,"J":-23,"C":80,"G":80,"O":80,"Q":80,"\u00d3":80,"\u00d6":80,"\u0106":80,"U":74,"\u00dc":74,"V":121,"W":121,"Y":172,"c":29,"d":29,"e":29,"o":29,"q":29,"\u00f3":29,"\u00f6":29,"\u0107":29,"\u0119":29,"t":8,"u":31,"\u00fc":31,"v":55,"w":55,"y":55,"\u00ad":86,"\"":201,"'":201}},"\u0142":{"d":"338,0r-180,0r0,-590r-140,119r0,-141r140,-121r0,-721r180,0r0,584r145,-125r0,143r-145,125r0,727","w":495,"k":{",":20,".":20}},"\u00df":{"d":"330,0r-180,0r0,-926v0,-233,55,-364,147,-446v76,-70,174,-105,297,-105v197,0,367,122,367,347v0,70,-25,132,-48,167v-92,39,-147,96,-147,166v0,70,41,113,104,179v82,82,166,168,166,315v0,193,-139,326,-366,326v-78,0,-158,-12,-217,-43r32,-138v53,27,111,41,172,41v131,0,201,-78,201,-172v0,-86,-38,-143,-110,-211v-86,-82,-160,-159,-160,-272v0,-106,63,-195,182,-252v12,-25,18,-55,18,-88v0,-141,-88,-223,-213,-223v-158,0,-245,110,-245,401r0,934","w":1122,"k":{"T":49,",":23,".":23}},"\u00c4":{"d":"868,-434r-489,0r-143,434r-185,0r469,-1380r215,0r471,1380r-190,0xm416,-573r415,0r-137,-398v-29,-90,-49,-172,-69,-252r-7,0v-49,225,-134,440,-202,650xm543,-1577v0,58,-40,105,-101,104v-57,0,-98,-47,-98,-104v0,-55,43,-102,100,-102v57,0,99,45,99,102xm924,-1577v0,58,-40,105,-103,104v-57,0,-98,-47,-98,-104v0,-55,43,-102,102,-102v57,0,99,45,99,102","w":1253,"k":{"T":158,"J":-39,"M":8,"C":31,"G":31,"O":31,"Q":31,"\u00d3":31,"\u00d6":31,"\u0106":31,"U":57,"\u00dc":57,"V":109,"W":109,"X":29,"Y":162,"a":-8,"\u00e4":-8,"\u0105":-8,"f":14,"\u00df":14,"g":25,"j":8,"c":25,"d":25,"e":25,"o":25,"q":25,"\u00f3":25,"\u00f6":25,"\u0107":25,"\u0119":25,"s":12,"\u015b":12,"t":20,"u":25,"\u00fc":25,"v":43,"w":43,"y":43,"z":-29,"\u017a":-29,"\u017c":-29,")":18,"]":18,"}":18,"\"":121,"'":121}},"\u00d3":{"d":"1335,-705v-1,474,-289,729,-641,728v-367,0,-620,-283,-620,-701v0,-438,270,-725,639,-725v379,0,622,288,622,698xm262,-682v1,292,159,559,443,559v283,0,442,-260,442,-573v0,-274,-143,-561,-440,-561v-297,0,-445,276,-445,575xm788,-1700r218,0r-263,240r-145,0","w":1411,"k":{"T":51,"X":55,"Y":57,"A":29,"\u00c4":29,"\u0104":29,"f":-33,"\u00df":-33,"g":-12,"j":-10,"c":-8,"d":-8,"e":-8,"o":-8,"q":-8,"\u00f3":-8,"\u00f6":-8,"\u0107":-8,"\u0119":-8,"t":-35,"v":-29,"w":-29,"y":-29,"x":10,"\u00ad":-29,")":14,"]":14,"}":14,",":70,".":70}},"\u00d6":{"d":"1335,-705v-1,474,-289,729,-641,728v-367,0,-620,-283,-620,-701v0,-438,270,-725,639,-725v379,0,622,288,622,698xm262,-682v1,292,159,559,443,559v283,0,442,-260,442,-573v0,-274,-143,-561,-440,-561v-297,0,-445,276,-445,575xm616,-1581v0,58,-39,105,-100,104v-57,0,-98,-47,-98,-104v0,-55,43,-102,100,-102v57,0,98,45,98,102xm997,-1581v0,58,-39,105,-102,104v-57,0,-98,-47,-98,-104v0,-55,43,-102,102,-102v57,0,98,45,98,102","w":1411,"k":{"T":51,"X":55,"Y":57,"A":29,"\u00c4":29,"\u0104":29,"f":-33,"\u00df":-33,"g":-12,"j":-10,"c":-8,"d":-8,"e":-8,"o":-8,"q":-8,"\u00f3":-8,"\u00f6":-8,"\u0107":-8,"\u0119":-8,"t":-35,"v":-29,"w":-29,"y":-29,"x":10,"\u00ad":-29,")":14,"]":14,"}":14,",":70,".":70}},"\u00dc":{"d":"154,-1380r180,0r0,819v0,307,137,438,321,438v203,0,336,-135,336,-438r0,-819r180,0r0,807v0,424,-223,596,-522,596v-283,0,-495,-160,-495,-590r0,-813xm578,-1581v0,58,-40,105,-101,104v-57,0,-98,-47,-98,-104v0,-55,43,-102,100,-102v57,0,99,45,99,102xm958,-1581v0,58,-39,105,-102,104v-57,0,-98,-47,-98,-104v0,-55,43,-102,102,-102v57,0,98,45,98,102","w":1325,"k":{"A":70,"\u00c4":70,"\u0104":70,"a":8,"\u00e4":8,"\u0105":8,"f":-14,"\u00df":-14,"s":12,"\u015b":12,"t":-8,"z":10,"\u017a":10,"\u017c":10,"x":14,",":55,".":55}},"\u00e4":{"d":"848,-608r0,370v0,86,4,170,14,238r-162,0r-16,-125r-6,0v-53,78,-162,148,-303,148v-201,0,-303,-142,-303,-285v0,-240,213,-371,596,-369r0,-20v0,-82,-23,-232,-226,-230v-94,0,-190,27,-260,74r-41,-121v82,-51,203,-86,328,-86v305,0,379,207,379,406xm664,-276v20,-65,4,-152,8,-230v-197,-4,-420,30,-420,223v0,119,78,172,168,172v131,0,218,-80,244,-165xm403,-1272v0,56,-41,106,-102,105v-57,0,-100,-50,-100,-105v0,-57,45,-104,104,-104v55,0,98,45,98,104xm784,-1272v0,56,-41,106,-102,105v-59,0,-100,-50,-100,-105v0,-57,45,-104,102,-104v57,0,100,45,100,104","w":987},"\u00f3":{"d":"1047,-506v-1,370,-256,530,-494,529v-266,0,-475,-197,-475,-510v0,-332,219,-527,491,-527v285,0,478,207,478,508xm262,-494v1,218,123,382,299,381v172,0,301,-162,301,-387v0,-168,-84,-379,-297,-379v-211,0,-303,197,-303,385xm635,-1419r196,0r-249,293r-127,0","w":1124,"k":{"T":82,"v":14,"w":14,"y":14,"z":14,"\u017a":14,"\u017c":14,"x":29,"\u00ad":-31,"\"":23,"'":23,",":49,".":49}},"\u00f6":{"d":"1047,-506v-1,370,-256,530,-494,529v-266,0,-475,-197,-475,-510v0,-332,219,-527,491,-527v285,0,478,207,478,508xm262,-494v1,218,123,382,299,381v172,0,301,-162,301,-387v0,-168,-84,-379,-297,-379v-211,0,-303,197,-303,385xm473,-1272v0,56,-41,106,-102,105v-57,0,-101,-50,-101,-105v0,-57,46,-104,105,-104v55,0,98,45,98,104xm854,-1272v0,56,-41,106,-102,105v-59,0,-101,-50,-101,-105v0,-57,46,-104,103,-104v57,0,100,45,100,104","w":1124,"k":{"T":82,"v":14,"w":14,"y":14,"z":14,"\u017a":14,"\u017c":14,"x":29,"\u00ad":-31,"\"":23,"'":23,",":49,".":49}},"\u00fc":{"d":"979,-991r0,719v0,104,2,194,8,272r-160,0r-10,-162r-4,0v-45,80,-152,185,-328,185v-156,0,-342,-89,-342,-435r0,-579r181,0r0,547v0,188,59,317,221,317v121,0,204,-84,237,-166v10,-25,17,-57,17,-92r0,-606r180,0xm481,-1272v0,56,-41,106,-102,105v-57,0,-100,-50,-100,-105v0,-57,45,-104,104,-104v55,0,98,45,98,104xm862,-1272v0,56,-41,106,-102,105v-59,0,-101,-50,-101,-105v0,-57,46,-104,103,-104v57,0,100,45,100,104","w":1128,"k":{"T":63,",":16,".":16}},"\u0104":{"d":"735,-1380r473,1380r-75,4v-31,33,-109,117,-109,191v0,107,118,122,197,86r28,90v-129,91,-356,59,-356,-129v0,-100,74,-195,121,-250r-146,-426r-489,0r-141,434r-187,0r471,-1380r213,0xm416,-573r418,0r-138,-398v-31,-90,-51,-172,-71,-252r-4,0v-52,223,-136,439,-205,650","w":1253,"k":{"T":158,"J":-39,"M":8,"C":31,"G":31,"O":31,"Q":31,"\u00d3":31,"\u00d6":31,"\u0106":31,"U":57,"\u00dc":57,"V":109,"W":109,"X":29,"Y":162,"a":-8,"\u00e4":-8,"\u0105":-8,"f":14,"\u00df":14,"g":25,"j":8,"c":25,"d":25,"e":25,"o":25,"q":25,"\u00f3":25,"\u00f6":25,"\u0107":25,"\u0119":25,"s":12,"\u015b":12,"t":20,"u":25,"\u00fc":25,"v":43,"w":43,"y":43,"z":-29,"\u017a":-29,"\u017c":-29,")":18,"]":18,"}":18,"\"":121,"'":121}},"\u0106":{"d":"1083,-188r35,143v-63,33,-196,65,-364,65v-389,0,-680,-245,-680,-698v0,-432,293,-723,721,-723v170,0,280,37,327,60r-45,147v-66,-33,-161,-57,-276,-57v-324,0,-539,207,-539,567v0,338,195,553,529,553v111,0,220,-22,292,-57xm819,-1698r217,0r-262,240r-145,0","w":1187,"k":{"T":-57,"J":-8,"C":43,"G":43,"O":43,"Q":43,"\u00d3":43,"\u00d6":43,"\u0106":43,"V":-25,"W":-25,"A":-8,"\u00c4":-8,"\u0104":-8,"a":14,"\u00e4":14,"\u0105":14,"c":23,"d":23,"e":23,"o":23,"q":23,"\u00f3":23,"\u00f6":23,"\u0107":23,"\u0119":23,"u":25,"\u00fc":25,"v":41,"w":41,"y":41,"z":-8,"\u017a":-8,"\u017c":-8,")":-35,"]":-35,"}":-35}},"\u0118":{"d":"913,283r29,96v-47,29,-105,43,-166,43v-115,0,-188,-60,-188,-166v0,-113,92,-209,166,-258r-600,0r0,-1378r747,0r0,149r-567,0r0,436r534,0r0,148r-534,0r0,497r598,0r0,148v-10,0,-21,2,-33,2v-84,55,-168,141,-168,217v0,89,108,96,182,66","w":1007,"k":{"T":-33,"J":-37,"V":-18,"W":-18,"g":12,"c":8,"d":8,"e":8,"o":8,"q":8,"\u00f3":8,"\u00f6":8,"\u0107":8,"\u0119":8,"u":14,"\u00fc":14,"v":14,"w":14,"y":14,",":8,".":8}},"\u0143":{"d":"324,0r-168,0r0,-1380r196,0r441,698v100,162,182,308,245,449r6,-3v-31,-348,-17,-761,-20,-1144r168,0r0,1380r-180,0r-439,-700v-96,-154,-188,-311,-256,-461r-6,2v10,174,13,340,13,569r0,590xm760,-1694r217,0r-262,240r-146,0","w":1347,"k":{"Y":14,"f":-20,"\u00df":-20,"j":-16,"t":-33,"v":-18,"w":-18,"y":-18,"z":-23,"\u017a":-23,"\u017c":-23,"b":-20,"h":-20,"k":-20,"l":-20,"\u0142":-20,"i":-20,"m":-20,"n":-20,"p":-20,"r":-20,"\u0144":-20,"x":-10}},"\u015a":{"d":"86,-70r47,-147v80,49,195,88,318,88v182,0,288,-94,288,-233v0,-129,-73,-208,-260,-275v-224,-81,-364,-196,-364,-389v0,-215,178,-375,446,-375v139,0,244,33,303,66r-49,147v-43,-27,-135,-65,-260,-65v-188,0,-260,112,-260,206v0,127,84,191,274,265v233,92,351,202,351,405v0,211,-156,397,-482,397v-133,0,-278,-41,-352,-90xm614,-1700r217,0r-262,240r-145,0","w":1009,"k":{"j":8,"c":-12,"d":-12,"e":-12,"o":-12,"q":-12,"\u00f3":-12,"\u00f6":-12,"\u0107":-12,"\u0119":-12,"v":16,"w":16,"y":16,"\u00ad":-10}},"\u0179":{"d":"61,0r0,-104r766,-1121r0,-6r-700,0r0,-149r932,0r0,108r-762,1116r0,6r772,0r0,150r-1008,0xm668,-1694r217,0r-262,240r-146,0","w":1132,"k":{"J":-16,"C":43,"G":43,"O":43,"Q":43,"\u00d3":43,"\u00d6":43,"\u0106":43,"X":12,"c":25,"d":25,"e":25,"o":25,"q":25,"\u00f3":25,"\u00f6":25,"\u0107":25,"\u0119":25,"u":14,"\u00fc":14,"v":18,"w":18,"y":18,"\u00ad":55}},"\u017b":{"d":"61,0r0,-104r766,-1121r0,-6r-700,0r0,-149r932,0r0,108r-762,1116r0,6r772,0r0,150r-1008,0xm674,-1579v0,56,-44,105,-101,104v-57,0,-100,-49,-100,-104v0,-53,45,-102,102,-102v55,0,99,49,99,102","w":1132,"k":{"J":-16,"C":43,"G":43,"O":43,"Q":43,"\u00d3":43,"\u00d6":43,"\u0106":43,"X":12,"c":25,"d":25,"e":25,"o":25,"q":25,"\u00f3":25,"\u00f6":25,"\u0107":25,"\u0119":25,"u":14,"\u00fc":14,"v":18,"w":18,"y":18,"\u00ad":55}},"\u0105":{"d":"848,-608r0,370v0,92,4,172,14,238r-51,0v-31,41,-80,125,-80,197v0,113,118,118,193,82r28,94v-129,89,-352,62,-352,-125v0,-102,59,-197,98,-254r-14,-119r-6,0v-53,78,-162,148,-303,148v-201,0,-303,-142,-303,-285v0,-240,213,-371,596,-369r0,-20v0,-82,-23,-232,-226,-230v-94,0,-190,27,-260,74r-41,-121v82,-51,203,-86,328,-86v305,0,379,207,379,406xm664,-276v20,-65,4,-152,8,-230v-197,-4,-420,30,-420,223v0,119,78,172,168,172v131,0,218,-80,244,-165","w":987},"\u0107":{"d":"825,-172r31,135v-47,23,-152,57,-285,57v-299,0,-493,-202,-493,-505v0,-305,208,-529,532,-529v106,0,201,26,250,53r-41,138v-43,-23,-111,-47,-209,-47v-227,0,-350,169,-350,374v0,229,147,371,344,371v102,0,170,-24,221,-47xm618,-1419r197,0r-250,293r-127,0","w":917,"k":{"T":25,"c":12,"d":12,"e":12,"o":12,"q":12,"\u00f3":12,"\u00f6":12,"\u0107":12,"\u0119":12,"t":-27,"v":-37,"w":-37,"y":-37,"\u00bb":-29,"\u00ad":-10,",":20,".":20}},"\u0119":{"d":"788,279r29,92v-43,33,-105,49,-166,49v-111,0,-182,-58,-182,-160v0,-104,84,-193,147,-242v-335,23,-538,-183,-538,-497v0,-299,178,-535,467,-535v324,0,407,285,407,467v0,37,-2,66,-6,84r-694,0v4,242,158,342,338,342v129,0,208,-22,274,-51r33,129v-31,14,-76,29,-94,35v-82,35,-195,135,-195,221v0,102,109,98,180,66xm254,-592r524,0v2,-115,-47,-293,-248,-293v-184,0,-262,168,-276,293","w":1026,"k":{"T":68,"\u00ad":-57,",":25,".":25}},"\u0144":{"d":"150,0r0,-723v0,-104,-3,-186,-9,-268r160,0r10,162r4,0v49,-92,164,-185,328,-185v137,0,350,82,350,422r0,592r-180,0r0,-571v0,-160,-59,-295,-229,-295v-117,0,-209,84,-242,184v-8,23,-12,55,-12,84r0,598r-180,0xm653,-1419r197,0r-250,293r-127,0","w":1136,"k":{"T":102,"t":8,"v":27,"w":27,"y":27,"\"":14,"'":14}},"\u015b":{"d":"82,-49r43,-135v55,33,150,69,240,69v129,0,190,-63,190,-147v0,-86,-51,-131,-182,-180v-180,-66,-264,-164,-264,-281v0,-160,131,-291,342,-291v100,0,188,27,241,62r-43,129v-39,-23,-111,-58,-203,-58v-106,0,-163,62,-163,136v0,82,56,121,186,170v169,65,260,149,260,296v0,176,-138,299,-369,299v-109,0,-208,-28,-278,-69xm500,-1419r196,0r-250,293r-127,0","w":811,"k":{"T":49,",":23,".":23}},"\u017a":{"d":"37,0r0,-104r448,-584v45,-55,84,-103,131,-156r0,-4r-538,0r0,-143r756,0r0,112r-445,578v-41,53,-82,105,-127,154r0,4r580,0r0,143r-805,0xm535,-1419r196,0r-250,293r-127,0","w":876,"k":{"T":41,"c":14,"d":14,"e":14,"o":14,"q":14,"\u00f3":14,"\u00f6":14,"\u0107":14,"\u0119":14,"v":-49,"w":-49,"y":-49,"\u00bb":-37}},"\u017c":{"d":"37,0r0,-104r448,-584v45,-55,84,-103,131,-156r0,-4r-538,0r0,-143r756,0r0,112r-445,578v-41,53,-82,105,-127,154r0,4r580,0r0,143r-805,0xm545,-1274v0,58,-42,108,-103,107v-59,0,-102,-50,-102,-107v0,-57,47,-104,104,-104v57,0,101,47,101,104","w":876,"k":{"T":41,"c":14,"d":14,"e":14,"o":14,"q":14,"\u00f3":14,"\u00f6":14,"\u0107":14,"\u0119":14,"v":-49,"w":-49,"y":-49,"\u00bb":-37}},"\u0411":{"d":"1036,-442v3,334,-288,456,-602,454v-125,0,-219,-8,-278,-16r0,-1376r774,0r0,149r-596,0r0,371v361,-47,699,65,702,418xm850,-436v-3,-256,-253,-322,-516,-287r0,586v253,43,519,-38,516,-299","w":1118},"\u0444":{"d":"573,-1452r168,0r-2,440v289,20,498,205,498,512v0,326,-219,498,-498,518r2,388r-168,0r2,-386v-287,-18,-497,-200,-497,-507v0,-328,218,-500,497,-523xm575,-104r0,-783v-199,27,-319,190,-319,393v0,205,122,365,319,390xm739,-887r0,783v199,-27,320,-191,320,-394v0,-205,-121,-362,-320,-389","w":1312},"\u20ac":{"d":"330,-512v25,237,176,385,401,385v109,0,203,-39,250,-68r35,132v-63,43,-172,86,-305,86v-166,0,-313,-67,-416,-185v-75,-87,-130,-203,-148,-350r-127,0r0,-102r115,0r4,-121r-121,0r0,-103r138,0v25,-143,86,-260,168,-346v104,-107,237,-170,403,-170v123,0,217,35,274,66r-40,135v-53,-31,-138,-57,-230,-57v-227,2,-359,159,-393,372r571,0r0,103r-590,0v-5,37,-4,79,-4,121r594,0r0,102r-579,0"}}});
;
/*
------------------------------------------
        Website by profitroom.pl
------------------------------------------
*/

Cufon.replace('#menu a:not("li li a"), .pageTitle, #leksykon-content h3', {
	hover: true,
	textShadow: '#000 2px 1px'
});

Cufon.replace('.unit h3', {
	textShadow: '#000 2px 2px',
	color: '-linear-gradient(#fff, #bfbfbf)'
});

Cufon.replace('.unit .date', {
	textShadow: '#000 2px 2px',
	color: '-linear-gradient(#bfbfbf, #fff)'
});;
/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

;(function(b){var m,t,u,f,D,j,E,n,z,A,q=0,e={},o=[],p=0,d={},l=[],G=null,v=new Image,J=/\.(jpg|gif|png|bmp|jpeg)(.*)?$/i,W=/[^\.]\.(swf)\s*$/i,K,L=1,y=0,s="",r,i,h=false,B=b.extend(b("<div/>")[0],{prop:0}),M=b.browser.msie&&b.browser.version<7&&!window.XMLHttpRequest,N=function(){t.hide();v.onerror=v.onload=null;G&&G.abort();m.empty()},O=function(){if(false===e.onError(o,q,e)){t.hide();h=false}else{e.titleShow=false;e.width="auto";e.height="auto";m.html('<p id="fancybox-error">The requested content cannot be loaded.<br />Please try again later.</p>');
F()}},I=function(){var a=o[q],c,g,k,C,P,w;N();e=b.extend({},b.fn.fancybox.defaults,typeof b(a).data("fancybox")=="undefined"?e:b(a).data("fancybox"));w=e.onStart(o,q,e);if(w===false)h=false;else{if(typeof w=="object")e=b.extend(e,w);k=e.title||(a.nodeName?b(a).attr("title"):a.title)||"";if(a.nodeName&&!e.orig)e.orig=b(a).children("img:first").length?b(a).children("img:first"):b(a);if(k===""&&e.orig&&e.titleFromAlt)k=e.orig.attr("alt");c=e.href||(a.nodeName?b(a).attr("href"):a.href)||null;if(/^(?:javascript)/i.test(c)||
c=="#")c=null;if(e.type){g=e.type;if(!c)c=e.content}else if(e.content)g="html";else if(c)g=c.match(J)?"image":c.match(W)?"swf":b(a).hasClass("iframe")?"iframe":c.indexOf("#")===0?"inline":"ajax";if(g){if(g=="inline"){a=c.substr(c.indexOf("#"));g=b(a).length>0?"inline":"ajax"}e.type=g;e.href=c;e.title=k;if(e.autoDimensions)if(e.type=="html"||e.type=="inline"||e.type=="ajax"){e.width="auto";e.height="auto"}else e.autoDimensions=false;if(e.modal){e.overlayShow=true;e.hideOnOverlayClick=false;e.hideOnContentClick=
false;e.enableEscapeButton=false;e.showCloseButton=false}e.padding=parseInt(e.padding,10);e.margin=parseInt(e.margin,10);m.css("padding",e.padding+e.margin);b(".fancybox-inline-tmp").unbind("fancybox-cancel").bind("fancybox-change",function(){b(this).replaceWith(j.children())});switch(g){case "html":m.html(e.content);F();break;case "inline":if(b(a).parent().is("#fancybox-content")===true){h=false;break}b('<div class="fancybox-inline-tmp" />').hide().insertBefore(b(a)).bind("fancybox-cleanup",function(){b(this).replaceWith(j.children())}).bind("fancybox-cancel",
function(){b(this).replaceWith(m.children())});b(a).appendTo(m);F();break;case "image":h=false;b.fancybox.showActivity();v=new Image;v.onerror=function(){O()};v.onload=function(){h=true;v.onerror=v.onload=null;e.width=v.width;e.height=v.height;b("<img />").attr({id:"fancybox-img",src:v.src,alt:e.title}).appendTo(m);Q()};v.src=c;break;case "swf":e.scrolling="no";C='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="'+e.width+'" height="'+e.height+'"><param name="movie" value="'+c+
'"></param>';P="";b.each(e.swf,function(x,H){C+='<param name="'+x+'" value="'+H+'"></param>';P+=" "+x+'="'+H+'"'});C+='<embed src="'+c+'" type="application/x-shockwave-flash" width="'+e.width+'" height="'+e.height+'"'+P+"></embed></object>";m.html(C);F();break;case "ajax":h=false;b.fancybox.showActivity();e.ajax.win=e.ajax.success;G=b.ajax(b.extend({},e.ajax,{url:c,data:e.ajax.data||{},error:function(x){x.status>0&&O()},success:function(x,H,R){if((typeof R=="object"?R:G).status==200){if(typeof e.ajax.win==
"function"){w=e.ajax.win(c,x,H,R);if(w===false){t.hide();return}else if(typeof w=="string"||typeof w=="object")x=w}m.html(x);F()}}}));break;case "iframe":Q()}}else O()}},F=function(){var a=e.width,c=e.height;a=a.toString().indexOf("%")>-1?parseInt((b(window).width()-e.margin*2)*parseFloat(a)/100,10)+"px":a=="auto"?"auto":a+"px";c=c.toString().indexOf("%")>-1?parseInt((b(window).height()-e.margin*2)*parseFloat(c)/100,10)+"px":c=="auto"?"auto":c+"px";m.wrapInner('<div style="width:'+a+";height:"+c+
";overflow: "+(e.scrolling=="auto"?"auto":e.scrolling=="yes"?"scroll":"hidden")+';position:relative;"></div>');e.width=m.width();e.height=m.height();Q()},Q=function(){var a,c;t.hide();if(f.is(":visible")&&false===d.onCleanup(l,p,d)){b.event.trigger("fancybox-cancel");h=false}else{h=true;b(j.add(u)).unbind();b(window).unbind("resize.fb scroll.fb");b(document).unbind("keydown.fb");f.is(":visible")&&d.titlePosition!=="outside"&&f.css("height",f.height());l=o;p=q;d=e;if(d.overlayShow){u.css({"background-color":d.overlayColor,
opacity:d.overlayOpacity,cursor:d.hideOnOverlayClick?"pointer":"auto",height:b(document).height()});if(!u.is(":visible")){M&&b("select:not(#fancybox-tmp select)").filter(function(){return this.style.visibility!=="hidden"}).css({visibility:"hidden"}).one("fancybox-cleanup",function(){this.style.visibility="inherit"});u.show()}}else u.hide();i=X();s=d.title||"";y=0;n.empty().removeAttr("style").removeClass();if(d.titleShow!==false){if(b.isFunction(d.titleFormat))a=d.titleFormat(s,l,p,d);else a=s&&s.length?
d.titlePosition=="float"?'<table id="fancybox-title-float-wrap" cellpadding="0" cellspacing="0"><tr><td id="fancybox-title-float-left"></td><td id="fancybox-title-float-main">'+s+'</td><td id="fancybox-title-float-right"></td></tr></table>':'<div id="fancybox-title-'+d.titlePosition+'">'+s+"</div>":false;s=a;if(!(!s||s==="")){n.addClass("fancybox-title-"+d.titlePosition).html(s).appendTo("body").show();switch(d.titlePosition){case "inside":n.css({width:i.width-d.padding*2,marginLeft:d.padding,marginRight:d.padding});
y=n.outerHeight(true);n.appendTo(D);i.height+=y;break;case "over":n.css({marginLeft:d.padding,width:i.width-d.padding*2,bottom:d.padding}).appendTo(D);break;case "float":n.css("left",parseInt((n.width()-i.width-40)/2,10)*-1).appendTo(f);break;default:n.css({width:i.width-d.padding*2,paddingLeft:d.padding,paddingRight:d.padding}).appendTo(f)}}}n.hide();if(f.is(":visible")){b(E.add(z).add(A)).hide();a=f.position();r={top:a.top,left:a.left,width:f.width(),height:f.height()};c=r.width==i.width&&r.height==
i.height;j.fadeTo(d.changeFade,0.3,function(){var g=function(){j.html(m.contents()).fadeTo(d.changeFade,1,S)};b.event.trigger("fancybox-change");j.empty().removeAttr("filter").css({"border-width":d.padding,width:i.width-d.padding*2,height:e.autoDimensions?"auto":i.height-y-d.padding*2});if(c)g();else{B.prop=0;b(B).animate({prop:1},{duration:d.changeSpeed,easing:d.easingChange,step:T,complete:g})}})}else{f.removeAttr("style");j.css("border-width",d.padding);if(d.transitionIn=="elastic"){r=V();j.html(m.contents());
f.show();if(d.opacity)i.opacity=0;B.prop=0;b(B).animate({prop:1},{duration:d.speedIn,easing:d.easingIn,step:T,complete:S})}else{d.titlePosition=="inside"&&y>0&&n.show();j.css({width:i.width-d.padding*2,height:e.autoDimensions?"auto":i.height-y-d.padding*2}).html(m.contents());f.css(i).fadeIn(d.transitionIn=="none"?0:d.speedIn,S)}}}},Y=function(){if(d.enableEscapeButton||d.enableKeyboardNav)b(document).bind("keydown.fb",function(a){if(a.keyCode==27&&d.enableEscapeButton){a.preventDefault();b.fancybox.close()}else if((a.keyCode==
37||a.keyCode==39)&&d.enableKeyboardNav&&a.target.tagName!=="INPUT"&&a.target.tagName!=="TEXTAREA"&&a.target.tagName!=="SELECT"){a.preventDefault();b.fancybox[a.keyCode==37?"prev":"next"]()}});if(d.showNavArrows){if(d.cyclic&&l.length>1||p!==0)z.show();if(d.cyclic&&l.length>1||p!=l.length-1)A.show()}else{z.hide();A.hide()}},S=function(){if(!b.support.opacity){j.get(0).style.removeAttribute("filter");f.get(0).style.removeAttribute("filter")}e.autoDimensions&&j.css("height","auto");f.css("height","auto");
s&&s.length&&n.show();d.showCloseButton&&E.show();Y();d.hideOnContentClick&&j.bind("click",b.fancybox.close);d.hideOnOverlayClick&&u.bind("click",b.fancybox.close);b(window).bind("resize.fb",b.fancybox.resize);d.centerOnScroll&&b(window).bind("scroll.fb",b.fancybox.center);if(d.type=="iframe")b('<iframe id="fancybox-frame" name="fancybox-frame'+(new Date).getTime()+'" frameborder="0" hspace="0" '+(b.browser.msie?'allowtransparency="true""':"")+' scrolling="'+e.scrolling+'" src="'+d.href+'"></iframe>').appendTo(j);
f.show();h=false;b.fancybox.center();d.onComplete(l,p,d);var a,c;if(l.length-1>p){a=l[p+1].href;if(typeof a!=="undefined"&&a.match(J)){c=new Image;c.src=a}}if(p>0){a=l[p-1].href;if(typeof a!=="undefined"&&a.match(J)){c=new Image;c.src=a}}},T=function(a){var c={width:parseInt(r.width+(i.width-r.width)*a,10),height:parseInt(r.height+(i.height-r.height)*a,10),top:parseInt(r.top+(i.top-r.top)*a,10),left:parseInt(r.left+(i.left-r.left)*a,10)};if(typeof i.opacity!=="undefined")c.opacity=a<0.5?0.5:a;f.css(c);
j.css({width:c.width-d.padding*2,height:c.height-y*a-d.padding*2})},U=function(){return[b(window).width()-d.margin*2,b(window).height()-d.margin*2,b(document).scrollLeft()+d.margin,b(document).scrollTop()+d.margin]},X=function(){var a=U(),c={},g=d.autoScale,k=d.padding*2;c.width=d.width.toString().indexOf("%")>-1?parseInt(a[0]*parseFloat(d.width)/100,10):d.width+k;c.height=d.height.toString().indexOf("%")>-1?parseInt(a[1]*parseFloat(d.height)/100,10):d.height+k;if(g&&(c.width>a[0]||c.height>a[1]))if(e.type==
"image"||e.type=="swf"){g=d.width/d.height;if(c.width>a[0]){c.width=a[0];c.height=parseInt((c.width-k)/g+k,10)}if(c.height>a[1]){c.height=a[1];c.width=parseInt((c.height-k)*g+k,10)}}else{c.width=Math.min(c.width,a[0]);c.height=Math.min(c.height,a[1])}c.top=parseInt(Math.max(a[3]-20,a[3]+(a[1]-c.height-40)*0.5),10);c.left=parseInt(Math.max(a[2]-20,a[2]+(a[0]-c.width-40)*0.5),10);return c},V=function(){var a=e.orig?b(e.orig):false,c={};if(a&&a.length){c=a.offset();c.top+=parseInt(a.css("paddingTop"),
10)||0;c.left+=parseInt(a.css("paddingLeft"),10)||0;c.top+=parseInt(a.css("border-top-width"),10)||0;c.left+=parseInt(a.css("border-left-width"),10)||0;c.width=a.width();c.height=a.height();c={width:c.width+d.padding*2,height:c.height+d.padding*2,top:c.top-d.padding-20,left:c.left-d.padding-20}}else{a=U();c={width:d.padding*2,height:d.padding*2,top:parseInt(a[3]+a[1]*0.5,10),left:parseInt(a[2]+a[0]*0.5,10)}}return c},Z=function(){if(t.is(":visible")){b("div",t).css("top",L*-40+"px");L=(L+1)%12}else clearInterval(K)};
b.fn.fancybox=function(a){if(!b(this).length)return this;b(this).data("fancybox",b.extend({},a,b.metadata?b(this).metadata():{})).unbind("click.fb").bind("click.fb",function(c){c.preventDefault();if(!h){h=true;b(this).blur();o=[];q=0;c=b(this).attr("rel")||"";if(!c||c==""||c==="nofollow")o.push(this);else{o=b("a[rel="+c+"], area[rel="+c+"]");q=o.index(this)}I()}});return this};b.fancybox=function(a,c){var g;if(!h){h=true;g=typeof c!=="undefined"?c:{};o=[];q=parseInt(g.index,10)||0;if(b.isArray(a)){for(var k=
0,C=a.length;k<C;k++)if(typeof a[k]=="object")b(a[k]).data("fancybox",b.extend({},g,a[k]));else a[k]=b({}).data("fancybox",b.extend({content:a[k]},g));o=jQuery.merge(o,a)}else{if(typeof a=="object")b(a).data("fancybox",b.extend({},g,a));else a=b({}).data("fancybox",b.extend({content:a},g));o.push(a)}if(q>o.length||q<0)q=0;I()}};b.fancybox.showActivity=function(){clearInterval(K);t.show();K=setInterval(Z,66)};b.fancybox.hideActivity=function(){t.hide()};b.fancybox.next=function(){return b.fancybox.pos(p+
1)};b.fancybox.prev=function(){return b.fancybox.pos(p-1)};b.fancybox.pos=function(a){if(!h){a=parseInt(a);o=l;if(a>-1&&a<l.length){q=a;I()}else if(d.cyclic&&l.length>1){q=a>=l.length?0:l.length-1;I()}}};b.fancybox.cancel=function(){if(!h){h=true;b.event.trigger("fancybox-cancel");N();e.onCancel(o,q,e);h=false}};b.fancybox.close=function(){function a(){u.fadeOut("fast");n.empty().hide();f.hide();b.event.trigger("fancybox-cleanup");j.empty();d.onClosed(l,p,d);l=e=[];p=q=0;d=e={};h=false}if(!(h||f.is(":hidden"))){h=
true;if(d&&false===d.onCleanup(l,p,d))h=false;else{N();b(E.add(z).add(A)).hide();b(j.add(u)).unbind();b(window).unbind("resize.fb scroll.fb");b(document).unbind("keydown.fb");j.find("iframe").attr("src",M&&/^https/i.test(window.location.href||"")?"javascript:void(false)":"about:blank");d.titlePosition!=="inside"&&n.empty();f.stop();if(d.transitionOut=="elastic"){r=V();var c=f.position();i={top:c.top,left:c.left,width:f.width(),height:f.height()};if(d.opacity)i.opacity=1;n.empty().hide();B.prop=1;
b(B).animate({prop:0},{duration:d.speedOut,easing:d.easingOut,step:T,complete:a})}else f.fadeOut(d.transitionOut=="none"?0:d.speedOut,a)}}};b.fancybox.resize=function(){u.is(":visible")&&u.css("height",b(document).height());b.fancybox.center(true)};b.fancybox.center=function(a){var c,g;if(!h){g=a===true?1:0;c=U();!g&&(f.width()>c[0]||f.height()>c[1])||f.stop().animate({top:parseInt(Math.max(c[3]-20,c[3]+(c[1]-j.height()-40)*0.5-d.padding)),left:parseInt(Math.max(c[2]-20,c[2]+(c[0]-j.width()-40)*0.5-
d.padding))},typeof a=="number"?a:200)}};b.fancybox.init=function(){if(!b("#fancybox-wrap").length){b("body").append(m=b('<div id="fancybox-tmp"></div>'),t=b('<div id="fancybox-loading"><div></div></div>'),u=b('<div id="fancybox-overlay"></div>'),f=b('<div id="fancybox-wrap"></div>'));D=b('<div id="fancybox-outer"></div>').append('<div class="fancybox-bg" id="fancybox-bg-n"></div><div class="fancybox-bg" id="fancybox-bg-ne"></div><div class="fancybox-bg" id="fancybox-bg-e"></div><div class="fancybox-bg" id="fancybox-bg-se"></div><div class="fancybox-bg" id="fancybox-bg-s"></div><div class="fancybox-bg" id="fancybox-bg-sw"></div><div class="fancybox-bg" id="fancybox-bg-w"></div><div class="fancybox-bg" id="fancybox-bg-nw"></div>').appendTo(f);
D.append(j=b('<div id="fancybox-content"></div>'),E=b('<a id="fancybox-close"></a>'),n=b('<div id="fancybox-title"></div>'),z=b('<a href="javascript:;" id="fancybox-left"><span class="fancy-ico" id="fancybox-left-ico"></span></a>'),A=b('<a href="javascript:;" id="fancybox-right"><span class="fancy-ico" id="fancybox-right-ico"></span></a>'));E.click(b.fancybox.close);t.click(b.fancybox.cancel);z.click(function(a){a.preventDefault();b.fancybox.prev()});A.click(function(a){a.preventDefault();b.fancybox.next()});
b.fn.mousewheel&&f.bind("mousewheel.fb",function(a,c){if(h)a.preventDefault();else if(b(a.target).get(0).clientHeight==0||b(a.target).get(0).scrollHeight===b(a.target).get(0).clientHeight){a.preventDefault();b.fancybox[c>0?"prev":"next"]()}});b.support.opacity||f.addClass("fancybox-ie");if(M){t.addClass("fancybox-ie6");f.addClass("fancybox-ie6");b('<iframe id="fancybox-hide-sel-frame" src="'+(/^https/i.test(window.location.href||"")?"javascript:void(false)":"about:blank")+'" scrolling="no" border="0" frameborder="0" tabindex="-1"></iframe>').prependTo(D)}}};
b.fn.fancybox.defaults={padding:10,margin:40,opacity:false,modal:false,cyclic:false,scrolling:"auto",width:560,height:340,autoScale:true,autoDimensions:true,centerOnScroll:false,ajax:{},swf:{wmode:"transparent"},hideOnOverlayClick:true,hideOnContentClick:false,overlayShow:true,overlayOpacity:0.7,overlayColor:"#777",titleShow:true,titlePosition:"float",titleFormat:null,titleFromAlt:false,transitionIn:"fade",transitionOut:"fade",speedIn:300,speedOut:300,changeSpeed:300,changeFade:"fast",easingIn:"swing",
easingOut:"swing",showCloseButton:true,showNavArrows:true,enableEscapeButton:true,enableKeyboardNav:true,onStart:function(){},onCancel:function(){},onComplete:function(){},onCleanup:function(){},onClosed:function(){},onError:function(){}};b(document).ready(function(){b.fancybox.init()})})(jQuery);;
/**
 * jQuery.LocalScroll - Animated scrolling navigation, using anchors.
 * Copyright (c) 2007-2009 Ariel Flesler - aflesler(at)gmail(dot)com | http://flesler.blogspot.com
 * Dual licensed under MIT and GPL.
 * Date: 3/11/2009
 * @author Ariel Flesler
 * @version 1.2.7
 **/
;(function($){var l=location.href.replace(/#.*/,'');var g=$.localScroll=function(a){$('body').localScroll(a)};g.defaults={duration:1e3,axis:'y',event:'click',stop:true,target:window,reset:true};g.hash=function(a){if(location.hash){a=$.extend({},g.defaults,a);a.hash=false;if(a.reset){var e=a.duration;delete a.duration;$(a.target).scrollTo(0,a);a.duration=e}i(0,location,a)}};$.fn.localScroll=function(b){b=$.extend({},g.defaults,b);return b.lazy?this.bind(b.event,function(a){var e=$([a.target,a.target.parentNode]).filter(d)[0];if(e)i(a,e,b)}):this.find('a,area').filter(d).bind(b.event,function(a){i(a,this,b)}).end().end();function d(){return!!this.href&&!!this.hash&&this.href.replace(this.hash,'')==l&&(!b.filter||$(this).is(b.filter))}};function i(a,e,b){var d=e.hash.slice(1),f=document.getElementById(d)||document.getElementsByName(d)[0];if(!f)return;if(a)a.preventDefault();var h=$(b.target);if(b.lock&&h.is(':animated')||b.onBefore&&b.onBefore.call(b,a,f,h)===false)return;if(b.stop)h.stop(true);if(b.hash){var j=f.id==d?'id':'name',k=$('<a> </a>').attr(j,d).css({position:'absolute',top:$(window).scrollTop(),left:$(window).scrollLeft()});f[j]='';$('body').prepend(k);location=e.hash;k.remove();f[j]=d}h.scrollTo(f,b).trigger('notify.serialScroll',[f])}})(jQuery);;
/**
 * jQuery.ScrollTo - Easy element scrolling using jQuery.
 * Copyright (c) 2007-2009 Ariel Flesler - aflesler(at)gmail(dot)com | http://flesler.blogspot.com
 * Dual licensed under MIT and GPL.
 * Date: 5/25/2009
 * @author Ariel Flesler
 * @version 1.4.2
 *
 * http://flesler.blogspot.com/2007/10/jqueryscrollto.html
 */
;(function(d){var k=d.scrollTo=function(a,i,e){d(window).scrollTo(a,i,e)};k.defaults={axis:'xy',duration:parseFloat(d.fn.jquery)>=1.3?0:1};k.window=function(a){return d(window)._scrollable()};d.fn._scrollable=function(){return this.map(function(){var a=this,i=!a.nodeName||d.inArray(a.nodeName.toLowerCase(),['iframe','#document','html','body'])!=-1;if(!i)return a;var e=(a.contentWindow||a).document||a.ownerDocument||a;return d.browser.safari||e.compatMode=='BackCompat'?e.body:e.documentElement})};d.fn.scrollTo=function(n,j,b){if(typeof j=='object'){b=j;j=0}if(typeof b=='function')b={onAfter:b};if(n=='max')n=9e9;b=d.extend({},k.defaults,b);j=j||b.speed||b.duration;b.queue=b.queue&&b.axis.length>1;if(b.queue)j/=2;b.offset=p(b.offset);b.over=p(b.over);return this._scrollable().each(function(){var q=this,r=d(q),f=n,s,g={},u=r.is('html,body');switch(typeof f){case'number':case'string':if(/^([+-]=)?\d+(\.\d+)?(px|%)?$/.test(f)){f=p(f);break}f=d(f,this);case'object':if(f.is||f.style)s=(f=d(f)).offset()}d.each(b.axis.split(''),function(a,i){var e=i=='x'?'Left':'Top',h=e.toLowerCase(),c='scroll'+e,l=q[c],m=k.max(q,i);if(s){g[c]=s[h]+(u?0:l-r.offset()[h]);if(b.margin){g[c]-=parseInt(f.css('margin'+e))||0;g[c]-=parseInt(f.css('border'+e+'Width'))||0}g[c]+=b.offset[h]||0;if(b.over[h])g[c]+=f[i=='x'?'width':'height']()*b.over[h]}else{var o=f[h];g[c]=o.slice&&o.slice(-1)=='%'?parseFloat(o)/100*m:o}if(/^\d+$/.test(g[c]))g[c]=g[c]<=0?0:Math.min(g[c],m);if(!a&&b.queue){if(l!=g[c])t(b.onAfterFirst);delete g[c]}});t(b.onAfter);function t(a){r.animate(g,j,b.easing,a&&function(){a.call(this,n,b)})}}).end()};k.max=function(a,i){var e=i=='x'?'Width':'Height',h='scroll'+e;if(!d(a).is('html,body'))return a[h]-d(a)[e.toLowerCase()]();var c='client'+e,l=a.ownerDocument.documentElement,m=a.ownerDocument.body;return Math.max(l[h],m[h])-Math.min(l[c],m[c])};function p(a){return typeof a=='object'?a:{top:a,left:a}}})(jQuery);;
ï»¿(function ($) {

	$('#menu li').hover(
		function () {
			if ($('ul', this).length > 0) {
				$('ul', this).stop(true, true).slideDown(300);
				$(this).addClass('active');
			}
		}, 
		function () {
			if ($('ul', this).length > 0) {
				$('ul', this).stop(true, true).slideUp(300);
				if (!$(this).find('a:first-child').hasClass('active'))
					$(this).removeClass('active');
			}
		}
	);

	
	$('.unit a').hover(
		function() {
			$(this).siblings('.img').find('img:first-child').stop(true, true).animate({
				'opacity': 0
			}, 300);
		},
		function() {
			$(this).siblings('.img').find('img:first-child').stop(true, true).animate({
				'opacity': 1
			}, 300);
		}
	);

	$("a.fancybox").fancybox({
		'titlePosition' 	: 'over',
		'overlayColor'		: '#000',
		'titleFormat'		: function(title, currentArray, currentIndex, currentOpts) {
			return '<span id="fancybox-title-over">' + (currentIndex + 1) + ' / ' + currentArray.length + (title.length ? ' &nbsp; ' + title : '') + '</span>';
		}
	});
	
	$.localScroll({
		duration: 500,
		hash: true
	});
})(jQuery);;
(function ($) {

	var $this = this;
	this.images = $('#photo img').css({
		'position': 'absolute',
		'zIndex': 1
	});
	this.size = this.images.length;
	this.page = 0;
	$(this.images.get(0)).parent().css('position', 'relative');
	
	this.images.each(function(i, el) {
		if (i > 0) $(this).css('opacity', 0);
	});
	
	function process() {
		var next = ($this.page == $this.size-1) ? 0 : $this.page + 1;
		$($($this.images).get($this.page)).stop(true,true).animate({
			'opacity': 0
		}, 800);
		$($($this.images).get(next)).stop(true,true).animate({
			'opacity': 1
		}, 800);
		$this.page = next;
	}
	
	if (this.size > 1) {
		setInterval(function() {
			process();
		}, 6000);
	} else {
		process();
	}
	
})(jQuery);;

