/*
 * 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}})());



// #### Generated By: http://www.cufonfonts.com ####
/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright (c) 2010 by Ryoichi Tsunekawa. All rights reserved.
 * 
 * Trademark:
 * Bebas Neue is a trademark of Ryoichi Tsunekawa.
 * 
 * Full name:
 * BebasNeue
 * 
 * Description:
 * Copyright (c) 2010 by Ryoichi Tsunekawa. All rights reserved.
 * 
 * Manufacturer:
 * Ryoichi Tsunekawa
 * 
 * Designer:
 * Ryoichi Tsunekawa
 * 
 * License information:
 * http://dharmatype.com
 */
Cufon.registerFont({"w":396,"face":{"font-family":"Bebas Neue","font-weight":400,"font-stretch":"normal","units-per-em":"1000","panose-1":"2 11 0 0 0 0 0 0 0 0","ascent":"700","descent":"-300","x-height":"8","bbox":"0 -851 671 178","underline-thickness":"50","underline-position":"-50","unicode-range":"U+0020-U+20AC"},"glyphs":{" ":{"w":155},"!":{"d":"136,-155r-82,0r-14,-253r0,-292r110,0r0,292xm42,-106r106,0r0,106r-106,0r0,-106","w":190},"\"":{"d":"55,-494r-15,-206r106,0r-16,206r-75,0xm194,-494r-15,-206r106,0r-16,206r-75,0","w":325},"#":{"d":"198,0r21,-200r-65,0r-21,200r-90,0r21,-200r-49,0r8,-78r49,0r19,-183r-50,0r8,-78r50,0r17,-161r90,0r-17,161r65,0r17,-161r90,0r-17,161r51,0r-8,78r-51,0r-19,183r51,0r-8,78r-51,0r-21,200r-90,0xm181,-461r-19,183r65,0r19,-183r-65,0","w":410},"$":{"d":"37,-522v0,-94,39,-154,116,-171r0,-52r90,0r0,52v84,17,123,86,118,193r-104,0v4,-56,-9,-98,-55,-98v-35,0,-55,19,-55,69v0,144,215,151,215,351v0,95,-41,156,-119,172r0,51r-90,0r0,-51v-94,-18,-127,-101,-119,-220r104,0v-4,61,1,123,57,123v35,0,57,-18,57,-68v0,-144,-215,-151,-215,-351"},"%":{"d":"104,-598r0,240v0,31,13,44,36,44v22,0,36,-13,36,-44r0,-240v0,-31,-14,-44,-36,-44v-23,0,-36,13,-36,44xm34,-363r0,-230v0,-72,37,-112,106,-112v69,0,106,40,106,112r0,230v0,72,-37,112,-106,112v-69,0,-106,-40,-106,-112xm140,0r276,-700r65,0r-276,700r-65,0xm451,-339r0,240v0,31,13,44,36,44v22,0,36,-13,36,-44r0,-240v0,-31,-14,-44,-36,-44v-23,0,-36,13,-36,44xm381,-104r0,-230v0,-72,37,-112,106,-112v69,0,106,40,106,112r0,230v0,72,-37,112,-106,112v-69,0,-106,-40,-106,-112","w":627},"&":{"d":"41,-152v0,-102,2,-188,76,-218v-55,-23,-76,-76,-76,-157v0,-112,54,-173,164,-173r126,0r0,100v-80,8,-180,-33,-180,68v0,66,9,125,66,117r48,0r0,-78r110,0r0,78r29,0r0,100r-29,0v5,105,-13,229,12,315r-112,0v-5,-14,-8,-24,-10,-55v-19,41,-53,63,-102,63v-81,0,-122,-57,-122,-160xm151,-161v0,50,22,69,57,69v33,0,57,-17,57,-61r0,-162v-74,-4,-116,5,-114,89r0,65","w":414},"'":{"d":"52,-494r-15,-206r106,0r-16,206r-75,0","w":180},"(":{"d":"47,-547v-3,-125,61,-159,188,-153r0,90v-51,-2,-78,0,-78,63r0,394v-1,63,26,65,78,63r0,90v-126,6,-188,-27,-188,-153r0,-394","w":251,"k":{"y":-5,"w":-3,"t":-8,"Y":-5,"W":-3,"T":-8,"v":-3,"V":-3}},")":{"d":"16,-700v126,-6,188,27,188,153r0,394v3,125,-61,159,-188,153r0,-90v51,2,78,0,78,-63r0,-394v1,-63,-26,-65,-78,-63r0,-90","w":251},"*":{"d":"30,-610r149,75r-26,-165r90,0r-26,165r149,-75r28,85r-164,28r117,117r-72,53r-77,-148r-77,148r-72,-53r117,-117r-164,-28"},"+":{"d":"237,-252r124,0r0,78r-326,0r0,-78r124,0r0,-80r-124,0r0,-78r124,0r0,-114r78,0r0,114r124,0r0,78r-124,0r0,80"},",":{"d":"82,0r-42,0r0,-106r106,0r0,95r-48,111r-45,0","w":186,"k":{"\u015f":5,"\u015e":5,"\u011f":10,"\u011e":10,"\u00fc":6,"\u00f6":10,"\u00e7":10,"\u00dc":6,"\u00d6":10,"\u00c7":10,"y":80,"w":40,"u":6,"t":60,"s":5,"o":10,"g":10,"c":10,"Y":80,"W":40,"U":6,"T":60,"S":5,"O":10,"G":10,"C":10,"v":60,"q":10,"V":60,"Q":10}},"-":{"d":"35,-300r0,-100r200,0r0,100r-200,0","w":270,"k":{"x":15,"v":10,"X":15,"V":10,"T":32,"W":4,"Y":18,"t":32,"w":4,"y":18,"A":10,"a":10,"Z":10,"z":10}},".":{"d":"40,-106r106,0r0,106r-106,0r0,-106","w":186,"k":{"\u015f":5,"\u015e":5,"\u011f":10,"\u011e":10,"\u00fc":6,"\u00f6":10,"\u00e7":10,"\u00dc":6,"\u00d6":10,"\u00c7":10,"y":80,"w":40,"u":6,"t":60,"s":5,"o":10,"g":10,"c":10,"Y":80,"W":40,"U":6,"T":60,"S":5,"O":10,"G":10,"C":10,"v":60,"q":10,"V":60,"Q":10}},"\/":{"d":"5,0r276,-700r95,0r-276,700r-95,0","w":381,"k":{"\/":180}},"0":{"d":"141,-539r0,378v0,50,22,69,57,69v35,0,57,-19,57,-69r0,-378v0,-50,-22,-69,-57,-69v-35,0,-57,19,-57,69xm31,-168r0,-364v0,-112,59,-176,167,-176v108,0,167,64,167,176r0,364v0,112,-59,176,-167,176v-108,0,-167,-64,-167,-176"},"1":{"d":"108,-534r0,-78v85,0,104,-41,121,-88r74,0r0,700r-110,0r0,-534r-85,0"},"2":{"d":"258,-528v0,-63,-22,-80,-57,-80v-35,0,-57,19,-57,69r0,75r-104,0v-11,-145,30,-244,164,-244v108,0,164,64,164,176v0,230,-239,309,-218,432r208,0r0,100r-318,0r0,-86v0,-206,218,-240,218,-442"},"3":{"d":"186,-415v55,6,66,-46,66,-113v0,-63,-22,-80,-57,-80v-51,0,-62,53,-57,114r-104,0v-8,-133,42,-214,164,-214v114,0,164,71,164,194v0,75,-24,122,-77,144v70,29,77,104,77,202v0,112,-56,176,-164,176v-129,0,-175,-92,-164,-234r104,0r0,65v0,50,22,69,57,69v35,0,57,-17,57,-79v0,-76,-2,-153,-72,-144r-37,0r0,-100r43,0"},"4":{"d":"14,-127r0,-100r200,-473r120,0r0,473r52,0r0,100r-52,0r0,127r-110,0r0,-127r-210,0xm115,-227r109,0r0,-259"},"5":{"d":"35,-226r104,0r0,65v0,50,22,68,57,68v35,0,57,-18,57,-68r0,-154v0,-50,-22,-69,-57,-69v-42,0,-61,34,-57,90r-104,0r20,-406r290,0r0,100r-191,0r-9,167v20,-33,52,-51,96,-51v81,0,122,57,122,160r0,156v0,112,-56,176,-164,176v-129,0,-175,-92,-164,-234"},"6":{"d":"33,-168r0,-358v0,-118,54,-182,168,-182v114,0,169,71,164,194r-104,0v5,-56,-13,-94,-57,-94v-39,0,-61,19,-61,86r0,128v19,-40,53,-62,102,-62v81,0,122,57,122,160r0,128v0,112,-59,176,-167,176v-108,0,-167,-64,-167,-176xm200,-356v-35,0,-57,19,-57,69r0,126v0,50,22,68,57,68v35,0,57,-18,57,-68r0,-126v0,-50,-22,-69,-57,-69"},"7":{"d":"33,-700r330,0r0,96r-162,604r-110,0r161,-600r-219,0r0,-100"},"8":{"d":"370,-223v0,143,-40,231,-172,231v-131,0,-172,-88,-172,-231v0,-67,20,-119,68,-146v-51,-27,-68,-83,-68,-163v0,-112,61,-176,172,-176v119,0,172,72,172,198v0,69,-23,116,-68,141v48,27,68,79,68,146xm136,-171v0,62,27,79,62,79v35,0,60,-17,62,-79v2,-69,0,-152,-62,-144v-62,-7,-62,74,-62,144xm136,-528v0,64,12,121,62,113v48,7,62,-48,62,-113v0,-63,-27,-80,-62,-80v-35,0,-62,17,-62,80"},"9":{"d":"363,-532r0,358v0,118,-54,182,-168,182v-114,0,-169,-71,-164,-194r104,0v-5,56,13,94,57,94v39,0,61,-19,61,-86r0,-128v-19,40,-53,62,-102,62v-81,0,-122,-57,-122,-160r0,-128v0,-112,59,-176,167,-176v108,0,167,64,167,176xm196,-344v35,0,57,-19,57,-69r0,-126v0,-50,-22,-68,-57,-68v-35,0,-57,18,-57,68r0,126v0,50,22,69,57,69"},":":{"d":"40,-106r106,0r0,106r-106,0r0,-106xm40,-487r106,0r0,106r-106,0r0,-106","w":186,"k":{"y":20,"t":35,"Y":20,"T":35}},";":{"d":"82,0r-42,0r0,-106r106,0r0,95r-48,111r-45,0xm40,-487r106,0r0,106r-106,0r0,-106","w":186,"k":{"y":20,"t":35,"Y":20,"T":35}},"<":{"d":"356,-191r-326,-120r0,-78r326,-120r0,79r-224,80r224,80r0,79"},"=":{"d":"35,-308r326,0r0,78r-326,0r0,-78xm35,-470r326,0r0,78r-326,0r0,-78"},">":{"d":"366,-311r-326,120r0,-79r224,-80r-224,-80r0,-79r326,120r0,78"},"?":{"d":"218,-155r-98,0v-36,-176,115,-201,114,-384v0,-50,-20,-69,-55,-69v-35,0,-55,19,-55,69r0,76r-104,0v-11,-145,29,-245,162,-245v107,0,162,64,162,176v0,199,-156,212,-126,377xm115,-106r106,0r0,106r-106,0r0,-106","w":360},"@":{"d":"476,-127v-51,0,-84,-19,-88,-66v-20,41,-53,62,-97,60v-70,-2,-100,-57,-90,-154r11,-101v10,-98,52,-151,122,-148v42,1,69,23,82,62r6,-58r96,0r-30,289v-2,17,4,25,20,25v56,0,80,-124,80,-226v0,-125,-60,-211,-199,-211v-178,0,-271,142,-271,370v0,161,74,261,233,261v74,0,137,-14,207,-68r-8,96v-66,44,-131,56,-205,56v-225,0,-321,-143,-321,-350v0,-247,122,-450,369,-450v211,0,278,132,278,294v0,246,-118,319,-195,319xm364,-440v-61,0,-60,90,-66,148v-5,46,12,63,43,66v63,6,59,-99,66,-158v4,-39,-16,-56,-43,-56","w":689},"A":{"d":"284,-700r112,700r-111,0r-19,-127r-135,0r-19,127r-101,0r112,-700r161,0xm198,-576r-53,354r106,0","w":407,"k":{"v":25,"q":1,"V":25,"Q":1,"?":30}},"B":{"d":"206,-700v123,-1,163,63,163,186v0,72,-22,118,-71,141v75,28,82,106,82,207v0,108,-57,166,-167,166r-173,0r0,-700r166,0xm270,-230v3,-88,-45,-88,-120,-85r0,215v67,0,124,12,120,-69r0,-61xm259,-528v4,-74,-43,-75,-109,-72r0,185v65,2,110,1,109,-74r0,-39","w":406,"k":{"x":3,"v":4,"X":3,"V":4,".":5,",":5,"W":1,"Y":15,"w":1,"y":15}},"C":{"d":"255,-261r104,0r0,93v0,112,-56,176,-164,176v-108,0,-164,-64,-164,-176r0,-364v0,-112,56,-176,164,-176v133,0,176,98,164,244r-104,0r0,-75v0,-50,-22,-69,-57,-69v-35,0,-57,19,-57,69r0,378v0,50,22,68,57,68v35,0,57,-18,57,-68r0,-100","w":386,"k":{"x":11,"X":11,".":6,",":6,"Y":11,"y":11}},"D":{"d":"40,0r0,-700r174,0v110,0,164,61,164,173r0,354v0,112,-54,173,-164,173r-174,0xm268,-532v2,-78,-51,-68,-118,-68r0,500v66,0,118,11,118,-68r0,-364","w":408,"k":{"x":15,"v":1,"X":15,"V":1,".":10,",":10,"Y":15,"y":15,"A":1,"a":1}},"E":{"d":"150,-600r0,195r151,0r0,100r-151,0r0,205r190,0r0,100r-300,0r0,-700r300,0r0,100r-190,0","w":368},"F":{"d":"150,-600r0,211r142,0r0,100r-142,0r0,289r-110,0r0,-700r291,0r0,100r-181,0","w":344,"k":{"}":-5,"]":-5,".":70,",":70,")":-5,"A":13,"a":13,"J":20,"Z":10,"j":20,"z":10}},"G":{"d":"205,-290r0,-100r154,0r0,222v0,112,-56,176,-164,176v-108,0,-164,-64,-164,-176r0,-364v0,-112,56,-176,164,-176v133,0,176,98,164,244r-104,0r0,-75v0,-50,-22,-69,-57,-69v-35,0,-57,19,-57,69r0,378v0,50,22,68,57,68v35,0,57,-18,57,-68r0,-129r-50,0","w":390,"k":{"x":15,"v":1,"X":15,"V":1,".":10,",":10,"Y":15,"y":15,"A":1,"a":1}},"H":{"d":"150,-300r0,300r-110,0r0,-700r110,0r0,300r125,0r0,-300r112,0r0,700r-112,0r0,-300r-125,0","w":427},"I":{"d":"40,0r0,-700r110,0r0,700r-110,0","w":190},"J":{"d":"10,0r0,-100v57,3,101,5,101,-66r0,-534r110,0r0,526v-6,163,-88,184,-211,174","w":256,"k":{".":6,",":6}},"K":{"d":"291,0r-107,-279r-34,64r0,215r-110,0r0,-700r110,0r0,305r146,-305r108,0r-153,312r153,388r-113,0","w":414,"k":{"q":7,"Q":7,"C":7,"\u00c7":7,"G":7,"\u011e":7,"O":7,"\u00d6":7,"c":7,"\u00e7":7,"g":7,"\u011f":7,"o":7,"\u00f6":7,"S":5,"\u015e":5,"U":4,"\u00dc":4,"s":5,"\u015f":5,"u":4,"\u00fc":4}},"L":{"d":"40,0r0,-700r110,0r0,600r181,0r0,100r-291,0","w":341,"k":{"}":-8,"v":33,"]":-8,"V":33,"?":30,")":-8,"T":50,"W":17,"Y":62,"-":40,"t":50,"w":17,"y":62,"J":-5,"j":-5}},"M":{"d":"192,-700r81,497r75,-497r153,0r0,700r-104,0r0,-502r-76,502r-104,0r-82,-495r0,495r-96,0r0,-700r153,0","w":541},"N":{"d":"275,0r-137,-507r0,507r-99,0r0,-700r138,0r113,419r0,-419r98,0r0,700r-113,0","w":427},"O":{"d":"141,-539r0,378v0,50,22,69,57,69v35,0,57,-19,57,-69r0,-378v0,-50,-22,-69,-57,-69v-35,0,-57,19,-57,69xm31,-168r0,-364v0,-112,59,-176,167,-176v108,0,167,64,167,176r0,364v0,112,-59,176,-167,176v-108,0,-167,-64,-167,-176","k":{"x":15,"v":1,"X":15,"V":1,".":10,",":10,"Y":15,"y":15,"A":1,"a":1}},"P":{"d":"202,-700v110,0,164,61,164,173r0,91v2,132,-76,185,-216,173r0,263r-110,0r0,-700r162,0xm256,-534v2,-74,-44,-67,-106,-66r0,237v62,1,106,8,106,-66r0,-105","w":377,"k":{"x":11,"X":11,".":80,",":80,"Y":2,"y":2,"A":13,"a":13,"J":18,"j":18}},"Q":{"d":"31,-168r0,-364v0,-112,59,-176,167,-176v108,0,167,64,167,176r0,364v0,39,-7,72,-21,98v5,16,20,15,41,15r0,98v-56,3,-94,-14,-110,-48v-22,8,-48,13,-77,13v-108,0,-167,-64,-167,-176xm141,-539r0,378v0,50,22,69,57,69v35,0,57,-19,57,-69r0,-378v0,-50,-22,-69,-57,-69v-35,0,-57,19,-57,69","k":{"y":13,"Y":13,"v":1,"V":1}},"R":{"d":"382,0r-112,0v-14,-28,-10,-140,-10,-196v0,-82,-37,-93,-110,-89r0,285r-110,0r0,-700r166,0v136,-3,163,78,163,216v0,72,-23,119,-72,142v85,30,73,145,73,257v0,34,1,59,12,85xm259,-528v4,-74,-43,-75,-109,-72r0,215v65,2,110,1,109,-74r0,-69","w":402,"k":{"v":2,"V":2,"Y":10,"y":10}},"S":{"d":"26,-532v0,-112,55,-176,162,-176v116,-1,169,76,162,203r-104,0v4,-57,-8,-103,-55,-103v-35,0,-55,19,-55,69v0,144,215,171,215,371v0,112,-56,176,-164,176v-125,1,-175,-86,-164,-224r104,0v-4,61,1,123,57,123v35,0,57,-18,57,-68v0,-144,-215,-171,-215,-371","w":374,"k":{"x":8,"v":1,"X":8,"V":1,".":5,",":5,"Y":7,"y":7}},"T":{"d":"10,-600r0,-100r340,0r0,100r-115,0r0,600r-110,0r0,-600r-115,0","w":360,"k":{"}":-8,"]":-8,";":35,":":35,".":60,",":60,")":-8,"-":32,"A":38,"a":38,"J":30,"j":30}},"U":{"d":"35,-700r110,0r0,540v0,50,22,68,57,68v35,0,57,-18,57,-68r0,-540r104,0r0,533v0,112,-56,176,-164,176v-108,0,-164,-64,-164,-176r0,-533","w":398,"k":{".":6,",":6}},"V":{"d":"122,-700r84,571r84,-571r101,0r-108,700r-164,0r-108,-700r111,0","w":402,"k":{"\u011f":1,"\u011e":1,"\u00f6":1,"\u00e7":1,"\u00d6":1,"\u00c7":1,"o":1,"j":25,"g":1,"c":1,"a":25,"O":1,"J":25,"G":1,"C":1,"A":25,"-":10,"}":-3,"q":1,"]":-3,"Q":1,".":60,",":60,")":-3}},"W":{"d":"324,0r-40,-373r-40,373r-151,0r-78,-700r107,0r59,552r53,-552r106,0r55,556r57,-556r96,0r-78,700r-146,0","w":563,"k":{"}":-3,"]":-3,".":40,",":40,")":-3,"-":4,"A":15,"a":15,"J":13,"j":13}},"X":{"d":"305,-700r102,0r-115,340r123,360r-116,0r-90,-277r-91,277r-103,0r123,-360r-115,-340r114,0r83,258","w":430,"k":{"\u015f":8,"\u015e":8,"\u011f":15,"\u011e":15,"\u00f6":15,"\u00e7":15,"\u00d6":15,"\u00c7":15,"s":8,"o":15,"g":15,"c":15,"S":8,"O":15,"G":15,"C":15,"-":15,"q":15,"Q":15}},"Y":{"d":"143,0r0,-232r-139,-468r115,0r84,319r84,-319r105,0r-139,468r0,232r-110,0","k":{"}":-5,"q":15,"]":-5,"Q":15,";":20,":":20,".":80,",":80,")":-5,"C":15,"\u00c7":15,"G":15,"\u011e":15,"O":15,"\u00d6":15,"-":18,"c":15,"\u00e7":15,"g":15,"\u011f":15,"o":15,"\u00f6":15,"A":49,"a":49,"J":35,"j":35,"S":7,"\u015e":7,"s":7,"\u015f":7}},"Z":{"d":"33,-700r312,0r0,98r-209,502r209,0r0,100r-322,0r0,-98r209,-502r-199,0r0,-100","w":370,"k":{"-":15}},"[":{"d":"47,0r0,-700r182,0r0,90r-72,0r0,520r72,0r0,90r-182,0","w":251,"k":{"y":-5,"w":-3,"t":-8,"Y":-5,"W":-3,"T":-8,"v":-3,"V":-3}},"\\":{"d":"100,-700r276,700r-95,0r-276,-700r95,0","w":381},"]":{"d":"204,-700r0,700r-182,0r0,-90r72,0r0,-520r-72,0r0,-90r182,0","w":251},"^":{"d":"20,-390r139,-310r78,0r139,310r-88,0r-90,-210r-90,210r-88,0"},"_":{"d":"0,90r0,-80r500,0r0,80r-500,0","w":500},"`":{"d":"29,-851r119,0r72,117r-83,0","w":250},"a":{"d":"284,-700r112,700r-111,0r-19,-127r-135,0r-19,127r-101,0r112,-700r161,0xm198,-576r-53,354r106,0","w":407,"k":{"v":25,"q":1,"V":25,"Q":1,"?":30,"C":1,"\u00c7":1,"G":1,"\u011e":1,"O":1,"\u00d6":1,"T":38,"W":15,"Y":49,"-":10,"c":1,"\u00e7":1,"g":1,"\u011f":1,"o":1,"\u00f6":1,"t":38,"w":15,"y":49}},"b":{"d":"206,-700v123,-1,163,63,163,186v0,72,-22,118,-71,141v75,28,82,106,82,207v0,108,-57,166,-167,166r-173,0r0,-700r166,0xm270,-230v3,-88,-45,-88,-120,-85r0,215v67,0,124,12,120,-69r0,-61xm259,-528v4,-74,-43,-75,-109,-72r0,185v65,2,110,1,109,-74r0,-39","w":406,"k":{"x":3,"v":4,"X":3,"V":4,".":5,",":5,"W":1,"Y":15,"w":1,"y":15}},"c":{"d":"255,-261r104,0r0,93v0,112,-56,176,-164,176v-108,0,-164,-64,-164,-176r0,-364v0,-112,56,-176,164,-176v133,0,176,98,164,244r-104,0r0,-75v0,-50,-22,-69,-57,-69v-35,0,-57,19,-57,69r0,378v0,50,22,68,57,68v35,0,57,-18,57,-68r0,-100","w":386,"k":{"x":11,"X":11,".":6,",":6,"Y":11,"y":11}},"d":{"d":"40,0r0,-700r174,0v110,0,164,61,164,173r0,354v0,112,-54,173,-164,173r-174,0xm268,-532v2,-78,-51,-68,-118,-68r0,500v66,0,118,11,118,-68r0,-364","w":408,"k":{"x":15,"v":1,"X":15,"V":1,".":10,",":10,"Y":15,"y":15,"A":1,"a":1}},"e":{"d":"150,-600r0,195r151,0r0,100r-151,0r0,205r190,0r0,100r-300,0r0,-700r300,0r0,100r-190,0","w":368},"f":{"d":"150,-600r0,211r142,0r0,100r-142,0r0,289r-110,0r0,-700r291,0r0,100r-181,0","w":344,"k":{"}":-5,"]":-5,".":70,",":70,")":-5,"A":13,"a":13,"J":20,"Z":10,"j":20,"z":10}},"g":{"d":"205,-290r0,-100r154,0r0,222v0,112,-56,176,-164,176v-108,0,-164,-64,-164,-176r0,-364v0,-112,56,-176,164,-176v133,0,176,98,164,244r-104,0r0,-75v0,-50,-22,-69,-57,-69v-35,0,-57,19,-57,69r0,378v0,50,22,68,57,68v35,0,57,-18,57,-68r0,-129r-50,0","w":390,"k":{"x":15,"v":1,"X":15,"V":1,".":10,",":10,"Y":15,"y":15,"A":1,"a":1}},"h":{"d":"150,-300r0,300r-110,0r0,-700r110,0r0,300r125,0r0,-300r112,0r0,700r-112,0r0,-300r-125,0","w":427},"i":{"d":"40,0r0,-700r110,0r0,700r-110,0","w":190},"j":{"d":"10,0r0,-100v57,3,101,5,101,-66r0,-534r110,0r0,526v-6,163,-88,184,-211,174","w":256,"k":{".":6,",":6}},"k":{"d":"291,0r-107,-279r-34,64r0,215r-110,0r0,-700r110,0r0,305r146,-305r108,0r-153,312r153,388r-113,0","w":414,"k":{"q":7,"Q":7,"C":7,"\u00c7":7,"G":7,"\u011e":7,"O":7,"\u00d6":7,"c":7,"\u00e7":7,"g":7,"\u011f":7,"o":7,"\u00f6":7,"S":5,"\u015e":5,"U":4,"\u00dc":4,"s":5,"\u015f":5,"u":4,"\u00fc":4}},"l":{"d":"40,0r0,-700r110,0r0,600r181,0r0,100r-291,0","w":341,"k":{"}":-8,"v":33,"]":-8,"V":33,"?":30,")":-8,"T":50,"W":17,"Y":62,"-":40,"t":50,"w":17,"y":62,"J":-5,"j":-5}},"m":{"d":"192,-700r81,497r75,-497r153,0r0,700r-104,0r0,-502r-76,502r-104,0r-82,-495r0,495r-96,0r0,-700r153,0","w":541},"n":{"d":"275,0r-137,-507r0,507r-99,0r0,-700r138,0r113,419r0,-419r98,0r0,700r-113,0","w":427},"o":{"d":"141,-539r0,378v0,50,22,69,57,69v35,0,57,-19,57,-69r0,-378v0,-50,-22,-69,-57,-69v-35,0,-57,19,-57,69xm31,-168r0,-364v0,-112,59,-176,167,-176v108,0,167,64,167,176r0,364v0,112,-59,176,-167,176v-108,0,-167,-64,-167,-176","k":{"x":15,"v":1,"X":15,"V":1,".":10,",":10,"Y":15,"y":15,"A":1,"a":1}},"p":{"d":"202,-700v110,0,164,61,164,173r0,91v2,132,-76,185,-216,173r0,263r-110,0r0,-700r162,0xm256,-534v2,-74,-44,-67,-106,-66r0,237v62,1,106,8,106,-66r0,-105","w":377,"k":{"x":11,"X":11,".":80,",":80,"Y":2,"y":2,"A":13,"a":13,"J":18,"j":18}},"q":{"d":"31,-168r0,-364v0,-112,59,-176,167,-176v108,0,167,64,167,176r0,364v0,39,-7,72,-21,98v5,16,20,15,41,15r0,98v-56,3,-94,-14,-110,-48v-22,8,-48,13,-77,13v-108,0,-167,-64,-167,-176xm141,-539r0,378v0,50,22,69,57,69v35,0,57,-19,57,-69r0,-378v0,-50,-22,-69,-57,-69v-35,0,-57,19,-57,69","k":{"y":13,"Y":13,"v":1,"V":1}},"r":{"d":"382,0r-112,0v-14,-28,-10,-140,-10,-196v0,-82,-37,-93,-110,-89r0,285r-110,0r0,-700r166,0v136,-3,163,78,163,216v0,72,-23,119,-72,142v85,30,73,145,73,257v0,34,1,59,12,85xm259,-528v4,-74,-43,-75,-109,-72r0,215v65,2,110,1,109,-74r0,-69","w":402,"k":{"v":2,"V":2,"Y":10,"y":10}},"s":{"d":"26,-532v0,-112,55,-176,162,-176v116,-1,169,76,162,203r-104,0v4,-57,-8,-103,-55,-103v-35,0,-55,19,-55,69v0,144,215,171,215,371v0,112,-56,176,-164,176v-125,1,-175,-86,-164,-224r104,0v-4,61,1,123,57,123v35,0,57,-18,57,-68v0,-144,-215,-171,-215,-371","w":374,"k":{"x":8,"v":1,"X":8,"V":1,".":5,",":5,"Y":7,"y":7}},"t":{"d":"10,-600r0,-100r340,0r0,100r-115,0r0,600r-110,0r0,-600r-115,0","w":360,"k":{"}":-8,"]":-8,";":35,":":35,".":60,",":60,")":-8,"-":32,"A":38,"a":38,"J":30,"j":30}},"u":{"d":"35,-700r110,0r0,540v0,50,22,68,57,68v35,0,57,-18,57,-68r0,-540r104,0r0,533v0,112,-56,176,-164,176v-108,0,-164,-64,-164,-176r0,-533","w":398,"k":{".":6,",":6}},"v":{"d":"122,-700r84,571r84,-571r101,0r-108,700r-164,0r-108,-700r111,0","w":402,"k":{"\u011f":1,"\u011e":1,"\u00f6":1,"\u00e7":1,"\u00d6":1,"\u00c7":1,"o":1,"j":25,"g":1,"c":1,"a":25,"O":1,"J":25,"G":1,"C":1,"A":25,"-":10,"}":-3,"q":1,"]":-3,"Q":1,".":60,",":60,")":-3}},"w":{"d":"324,0r-40,-373r-40,373r-151,0r-78,-700r107,0r59,552r53,-552r106,0r55,556r57,-556r96,0r-78,700r-146,0","w":563,"k":{"}":-3,"]":-3,".":40,",":40,")":-3,"-":4,"A":15,"a":15,"J":13,"j":13}},"x":{"d":"305,-700r102,0r-115,340r123,360r-116,0r-90,-277r-91,277r-103,0r123,-360r-115,-340r114,0r83,258","w":430,"k":{"\u015f":8,"\u015e":8,"\u011f":15,"\u011e":15,"\u00f6":15,"\u00e7":15,"\u00d6":15,"\u00c7":15,"s":8,"o":15,"g":15,"c":15,"S":8,"O":15,"G":15,"C":15,"-":15,"q":15,"Q":15}},"y":{"d":"143,0r0,-232r-139,-468r115,0r84,319r84,-319r105,0r-139,468r0,232r-110,0","k":{"}":-5,"q":15,"]":-5,"Q":15,";":20,":":20,".":80,",":80,")":-5,"C":15,"\u00c7":15,"G":15,"\u011e":15,"O":15,"\u00d6":15,"-":18,"c":15,"\u00e7":15,"g":15,"\u011f":15,"o":15,"\u00f6":15,"A":49,"a":49,"J":35,"j":35,"S":7,"\u015e":7,"s":7,"\u015f":7}},"z":{"d":"33,-700r312,0r0,98r-209,502r209,0r0,100r-322,0r0,-98r209,-502r-199,0r0,-100","w":370,"k":{"-":15}},"{":{"d":"102,-350v85,24,62,104,70,189v6,62,20,74,69,71r0,90v-98,7,-161,-12,-167,-111r-8,-134v-3,-46,-13,-60,-55,-60r0,-90v42,0,52,-14,55,-60r8,-134v8,-98,69,-118,167,-111r0,90v-49,-2,-63,9,-69,71v-8,85,15,165,-70,189","w":257,"k":{"y":-5,"w":-3,"t":-8,"Y":-5,"W":-3,"T":-8,"v":-3,"V":-3}},"|":{"d":"210,65r0,-830r90,0r0,830r-90,0","w":500},"}":{"d":"155,-350v-85,-24,-62,-104,-70,-189v-6,-62,-20,-74,-69,-71r0,-90v98,-7,161,12,167,111r8,134v3,46,13,60,55,60r0,90v-42,0,-52,14,-55,60r-8,134v-8,98,-69,118,-167,111r0,-90v49,2,63,-9,69,-71v8,-85,-15,-165,70,-189","w":257},"~":{"d":"60,-282r-52,-50v48,-71,81,-90,119,-90v54,0,101,61,143,61v23,0,35,-14,66,-57r52,54v-48,71,-81,86,-119,86v-54,0,-101,-61,-143,-61v-23,0,-36,14,-66,57"},"\u00c7":{"d":"190,178v-48,-1,-90,-25,-86,-79r64,0v-3,18,7,28,21,28v17,0,26,-9,26,-26v1,-23,-20,-30,-47,-28r0,-67v-91,-9,-137,-71,-137,-174r0,-364v0,-112,56,-176,164,-176v133,0,176,98,164,244r-104,0r0,-75v0,-50,-22,-69,-57,-69v-35,0,-57,19,-57,69r0,378v0,50,22,68,57,68v35,0,57,-18,57,-68r0,-100r104,0r0,93v0,104,-48,167,-141,175r0,32v39,0,63,22,63,57v0,60,-42,82,-91,82","w":386,"k":{"x":11,"X":11,".":6,",":6,"Y":11,"y":11}},"\u00d6":{"d":"141,-539r0,378v0,50,22,69,57,69v35,0,57,-19,57,-69r0,-378v0,-50,-22,-69,-57,-69v-35,0,-57,19,-57,69xm31,-168r0,-364v0,-112,59,-176,167,-176v108,0,167,64,167,176r0,364v0,112,-59,176,-167,176v-108,0,-167,-64,-167,-176xm67,-836r102,0r0,102r-102,0r0,-102xm227,-836r102,0r0,102r-102,0r0,-102","k":{"x":15,"v":1,"X":15,"V":1,".":10,",":10,"Y":15,"y":15,"A":1,"a":1}},"\u00dc":{"d":"35,-700r110,0r0,540v0,50,22,68,57,68v35,0,57,-18,57,-68r0,-540r104,0r0,533v0,112,-56,176,-164,176v-108,0,-164,-64,-164,-176r0,-533xm70,-836r102,0r0,102r-102,0r0,-102xm230,-836r102,0r0,102r-102,0r0,-102","w":398,"k":{".":6,",":6}},"\u00e7":{"d":"190,178v-48,-1,-90,-25,-86,-79r64,0v-3,18,7,28,21,28v17,0,26,-9,26,-26v1,-23,-20,-30,-47,-28r0,-67v-91,-9,-137,-71,-137,-174r0,-364v0,-112,56,-176,164,-176v133,0,176,98,164,244r-104,0r0,-75v0,-50,-22,-69,-57,-69v-35,0,-57,19,-57,69r0,378v0,50,22,68,57,68v35,0,57,-18,57,-68r0,-100r104,0r0,93v0,104,-48,167,-141,175r0,32v39,0,63,22,63,57v0,60,-42,82,-91,82","w":386,"k":{"x":11,"X":11,".":6,",":6,"Y":11,"y":11}},"\u00f6":{"d":"141,-539r0,378v0,50,22,69,57,69v35,0,57,-19,57,-69r0,-378v0,-50,-22,-69,-57,-69v-35,0,-57,19,-57,69xm31,-168r0,-364v0,-112,59,-176,167,-176v108,0,167,64,167,176r0,364v0,112,-59,176,-167,176v-108,0,-167,-64,-167,-176xm67,-836r102,0r0,102r-102,0r0,-102xm227,-836r102,0r0,102r-102,0r0,-102","k":{"x":15,"v":1,"X":15,"V":1,".":10,",":10,"Y":15,"y":15,"A":1,"a":1}},"\u00fc":{"d":"35,-700r110,0r0,540v0,50,22,68,57,68v35,0,57,-18,57,-68r0,-540r104,0r0,533v0,112,-56,176,-164,176v-108,0,-164,-64,-164,-176r0,-533xm70,-836r102,0r0,102r-102,0r0,-102xm230,-836r102,0r0,102r-102,0r0,-102","w":398,"k":{".":6,",":6}},"\u011e":{"d":"205,-290r0,-100r154,0r0,222v0,112,-56,176,-164,176v-108,0,-164,-64,-164,-176r0,-364v0,-112,56,-176,164,-176v133,0,176,98,164,244r-104,0r0,-75v0,-50,-22,-69,-57,-69v-35,0,-57,19,-57,69r0,378v0,50,22,68,57,68v35,0,57,-18,57,-68r0,-129r-50,0xm243,-851r69,0v0,74,-40,121,-119,121v-79,0,-116,-47,-117,-121r69,0v3,40,19,49,48,49v30,0,47,-9,50,-49","w":390,"k":{"x":15,"v":1,"X":15,"V":1,".":10,",":10,"Y":15,"y":15,"A":1,"a":1}},"\u011f":{"d":"205,-290r0,-100r154,0r0,222v0,112,-56,176,-164,176v-108,0,-164,-64,-164,-176r0,-364v0,-112,56,-176,164,-176v133,0,176,98,164,244r-104,0r0,-75v0,-50,-22,-69,-57,-69v-35,0,-57,19,-57,69r0,378v0,50,22,68,57,68v35,0,57,-18,57,-68r0,-129r-50,0xm243,-851r69,0v0,74,-40,121,-119,121v-79,0,-116,-47,-117,-121r69,0v3,40,19,49,48,49v30,0,47,-9,50,-49","w":390,"k":{"x":15,"v":1,"X":15,"V":1,".":10,",":10,"Y":15,"y":15,"A":1,"a":1}},"\u0130":{"d":"40,0r0,-700r110,0r0,700r-110,0xm44,-836r102,0r0,102r-102,0r0,-102","w":190},"\u0131":{"d":"40,0r0,-700r110,0r0,700r-110,0","w":190},"\u015e":{"d":"26,-532v0,-112,55,-176,162,-176v116,-1,169,76,162,203r-104,0v4,-57,-8,-103,-55,-103v-35,0,-55,19,-55,69v0,144,215,171,215,371v0,112,-56,176,-164,176v-125,1,-175,-86,-164,-224r104,0v-4,61,1,123,57,123v35,0,57,-18,57,-68v0,-144,-215,-171,-215,-371xm178,178v-48,-1,-90,-25,-86,-79r64,0v-3,18,7,28,21,28v17,0,26,-9,26,-26v1,-23,-20,-30,-47,-28r0,-87r50,0r0,53v39,0,63,22,63,57v0,60,-42,82,-91,82","w":374,"k":{"x":8,"v":1,"X":8,"V":1,".":5,",":5,"Y":7,"y":7}},"\u015f":{"d":"178,178v-48,-1,-90,-25,-86,-79r64,0v-3,18,7,28,21,28v17,0,26,-9,26,-26v1,-23,-20,-30,-47,-28r0,-67v-111,-11,-142,-109,-133,-242r104,0r0,75v0,50,22,68,57,68v35,0,57,-18,57,-68v0,-144,-215,-171,-215,-371v0,-112,55,-176,162,-176v120,-1,171,81,162,213r-104,0v4,-59,-4,-113,-55,-113v-35,0,-55,19,-55,69v0,144,215,171,215,371v0,106,-50,168,-145,175r0,32v39,0,63,22,63,57v0,60,-42,82,-91,82","w":374,"k":{"x":8,"v":1,"X":8,"V":1,".":5,",":5,"Y":7,"y":7}},"\u20ac":{"d":"19,-380r0,-55r28,0r0,-97v0,-112,53,-176,161,-176v129,0,171,93,161,234r-104,0v2,-61,4,-143,-54,-134v-70,-8,-52,105,-54,173r154,0r0,55r-154,0r0,55r154,0r0,55r-154,0v3,69,-18,185,54,177v60,9,56,-76,54,-138r104,0v10,142,-29,239,-161,239v-108,0,-161,-64,-161,-176r0,-102r-28,0r0,-55r28,0r0,-55r-28,0"},"\u00a0":{"w":155}}});


Cufon.replace('.item', {fontFamily: 'Bebas Neue', hover:true });

;(function($){
	$.fn.superfish = function(op){

		var sf = $.fn.superfish,
			c = sf.c,
			$arrow = $(['<span class="',c.arrowClass,'"> &#187;</span>'].join('')),
			over = function(){
				var $$ = $(this), menu = getMenu($$);
				clearTimeout(menu.sfTimer);
				$$.showSuperfishUl().siblings().hideSuperfishUl();
			},
			out = function(){
				var $$ = $(this), menu = getMenu($$), o = sf.op;
				clearTimeout(menu.sfTimer);
				menu.sfTimer=setTimeout(function(){
					o.retainPath=($.inArray($$[0],o.$path)>-1);
					$$.hideSuperfishUl();
					if (o.$path.length && $$.parents(['li.',o.hoverClass].join('')).length<1){over.call(o.$path);}
				},o.delay);	
			},
			getMenu = function($menu){
				var menu = $menu.parents(['ul.',c.menuClass,':first'].join(''))[0];
				sf.op = sf.o[menu.serial];
				return menu;
			},
			addArrow = function($a){ $a.addClass(c.anchorClass).append($arrow.clone()); };
			
		return this.each(function() {
			var s = this.serial = sf.o.length;
			var o = $.extend({},sf.defaults,op);
			o.$path = $('li.'+o.pathClass,this).slice(0,o.pathLevels).each(function(){
				$(this).addClass([o.hoverClass,c.bcClass].join(' '))
					.filter('li:has(ul)').removeClass(o.pathClass);
			});
			sf.o[s] = sf.op = o;
			
			$('li:has(ul)',this)[($.fn.hoverIntent && !o.disableHI) ? 'hoverIntent' : 'hover'](over,out).each(function() {
				if (o.autoArrows) addArrow( $('>a:first-child',this) );
			})
			.not('.'+c.bcClass)
				.hideSuperfishUl();
			
			var $a = $('a',this);
			$a.each(function(i){
				var $li = $a.eq(i).parents('li');
				$a.eq(i).focus(function(){over.call($li);}).blur(function(){out.call($li);});
			});
			o.onInit.call(this);
			
		}).each(function() {
			var menuClasses = [c.menuClass];
			if (sf.op.dropShadows  && !($.browser.msie && $.browser.version < 7)) menuClasses.push(c.shadowClass);
			$(this).addClass(menuClasses.join(' '));
		});
	};

	var sf = $.fn.superfish;
	sf.o = [];
	sf.op = {};
	sf.IE7fix = function(){
		var o = sf.op;
		if ($.browser.msie && $.browser.version > 6 && o.dropShadows && o.animation.opacity!=undefined)
			this.toggleClass(sf.c.shadowClass+'-off');
		};
	sf.c = {
		bcClass     : 'sf-breadcrumb',
		menuClass   : 'sf-js-enabled',
		anchorClass : 'sf-with-ul',
		arrowClass  : 'sf-sub-indicator',
		shadowClass : 'sf-shadow'
	};
	sf.defaults = {
		hoverClass	: 'sfHover',
		pathClass	: 'overideThisToUse',
		pathLevels	: 1,
		delay		: 800,
		animation	: {opacity:'show', height:'show'},
		speed		: 'normal',
		disableHI	: false,		// true disables hoverIntent detection
		onInit		: function(){}, // callback functions
		onBeforeShow: function(){},
		onShow		: function(){},
		onHide		: function(){}
	};
	$.fn.extend({
		hideSuperfishUl : function(){
			var o = sf.op,
				not = (o.retainPath===true) ? o.$path : '';
			o.retainPath = false;
			var $ul = $(['li.',o.hoverClass].join(''),this).add(this).not(not).removeClass(o.hoverClass)
					.find('>ul').hide().css('visibility','hidden');
			o.onHide.call($ul);
			Cufon.refresh();
			return this;
		},
		showSuperfishUl : function(){
			var o = sf.op,
				sh = sf.c.shadowClass+'-off',
				$ul = this.addClass(o.hoverClass)
					.find('>ul:hidden').css('visibility','visible');
			sf.IE7fix.call($ul);
			o.onBeforeShow.call($ul);
			$ul.animate(o.animation,o.speed,function(){ sf.IE7fix.call($ul); o.onShow.call($ul); });
			return this;
		}
	});

})(jQuery);

/**
 * Coin Slider - Unique jQuery Image Slider
 * @version: 1.0 - (2010/04/04)
 * @requires jQuery v1.2.2 or later 
 * @author Ivan Lazarevic
 * Examples and documentation at: http://workshop.rs/projects/coin-slider/
 
 * Licensed under MIT licence:
 *   http://www.opensource.org/licenses/mit-license.php
**/

(function($) {

	var params 		= new Array;
	var order		= new Array;
	var images		= new Array;
	var links		= new Array;
	var linksTarget = new Array;
	var titles		= new Array;
	var interval	= new Array;
	var imagePos	= new Array;
	var appInterval = new Array;	
	var squarePos	= new Array;	
	var reverse		= new Array;
	
	$.fn.coinslider= $.fn.CoinSlider = function(options){
		
		init = function(el){
				
			order[el.id] 		= new Array();	// order of square appereance
			images[el.id]		= new Array();
			links[el.id]		= new Array();
			linksTarget[el.id]	= new Array();
			titles[el.id]		= new Array();
			imagePos[el.id]		= 0;
			squarePos[el.id]	= 0;
			reverse[el.id]		= 1;						
				
			params[el.id] = $.extend({}, $.fn.coinslider.defaults, options);
						
			// create images, links and titles arrays
			$.each($('#'+el.id+' img'), function(i,item){
				images[el.id][i] 		= $(item).attr('src');
				links[el.id][i] 		= $(item).parent().is('a') ? $(item).parent().attr('href') : '';
				linksTarget[el.id][i] 	= $(item).parent().is('a') ? $(item).parent().attr('target') : '';
				titles[el.id][i] 		= $(item).next().is('span') ? $(item).next().html() : '';
				$(item).hide();
				$(item).next().hide();
			});			
			

			// set panel
			$(el).css({
				'background-image':'url('+images[el.id][0]+')',
				'width': params[el.id].width,
				'height': params[el.id].height,
				'position': 'relative',
				'background-position': 'top left'
			}).wrap("<div class='coin-slider' id='coin-slider-"+el.id+"' />");	
			
				
			// create title bar
			$('#'+el.id).append("<div class='cs-title' id='cs-title-"+el.id+"' style='position: absolute; z-index: 1000;'></div>");
						
			$.setFields(el);
			
			if(params[el.id].navigation)
				$.setNavigation(el);
			
			$.transition(el,0);
			$.transitionCall(el);
				
		}
		
		// squares positions
		$.setFields = function(el){
			
			tWidth = sWidth = parseInt(params[el.id].width/params[el.id].spw);
			tHeight = sHeight = parseInt(params[el.id].height/params[el.id].sph);
			
			counter = sLeft = sTop = 0;
			tgapx = gapx = params[el.id].width - params[el.id].spw*sWidth;
			tgapy = gapy = params[el.id].height - params[el.id].sph*sHeight;
			
			for(i=1;i <= params[el.id].sph;i++){
				gapx = tgapx;
				
					if(gapy > 0){
						gapy--;
						sHeight = tHeight+1;
					} else {
						sHeight = tHeight;
					}
				
				for(j=1; j <= params[el.id].spw; j++){	

					if(gapx > 0){
						gapx--;
						sWidth = tWidth+1;
					} else {
						sWidth = tWidth;
					}

					order[el.id][counter] = i+''+j;
					counter++;
					
					if(params[el.id].links)
						$('#'+el.id).append("<a href='"+links[el.id][0]+"' class='cs-"+el.id+"' id='cs-"+el.id+i+j+"' style='width:"+sWidth+"px; height:"+sHeight+"px; float: left; position: absolute;'></a>");
					else
						$('#'+el.id).append("<div class='cs-"+el.id+"' id='cs-"+el.id+i+j+"' style='width:"+sWidth+"px; height:"+sHeight+"px; float: left; position: absolute;'></div>");
								
					// positioning squares
					$("#cs-"+el.id+i+j).css({ 
						'background-position': -sLeft +'px '+(-sTop+'px'),
						'left' : sLeft ,
						'top': sTop
					});
				
					sLeft += sWidth;
				}

				sTop += sHeight;
				sLeft = 0;					
					
			}
			
			if(params[el.id].hoverPause){	
				$('.cs-'+el.id).mouseover(function(){
					params[el.id].pause = true;
				});
			
				$('.cs-'+el.id).mouseout(function(){
					params[el.id].pause = false;
				});	
				
				$('#cs-title-'+el.id).mouseover(function(){
					params[el.id].pause = true;
				});
			
				$('#cs-title-'+el.id).mouseout(function(){
					params[el.id].pause = false;
				});	
			}
					
			
		};
				
		
		$.transitionCall = function(el){
		
			clearInterval(interval[el.id]);	
			delay = params[el.id].delay + params[el.id].spw*params[el.id].sph*params[el.id].sDelay;
			interval[el.id] = setInterval(function() { $.transition(el)  }, delay);
			
		}
		
		// transitions
		$.transition = function(el,direction){
			
			if(params[el.id].pause == true) return;
			
			$.effect(el);
			
			squarePos[el.id] = 0;
			appInterval[el.id] = setInterval(function() { $.appereance(el,order[el.id][squarePos[el.id]])  },params[el.id].sDelay);
					
			$(el).css({ 'background-image': 'url('+images[el.id][imagePos[el.id]]+')' });
			
			if(typeof(direction) == "undefined")
				imagePos[el.id]++;
			else
				if(direction == 'prev')
					imagePos[el.id]--;
				else
					imagePos[el.id] = direction;
		
			if  (imagePos[el.id] == images[el.id].length) {
				imagePos[el.id] = 0;
			}
			
			if (imagePos[el.id] == -1){
				imagePos[el.id] = images[el.id].length-1;
			}
	
			$('.cs-button-'+el.id).removeClass('cs-active');
			$('#cs-button-'+el.id+"-"+(imagePos[el.id]+1)).addClass('cs-active');
			
			if(titles[el.id][imagePos[el.id]]){
				$('#cs-title-'+el.id).css({ 'opacity' : 0 }).animate({ 'opacity' : params[el.id].opacity }, params[el.id].titleSpeed);
				$('#cs-title-'+el.id).html(titles[el.id][imagePos[el.id]]);
			} else {
				$('#cs-title-'+el.id).css('opacity',0);
			}				
		};
		
		$.appereance = function(el,sid){

			$('.cs-'+el.id).attr('href',links[el.id][imagePos[el.id]]).attr('target',linksTarget[el.id][imagePos[el.id]]);

			if (squarePos[el.id] == params[el.id].spw*params[el.id].sph) {
				clearInterval(appInterval[el.id]);
				return;
			}

			$('#cs-'+el.id+sid).css({ opacity: 0, 'background-image': 'url('+images[el.id][imagePos[el.id]]+')' });
			$('#cs-'+el.id+sid).animate({ opacity: 1 }, 300);
			squarePos[el.id]++;
			
		};
		
		// navigation
		$.setNavigation = function(el){
			// create prev and next 
			$(el).parent().append("<div id='cs-navigation-"+el.id+"'></div>");
			
			$('#cs-navigation-'+el.id).append("<a href='#' id='cs-prev-"+el.id+"' class='cs-prev'></a>");
			$('#cs-navigation-'+el.id).append("<a href='#' id='cs-next-"+el.id+"' class='cs-next'></a>");
			$('#cs-prev-'+el.id).css({
				'position' 	: 'absolute',
				'top'		: params[el.id].height/2 + 24,
				'left'		: -34,
				'z-index' 	: 1001,
				'line-height': '30px',
				'opacity'	: params[el.id].opacity
			}).click( function(e){
				e.preventDefault();
				$.transition(el,'prev');
				$.transitionCall(el);		
			}).hover(function(){$(this).stop().animate({left:'-39'},200,'easeOutBack')},function(){$(this).stop().delay(200).animate({left:'-34'},200,'easeInBack')})
	
			$('#cs-next-'+el.id).css({
				'position' 	: 'absolute',
				'top'		: params[el.id].height/2 + 24,
				'right'		: -38,
				'z-index' 	: 1001,
				'line-height': '30px',
				'opacity'	: params[el.id].opacity
			}).click( function(e){
				e.preventDefault();
				$.transition(el);
				$.transitionCall(el);
			}).hover(function(){$(this).stop().animate({right:'-43'},200,'easeOutBack')},function(){$(this).stop().delay(200).animate({right:'-38'},200,'easeInBack')})
		}




		// effects
		$.effect = function(el){
			
			effA = ['random','swirl','rain','straight'];
			if(params[el.id].effect == '')
				eff = effA[Math.floor(Math.random()*(effA.length))];
			else
				eff = params[el.id].effect;

			order[el.id] = new Array();

			if(eff == 'random'){
				counter = 0;
				  for(i=1;i <= params[el.id].sph;i++){
				  	for(j=1; j <= params[el.id].spw; j++){	
				  		order[el.id][counter] = i+''+j;
						counter++;
				  	}
				  }	
				$.random(order[el.id]);
			}
			
			if(eff == 'rain')	{
				$.rain(el);
			}
			
			if(eff == 'swirl')
				$.swirl(el);
				
			if(eff == 'straight')
				$.straight(el);
				
			reverse[el.id] *= -1;
			if(reverse[el.id] > 0){
				order[el.id].reverse();
			}

		}

			
		// shuffle array function
		$.random = function(arr) {
						
		  var i = arr.length;
		  if ( i == 0 ) return false;
		  while ( --i ) {
		     var j = Math.floor( Math.random() * ( i + 1 ) );
		     var tempi = arr[i];
		     var tempj = arr[j];
		     arr[i] = tempj;
		     arr[j] = tempi;
		   }
		}	
		
		//swirl effect by milos popovic
		$.swirl = function(el){

			var n = params[el.id].sph;
			var m = params[el.id].spw;

			var x = 1;
			var y = 1;
			var going = 0;
			var num = 0;
			var c = 0;
			
			var dowhile = true;
						
			while(dowhile) {
				
				num = (going==0 || going==2) ? m : n;
				
				for (i=1;i<=num;i++){
					
					order[el.id][c] = x+''+y;
					c++;

					if(i!=num){
						switch(going){
							case 0 : y++; break;
							case 1 : x++; break;
							case 2 : y--; break;
							case 3 : x--; break;
						
						}
					}
				}
				
				going = (going+1)%4;

				switch(going){
					case 0 : m--; y++; break;
					case 1 : n--; x++; break;
					case 2 : m--; y--; break;
					case 3 : n--; x--; break;		
				}
				
				check = $.max(n,m) - $.min(n,m);			
				if(m<=check && n<=check)
					dowhile = false;
									
			}
		}

		// rain effect
		$.rain = function(el){
			var n = params[el.id].sph;
			var m = params[el.id].spw;

			var c = 0;
			var to = to2 = from = 1;
			var dowhile = true;


			while(dowhile){
				
				for(i=from;i<=to;i++){
					order[el.id][c] = i+''+parseInt(to2-i+1);
					c++;
				}
				
				to2++;
				
				if(to < n && to2 < m && n<m){
					to++;	
				}
				
				if(to < n && n>=m){
					to++;	
				}
				
				if(to2 > m){
					from++;
				}
				
				if(from > to) dowhile= false;
				
			}			

		}

		// straight effect
		$.straight = function(el){
			counter = 0;
			for(i=1;i <= params[el.id].sph;i++){
				for(j=1; j <= params[el.id].spw; j++){	
					order[el.id][counter] = i+''+j;
					counter++;
				}
				
			}
		}

		$.min = function(n,m){
			if (n>m) return m;
			else return n;
		}
		
		$.max = function(n,m){
			if (n<m) return m;
			else return n;
		}		
	
	this.each (
		function(){ init(this); }
	);
	

	};
	
	
	// default values
	$.fn.coinslider.defaults = {	
		width: 980, // width of slider panel
		height: 377, // height of slider panel
		spw: 7, // squares per width
		sph: 5, // squares per height
		delay: 6000, // delay between images in ms
		sDelay: 30, // delay beetwen squares in ms
		opacity: 1, // opacity of title and navigation
		titleSpeed: 500, // speed of title appereance in ms
		effect: '', // random, swirl, rain, straight
		navigation: true, // prev next and buttons
		links : false, // show images as links 
		hoverPause: true // pause on hover		
	};	
	
})(jQuery);
	
(function($) {
    $.fn.tipsy = function(options) {

        options = $.extend({}, $.fn.tipsy.defaults, options);
        
        return this.each(function() {
            
            var opts = $.fn.tipsy.elementOptions(this, options);
            
            $(this).hover(function() {

                $.data(this, 'cancel.tipsy', true);

                var tip = $.data(this, 'active.tipsy');
                if (!tip) {
                    tip = $('<div class="tipsy"><div class="tipsy-inner"/></div>');
                    tip.css({position: 'absolute', zIndex: 100000});
                    $.data(this, 'active.tipsy', tip);
                }

                if ($(this).attr('title') || typeof($(this).attr('original-title')) != 'string') {
                    $(this).attr('original-title', $(this).attr('title') || '').removeAttr('title');
                }

                var title;
                if (typeof opts.title == 'string') {
                    title = $(this).attr(opts.title == 'title' ? 'original-title' : opts.title);
                } else if (typeof opts.title == 'function') {
                    title = opts.title.call(this);
                }

                tip.find('.tipsy-inner')[opts.html ? 'html' : 'text'](title || opts.fallback);

                var pos = $.extend({}, $(this).offset(), {width: this.offsetWidth, height: this.offsetHeight});
                tip.get(0).className = 'tipsy'; // reset classname in case of dynamic gravity
                tip.remove().css({top: 0, left: 0, visibility: 'hidden', display: 'block'}).appendTo(document.body);
                var actualWidth = tip[0].offsetWidth, actualHeight = tip[0].offsetHeight;
                var gravity = (typeof opts.gravity == 'function') ? opts.gravity.call(this) : opts.gravity;

                switch (gravity.charAt(0)) {
                    case 'n':
                        tip.css({top: pos.top + pos.height, left: pos.left + pos.width / 2 - actualWidth / 2}).addClass('tipsy-north');
                        break;
                    case 's':
                        tip.css({top: pos.top - actualHeight, left: pos.left + pos.width / 2 - actualWidth / 2}).addClass('tipsy-south');
                        break;
                    case 'e':
                        tip.css({top: pos.top + pos.height / 2 - actualHeight / 2, left: pos.left - actualWidth}).addClass('tipsy-east');
                        break;
                    case 'w':
                        tip.css({top: pos.top + pos.height / 2 - actualHeight / 2, left: pos.left + pos.width}).addClass('tipsy-west');
                        break;
                }

                if (opts.fade) {
                    tip.css({opacity: 0, display: 'block', visibility: 'visible'}).animate({opacity: 0.8});
                } else {
                    tip.css({visibility: 'visible'});
                }

            }, function() {
                $.data(this, 'cancel.tipsy', false);
                var self = this;
                setTimeout(function() {
                    if ($.data(this, 'cancel.tipsy')) return;
                    var tip = $.data(self, 'active.tipsy');
                    if (opts.fade) {
                        tip.stop().fadeOut(function() { $(this).remove(); });
                    } else {
                        tip.remove();
                    }
                }, 100);

            });
            
        });
        
    };
    
    // Overwrite this method to provide options on a per-element basis.
    // For example, you could store the gravity in a 'tipsy-gravity' attribute:
    // return $.extend({}, options, {gravity: $(ele).attr('tipsy-gravity') || 'n' });
    // (remember - do not modify 'options' in place!)
    $.fn.tipsy.elementOptions = function(ele, options) {
        return $.metadata ? $.extend({}, options, $(ele).metadata()) : options;
    };
    
    $.fn.tipsy.defaults = {
        fade: false,
        fallback: '',
        gravity: 'n',
        html: false,
        title: 'title'
    };
    
    $.fn.tipsy.autoNS = function() {
        return $(this).offset().top > ($(document).scrollTop() + $(window).height() / 2) ? 's' : 'n';
    };
    
    $.fn.tipsy.autoWE = function() {
        return $(this).offset().left > ($(document).scrollLeft() + $(window).width() / 2) ? 'e' : 'w';
    };
    
})(jQuery);


(function($) {
	$.extend($.fx.step,{
	    backgroundPosition: function(fx) {
            if (fx.state === 0 && typeof fx.end == 'string') {
                var start = $.curCSS(fx.elem,'backgroundPosition');
                start = toArray(start);
                fx.start = [start[0],start[2]];
                var end = toArray(fx.end);
                fx.end = [end[0],end[2]];
                fx.unit = [end[1],end[3]];
			}
            var nowPosX = [];
            nowPosX[0] = ((fx.end[0] - fx.start[0]) * fx.pos) + fx.start[0] + fx.unit[0];
            nowPosX[1] = ((fx.end[1] - fx.start[1]) * fx.pos) + fx.start[1] + fx.unit[1];
            fx.elem.style.backgroundPosition = nowPosX[0]+' '+nowPosX[1];

           function toArray(strg){
               strg = strg.replace(/left|top/g,'0px');
               strg = strg.replace(/right|bottom/g,'100%');
               strg = strg.replace(/([0-9\.]+)(\s|\)|$)/g,"$1px$2");
               var res = strg.match(/(-?[0-9\.]+)(px|\%|em|pt)\s(-?[0-9\.]+)(px|\%|em|pt)/);
               return [parseFloat(res[1],10),res[2],parseFloat(res[3],10),res[4]];
           }
        }
	});
})(jQuery);


var flashkrl="0";
if(typeof com == "undefined") var com = new Object();
if(typeof com.deconcept == "undefined") com.deconcept = new Object();
if(typeof com.deconcept.util == "undefined") com.deconcept.util = new Object();
if(typeof com.deconcept.FlashObjectUtil == "undefined") com.deconcept.FlashObjectUtil = new Object();
com.deconcept.FlashObject = function(swf, id, w, h, ver, c, useExpressInstall, quality, xiRedirectUrl, redirectUrl, detectKey){
if (!document.createElement || !document.getElementById) return;
this.DETECT_KEY = detectKey ? detectKey : 'detectflash';
this.skipDetect = com.deconcept.util.getRequestParameter(this.DETECT_KEY);
this.params = new Object();
this.variables = new Object();
this.attributes = new Array();
this.useExpressInstall = useExpressInstall;

if(swf) this.setAttribute('swf', swf);
if(id) this.setAttribute('id', id);
if(w) this.setAttribute('width', w);
if(h) this.setAttribute('height', h);
if(ver) this.setAttribute('version', new com.deconcept.PlayerVersion(ver.toString().split(".")));
this.installedVer = com.deconcept.FlashObjectUtil.getPlayerVersion(this.getAttribute('version'), useExpressInstall);
if(c) this.addParam('bgcolor', c);
var q = quality ? quality : 'high';
this.addParam('quality', q);
var xir = (xiRedirectUrl) ? xiRedirectUrl : window.location;
this.setAttribute('xiRedirectUrl', xir);
this.setAttribute('redirectUrl', '');
if(redirectUrl) this.setAttribute('redirectUrl', redirectUrl);
}
com.deconcept.FlashObject.prototype = {
setAttribute: function(name, value){
this.attributes[name] = value;
},
getAttribute: function(name){
return this.attributes[name];
},
addParam: function(name, value){
this.params[name] = value;
},
getParams: function(){
return this.params;
},
addVariable: function(name, value){
this.variables[name] = value;
},
getVariable: function(name){
return this.variables[name];
},
getVariables: function(){
return this.variables;
},
createParamTag: function(n, v){
var p = document.createElement('param');
p.setAttribute('name', n);
p.setAttribute('value', v);
return p;
},
getVariablePairs: function(){
var variablePairs = new Array();
var key;
var variables = this.getVariables();
for(key in variables){
variablePairs.push(key +"="+ variables[key]);
}
return variablePairs;
},
getFlashHTML: function() {
var flashNode = "";
if(navigator.plugins && navigator.mimeTypes && navigator.mimeTypes.length) { // netscape plugin architecture
if(this.getAttribute("doExpressInstall")) this.addVariable("MMplayerType", "PlugIn");
flashNode = '<embed type="application/x-shockwave-flash" src="'+ this.getAttribute('swf') +'" width="'+ this.getAttribute('width') +'" height="'+ this.getAttribute('height') +'"';
flashNode += ' id="'+ this.getAttribute('id') +'" name="'+ this.getAttribute('id') +'" ';
var params = this.getParams();
for(var key in params){ flashNode += [key] +'="'+ params[key] +'" '; }
var pairs = this.getVariablePairs().join("&");
if (pairs.length > 0){ flashNode += 'flashvars="'+ pairs +'"'; }
flashNode += '/>';
}else{
if (this.getAttribute("doExpressInstall")) this.addVariable("MMplayerType", "ActiveX");
flashNode = '<object id="'+ this.getAttribute('id') +'" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="'+ this.getAttribute('width') +'" height="'+ this.getAttribute('height') +'">';
flashNode += '<param name="movie" value="'+ this.getAttribute('swf') +'" />';
var params = this.getParams();
for(var key in params) {
flashNode += '<param name="'+ key +'" value="'+ params[key] +'" />';
}
var pairs = this.getVariablePairs().join("&");
if(pairs.length > 0) {flashNode += '<param name="flashvars" value="'+ pairs +'" />';}
flashNode += "</object>";
}
return flashNode;
},
write: function(elementId){
if(this.useExpressInstall) {
var expressInstallReqVer = new com.deconcept.PlayerVersion([6,0,65]);
if (this.installedVer.versionIsValid(expressInstallReqVer) && !this.installedVer.versionIsValid(this.getAttribute('version'))) { 
this.setAttribute('doExpressInstall', true);
this.addVariable("MMredirectURL", escape(this.getAttribute('xiRedirectUrl')));
document.title = document.title.slice(0, 47) + " - Flash Player Kurulumu";
this.addVariable("MMdoctitle", document.title);
}}else {
this.setAttribute('doExpressInstall', false);
}
if(this.skipDetect || this.getAttribute('doExpressInstall') || this.installedVer.versionIsValid(this.getAttribute('version'))){
flashkrl="1" 
var n = (typeof elementId == 'string') ? document.getElementById(elementId) : elementId;
n.innerHTML = this.getFlashHTML();
}else{
if(this.getAttribute('redirectUrl') != "") {
document.location.replace(this.getAttribute('redirectUrl'));
}}}}
com.deconcept.FlashObjectUtil.getPlayerVersion = function(reqVer, xiInstall){
var PlayerVersion = new com.deconcept.PlayerVersion(0,0,0);
if(navigator.plugins && navigator.mimeTypes.length){
var x = navigator.plugins["Shockwave Flash"];
if(x && x.description) {
PlayerVersion = new com.deconcept.PlayerVersion(x.description.replace(/([a-z]|[A-Z]|\s)+/, "").replace(/(\s+r|\s+b[0-9]+)/, ".").split("."));
}}else{
try{
var axo = new ActiveXObject("ShockwaveFlash.ShockwaveFlash");
for (var i=3; axo!=null; i++) {
axo = new ActiveXObject("ShockwaveFlash.ShockwaveFlash."+i);
PlayerVersion = new com.deconcept.PlayerVersion([i,0,0]);
}}catch(e){}
if (reqVer && PlayerVersion.major > reqVer.major) return PlayerVersion; // version is ok, skip minor detection
if (!reqVer || ((reqVer.minor != 0 || reqVer.rev != 0) && PlayerVersion.major == reqVer.major) || PlayerVersion.major != 6 || xiInstall) {
try{
PlayerVersion = new com.deconcept.PlayerVersion(axo.GetVariable("$version").split(" ")[1].split(","));
}catch(e){}
}}
return PlayerVersion;
}
com.deconcept.PlayerVersion = function(arrVersion){
this.major = parseInt(arrVersion[0]) || 0;
this.minor = parseInt(arrVersion[1]) || 0;
this.rev = parseInt(arrVersion[2]) || 0;
}
com.deconcept.PlayerVersion.prototype.versionIsValid = function(fv){
if(this.major < fv.major) return false;
if(this.major > fv.major) return true;
if(this.minor < fv.minor) return false;
if(this.minor > fv.minor) return true;
if(this.rev < fv.rev) return false;
return true;
}
com.deconcept.util = {
getRequestParameter: function(param){
var q = document.location.search || document.location.hash;
if(q){
var startIndex = q.indexOf(param +"=");
var endIndex = (q.indexOf("&", startIndex) > -1) ? q.indexOf("&", startIndex) : q.length;
if (q.length > 1 && startIndex > -1) {
return q.substring(q.indexOf("=", startIndex)+1, endIndex);
}}
return "";
}}
if (Array.prototype.push == null) { Array.prototype.push = function(item) { this[this.length] = item; return this.length; }}
var getQueryParamValue = com.deconcept.util.getRequestParameter;
var FlashObject = com.deconcept.FlashObject;
