window.log = function(){
  log.history = log.history || [];
  log.history.push(arguments);
  arguments.callee = arguments.callee.caller;  
  if(this.console) console.log( Array.prototype.slice.call(arguments) );
};
(function(b){function c(){}for(var d="assert,count,debug,dir,dirxml,error,exception,group,groupCollapsed,groupEnd,info,log,markTimeline,profile,profileEnd,time,timeEnd,trace,warn".split(","),a;a=d.pop();)b[a]=b[a]||c})(window.console=window.console||{});


/*
 * 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 (C) 2007 Markanna Studios Inc. d.b.a. MVB Fonts. www.mvbfonts.com.
 * 
 * Trademark:
 * MVB is a registered trademark and Solano Gothic is a trademark of Markanna
 * Studios Inc. d.b.a. MVB Fonts.
 * 
 * Full name:
 * SolanoGothicMVBPro-Bd
 * 
 * Designer:
 * Mark van Bronkhorst
 * 
 * Vendor URL:
 * www.mvbfonts.com
 * 
 * License information:
 * www.mvbfonts.com
 */
Cufon.registerFont({"w":144,"face":{"font-family":"micra1","font-weight":700,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 5 6 3 0 0 2 0 4","ascent":"270","descent":"-90","bbox":"-10 -320 267 72.9504","underline-thickness":"7.2","underline-position":"-40.68","stemh":"32","stemv":"36","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":54},"A":{"d":"47,-40r-5,40r-38,0r45,-252r40,0r44,252r-37,0r-6,-40r-43,0xm85,-72v-7,-40,-6,-88,-17,-125v-3,44,-10,84,-16,125r33,0","w":137,"k":{"*":7,",":-9,".":-9}},"B":{"d":"136,-166v1,20,-16,29,-27,36v36,1,32,54,31,94v-1,50,-68,34,-116,36r0,-252v47,2,112,-13,112,36r0,50xm60,-146v15,-2,39,6,40,-9v-4,-21,9,-59,-9,-65r-31,0r0,74xm60,-113r0,81v15,-2,44,7,44,-9v0,-38,11,-84,-44,-72","w":158,"k":{"T":4}},"C":{"d":"132,-72v3,37,-1,72,-36,72v-38,0,-75,0,-75,-36r0,-180v0,-35,37,-38,75,-36v34,1,39,35,36,72r-36,0v-2,-15,6,-40,-9,-40v-12,0,-30,-4,-30,9r0,170v0,13,18,9,30,9v15,0,7,-26,9,-40r36,0","k":{"*":-7,",":-7,".":-7,"A":-4,"H":2,"B":2,"D":2,"E":2,"F":2,"I":2,"K":2,"L":2,"M":2,"N":2,"P":2,"R":2,"'":-7,"\"":-7}},"D":{"d":"136,-216r0,180v0,48,-65,34,-112,36r0,-252v47,2,112,-13,112,36xm100,-41r0,-170v-1,-15,-26,-7,-40,-9r0,188v15,-2,40,6,40,-9","w":156},"E":{"d":"24,-252r90,0r0,32r-54,0r0,74r44,0r0,33r-44,0r0,81r54,0r0,32r-90,0r0,-252","w":126,"k":{",":-7,".":-7,"A":-4,"J":-4,"'":-9,"\"":-9}},"F":{"d":"24,-252r90,0r0,32r-54,0r0,74r44,0r0,33r-44,0r0,113r-36,0r0,-252","w":120,"k":{"\/":18,",":18,".":18,"x":4,"w":5,"q":5,"p":4,"m":4,"A":5,"J":16,"'":-14,"\"":-14,"a":5,"c":5,"d":5,"e":5,"g":5,"n":4,"o":5,"r":4,"s":5,"u":5}},"G":{"d":"96,-112r-21,0r0,-32r57,0v-6,54,21,141,-36,144v-38,3,-75,0,-75,-36r0,-180v0,-35,37,-38,75,-36v34,1,39,35,36,72r-36,0v-2,-15,6,-40,-9,-40v-12,0,-30,-4,-30,9r0,170v0,13,18,8,30,9v5,0,9,-4,9,-9r0,-71","w":151,"k":{"t":-4}},"H":{"d":"136,-252r0,252r-36,0r0,-113r-40,0r0,113r-36,0r0,-252r36,0r0,106r40,0r0,-106r36,0","w":160,"k":{"w":4}},"I":{"d":"60,0r-36,0r0,-252r36,0r0,252","w":84,"k":{"w":4}},"J":{"d":"112,-252r0,216v0,34,-34,38,-72,36v-34,-2,-39,-35,-36,-72r36,0v0,22,-6,47,27,40v5,0,9,-4,9,-9r0,-211r36,0","w":133,"k":{"w":4}},"K":{"d":"156,0r-42,0v-19,-37,-32,-79,-54,-113r0,113r-36,0r0,-252r36,0v2,37,-4,82,2,115r53,-115r41,0r-65,120","w":156,"k":{",":-9,".":-9,"w":5,"v":4,"q":4,"'":-7,"\"":-7,"a":4,"c":4,"d":4,"e":4,"g":4,"o":4,"s":4,"u":4,"t":4,"C":2,"G":2,"O":2,"Q":2,"U":2,"y":4,"-":14}},"L":{"d":"60,-32r54,0r0,32r-90,0r0,-252r36,0r0,220","w":116,"k":{"*":11,";":-11,":":-11,",":-18,".":-18,"x":-5,"w":9,"v":9,"A":-9,"J":-7,"T":9,"X":-4,"Y":9,"Z":-4,"'":11,"\"":11,"U":3,"y":9,"-":11,"V":7,"W":5,"z":-5}},"M":{"d":"92,-36r-23,-91r-12,-61r-3,0v4,59,3,125,3,188r-33,0r0,-252r46,0r29,119r6,37r3,0v8,-56,23,-104,35,-156r46,0r0,252r-33,0r0,-131v-1,-18,6,-43,1,-57r-36,152r-29,0","w":213,"k":{"w":4}},"N":{"d":"111,-252r36,0r0,252r-36,0r-46,-144r-8,-36r-3,0r6,102r0,78r-36,0r0,-252r36,0r47,144r8,36r3,0r-7,-103r0,-77","w":171,"k":{"w":4}},"O":{"d":"132,-216r0,180v0,35,-37,36,-75,36v-20,0,-36,-16,-36,-36r0,-180v0,-35,37,-36,75,-36v20,0,36,16,36,36xm96,-211v0,-13,-18,-8,-30,-9v-5,0,-9,4,-9,9r0,170v0,13,18,8,30,9v5,0,9,-4,9,-9r0,-170","w":152},"P":{"d":"100,-252v46,0,36,58,36,103v0,36,-37,39,-76,36r0,113r-36,0r0,-252r76,0xm60,-146v15,-2,39,6,40,-9v-4,-21,9,-59,-9,-65r-31,0r0,74","w":147,"k":{"\/":25,"*":-7,",":36,".":36,"q":7,"p":4,"m":4,"j":4,"A":9,"J":32,"X":4,"H":3,"B":3,"D":3,"E":3,"F":3,"I":3,"K":3,"L":3,"M":3,"N":3,"P":3,"R":3,"'":-11,"\"":-11,"a":7,"c":7,"d":7,"e":7,"g":7,"n":4,"o":7,"r":4,"s":5,"u":5,"t":-4,"U":3,"-":11,"V":-4,"W":-4,"i":4}},"Q":{"d":"118,-8r24,43r-37,0r-20,-35v-35,3,-64,-5,-64,-36r0,-180v0,-35,37,-36,75,-36v20,0,36,16,36,36r0,180v0,12,-5,22,-14,28xm96,-211v0,-13,-18,-8,-30,-9v-5,0,-9,4,-9,9r0,170v0,13,18,8,30,9v5,0,9,-4,9,-9r0,-170","w":152,"k":{",":-5,".":-4}},"R":{"d":"78,-113r-18,0r0,113r-36,0r0,-252v47,2,112,-13,112,36v0,37,8,88,-23,94r33,122r-38,0xm60,-146v15,-2,39,6,40,-9v-4,-21,9,-59,-9,-65r-31,0r0,74","w":158,"k":{"q":5,"J":4,"T":4,"Y":3,"a":5,"c":5,"d":5,"e":5,"g":5,"o":5,"s":4,"u":4,"t":2,"-":9}},"S":{"d":"52,-121v-33,-16,-35,-46,-35,-95v0,-35,37,-38,75,-36v34,1,39,35,36,72r-36,0v-2,-15,6,-40,-9,-40v-12,0,-30,-4,-30,9v1,19,-3,45,9,53v26,17,65,31,66,70v1,41,5,88,-36,88v-38,0,-75,0,-75,-36r0,-36r36,0v2,15,-6,40,9,40v12,0,30,4,30,-9v-1,-21,5,-52,-9,-60","k":{"w":4,"v":2,"A":-2,"'":-5,"\"":-5,"y":2}},"T":{"d":"4,-252r108,0r0,32r-36,0r0,220r-36,0r0,-220r-36,0r0,-32","w":115,"k":{"\/":18,"*":-9,",":7,".":7,"x":7,"w":11,"v":11,"q":14,"p":11,"m":11,"A":5,"J":14,"'":-14,"\"":-14,"a":14,"c":14,"d":14,"e":14,"g":14,"n":11,"o":14,"r":11,"s":11,"u":11,"t":7,"y":11,"-":11,"z":7,"f":7}},"U":{"d":"135,-252r0,216v0,36,-37,36,-76,36v-20,0,-36,-16,-36,-36r0,-216r36,0r0,211v0,13,19,8,31,9v5,0,9,-4,9,-9r0,-211r36,0","w":157,"k":{"w":4,"v":2,"q":3,"J":3,"a":4,"c":3,"d":3,"e":3,"o":3,"u":2}},"V":{"d":"89,0r-40,0r-45,-252r38,0r26,197r2,0r26,-197r37,0","w":137,"k":{"\/":11,"*":-5,",":11,".":11,"q":5,"p":3,"m":3,"J":13,"'":-13,"\"":-13,"a":5,"c":5,"d":5,"e":5,"g":5,"n":3,"o":5,"r":3,"s":5,"u":4,"t":-4,"-":5,"f":-4}},"W":{"d":"131,0r-23,-183r-2,0v-5,64,-16,122,-24,183r-36,0r-39,-252r38,0r19,186r2,0r23,-186r35,0r23,186r2,0v3,-65,13,-124,19,-186r38,0r-39,252r-36,0","w":213,"k":{"\/":11,"*":-5,",":7,".":7,"q":7,"p":4,"m":4,"J":11,"'":-11,"\"":-11,"a":7,"c":7,"d":7,"e":7,"g":7,"n":4,"o":7,"r":4,"s":6,"u":2,"-":5}},"X":{"d":"50,-130r-45,-122r35,0v10,26,15,58,28,81r27,-81r35,0r-45,122r48,130r-35,0v-12,-29,-17,-63,-32,-89v-8,32,-19,60,-29,89r-35,0","w":134,"k":{",":-11,".":-11,"q":4,"'":-7,"\"":-7,"a":4,"c":4,"d":4,"e":4,"o":4,"t":5,"-":7,"z":-4}},"Y":{"d":"80,0r-36,0r0,-114r-45,-138r35,0r26,97v8,-2,5,-16,9,-23r20,-74r35,0r-44,139r0,113","w":123,"k":{"\/":18,"*":-5,",":11,".":11,"x":4,"w":7,"v":7,"q":9,"p":7,"m":7,"A":4,"J":16,"T":-4,"Y":-4,"'":-13,"\"":-13,"a":9,"c":9,"d":9,"e":9,"g":9,"n":7,"o":9,"r":7,"s":9,"u":9,"t":4,"y":5,"-":11,"z":7}},"Z":{"d":"7,-252r108,0r0,30r-72,190r72,0r0,32r-108,0r0,-30r72,-190r-72,0r0,-32","w":122,"k":{",":-13,".":-13,"x":-4,"A":-4,"Y":-4,"'":-13,"\"":-13,"-":11,"z":-4}},"a":{"d":"92,-15v-14,28,-75,18,-75,-21v0,-36,3,-68,36,-68r36,0v-1,-23,8,-51,-27,-44v-10,0,-9,12,-9,22r-36,0v-7,-47,24,-54,72,-54v20,0,36,16,36,36r0,144r-33,0r0,-15xm62,-76v-15,3,-13,44,0,44v11,0,27,3,27,-9r0,-35r-27,0","w":142,"k":{"*":7,",":-4,".":-4}},"b":{"d":"19,0r0,-252r36,0r0,86v14,-30,76,-13,72,22v-7,61,28,157,-58,144v-6,0,-16,-6,-18,-15r0,15r-32,0xm91,-139v0,-12,-16,-9,-27,-9v-5,0,-9,4,-9,9r0,98v0,12,16,9,27,9v5,0,9,-4,9,-9r0,-98","k":{"*":5}},"c":{"d":"125,-54v7,47,-24,57,-72,54v-57,-4,-36,-90,-36,-144v0,-34,35,-38,72,-36v26,2,40,23,36,54r-36,0v4,-20,-7,-25,-27,-22v-5,0,-9,4,-9,9r0,98v0,12,16,9,27,9v10,0,9,-12,9,-22r36,0","w":136,"k":{"*":5,",":-4,".":-4,"h":4,"b":4,"A":-9,"J":-7,"X":-7,"Z":-7,"H":-7,"B":-7,"D":-7,"E":-7,"F":-7,"I":-7,"K":-7,"L":-7,"M":-7,"N":-7,"P":-7,"R":-7,"'":-5,"\"":-5,"C":-7,"G":-7,"O":-7,"Q":-7,"U":-7,"V":-4,"W":-5,"k":4,"S":-7}},"d":{"d":"125,0r-32,0r0,-15v-13,31,-81,15,-76,-21v7,-60,-27,-155,54,-144v6,0,16,5,18,14r0,-86r36,0r0,252xm53,-139r0,98v0,12,16,9,27,9v5,0,9,-4,9,-9r0,-98v0,-12,-16,-9,-27,-9v-5,0,-9,4,-9,9","w":143,"k":{"\"":-4,"'":-4,",":-4,".":-4,"x":-2}},"e":{"d":"53,-76v1,23,-8,51,27,44v10,0,9,-12,9,-22r36,0v7,47,-24,57,-72,54v-57,-4,-36,-90,-36,-144v0,-34,34,-36,72,-36v46,0,35,59,36,104r-72,0xm53,-104r36,0v-1,-23,8,-50,-27,-44v-16,3,-7,29,-9,44","w":142,"k":{"*":7}},"f":{"d":"61,-180r30,0r0,32r-30,0r0,148r-36,0r0,-148r-18,0r0,-32r18,0v-3,-37,1,-72,36,-72r30,0r0,32v-12,1,-30,-4,-30,9r0,31","w":93,"k":{"\/":11,"*":-13,",":7,".":7,"q":4,"'":-16,"\"":-16,"a":5,"c":4,"d":4,"e":4,"o":4,"t":4,"-":4,"z":4,"f":9,"?":-5}},"g":{"d":"90,-93v-2,-26,13,-65,-30,-55v-18,4,-9,37,-9,55v0,13,18,8,30,9v5,0,9,-4,9,-9xm78,-180v-2,-29,16,-42,47,-39r0,34v-10,0,-21,-1,-21,9v29,11,21,52,21,88v0,32,-32,40,-68,36v-10,2,-7,22,3,20v36,-3,66,3,68,36v2,36,-3,66,-36,68v-46,2,-83,-4,-75,-54r36,0v-5,21,10,23,30,22v13,-1,8,-19,9,-31v-10,-26,-75,16,-75,-42v0,-12,8,-21,19,-23v-27,-12,-19,-53,-19,-88v0,-29,27,-40,61,-36","w":141,"k":{"*":-4,",":-5,".":-4,"q":2,"j":-4,"'":-5,"\"":-5,"a":2,"c":2,"d":2,"e":2,"g":2,"o":2}},"h":{"d":"91,0r0,-139v0,-12,-16,-9,-27,-9v-5,0,-9,4,-9,9r0,139r-36,0r0,-252r36,0r0,86v14,-30,72,-13,72,22r0,144r-36,0","w":145,"k":{"*":7,",":-4,".":-4}},"i":{"d":"55,-216r-36,0r0,-36r36,0r0,36xm55,0r-36,0r0,-180r36,0r0,180","w":74,"k":{"*":-5,",":-4,".":-4,"'":-5,"\"":-5}},"j":{"d":"57,-216r-36,0r0,-36r36,0r0,36xm21,-180r36,0r0,216v0,32,-31,40,-67,36r0,-32v12,-1,31,4,31,-9r0,-211","w":75,"k":{"\"":-5,"'":-5,"*":-5,",":-4,".":-4}},"k":{"d":"144,0r-43,0v-16,-27,-27,-60,-46,-84r0,84r-36,0r0,-252r36,0v2,47,-4,102,2,145r48,-73r39,0r-58,79","w":143,"k":{",":-9,".":-9,"w":4,"v":4,"q":4,"'":-7,"\"":-7,"a":4,"c":4,"d":4,"e":4,"g":2,"o":4,"s":2,"u":2,"-":13,"?":-5,"!":-4,")":5,"]":5,"}":5}},"l":{"d":"82,-32r0,32v-34,4,-60,-6,-61,-36r0,-216r36,0r0,211v0,11,14,9,25,9","w":83,"k":{",":-14,".":-14,"x":-4,"l":4}},"m":{"d":"19,-180r32,0r0,14v9,-19,54,-21,63,0v16,-27,80,-17,80,22r0,144r-35,0r0,-139v0,-11,-14,-9,-25,-9v-5,0,-9,4,-9,9r0,139r-36,0r0,-139v0,-11,-14,-9,-25,-9v-5,0,-9,4,-9,9r0,139r-36,0r0,-180","w":212,"k":{"*":7,",":-4,".":-4}},"n":{"d":"19,-180r32,0r0,14v15,-27,76,-16,76,22r0,144r-36,0r0,-139v0,-12,-16,-9,-27,-9v-5,0,-9,4,-9,9r0,139r-36,0r0,-180","w":145,"k":{"*":5,",":-4,".":-4}},"o":{"d":"89,-180v57,4,36,90,36,144v0,34,-35,38,-72,36v-57,-4,-36,-90,-36,-144v0,-34,35,-38,72,-36xm89,-138v0,-12,-16,-9,-27,-9v-5,0,-9,4,-9,9r0,97v0,12,16,9,27,9v5,0,9,-4,9,-9r0,-97","w":142,"k":{"*":5}},"p":{"d":"19,72r0,-252r32,0r0,14v14,-30,81,-14,76,22v-7,60,27,155,-54,144v-6,0,-16,-5,-18,-14r0,86r-36,0xm91,-139v0,-12,-16,-9,-27,-9v-5,0,-9,4,-9,9r0,98v0,12,16,9,27,9v5,0,9,-4,9,-9r0,-98","k":{"*":5}},"q":{"d":"125,72r-36,0r0,-86v-14,30,-76,13,-72,-22v7,-61,-28,-157,58,-144v6,0,16,5,18,14r0,-14r32,0r0,252xm53,-139r0,98v0,12,16,9,27,9v5,0,9,-4,9,-9r0,-98v0,-12,-16,-9,-27,-9v-5,0,-9,4,-9,9","k":{",":-4,".":-4}},"r":{"d":"97,-144v-21,-1,-42,0,-42,18r0,126r-36,0r0,-180r32,0r0,25v8,-16,20,-29,46,-25r0,36","w":100,"k":{"\/":18,"*":-9,";":-5,":":-5,",":11,".":11,"q":5,"'":-11,"\"":-11,"a":5,"c":5,"d":5,"e":5,"g":4,"o":5,"s":2,"-":14,"?":-4,")":7,"]":7,"}":7}},"s":{"d":"45,-80v-46,-6,-42,-100,6,-100v45,0,79,5,72,54r-36,0v4,-20,-7,-24,-27,-22v-12,1,-15,33,0,36v38,8,69,19,63,76v-4,34,-35,38,-72,36v-26,-2,-40,-23,-36,-54r36,0v-4,20,7,24,27,22v13,-1,14,-31,0,-36","w":138,"k":{"*":5,",":-4,".":-4}},"t":{"d":"24,-148r-20,0r0,-32r20,0r0,-36r36,0r0,36r29,0r0,32r-29,0r0,107v0,12,17,8,29,9r0,32v-35,3,-65,-4,-65,-36r0,-112","w":96,"k":{"*":-9,",":-11,".":-11,"q":3,"'":-5,"\"":-5,"a":4,"c":3,"d":3,"e":3,"g":1,"o":4,"s":1,"-":9,"f":4,"?":-4,")":4,"]":4,"}":4}},"u":{"d":"126,0r-32,0r0,-15v-14,28,-76,18,-76,-21r0,-144r36,0r0,139v0,12,16,9,27,9v5,0,9,-4,9,-9r0,-139r36,0r0,180","w":145,"k":{"*":5,",":-4,".":-4}},"v":{"d":"87,0r-36,0r-49,-180r40,0v11,41,14,90,28,128r26,-128r39,0","w":137,"k":{"\"":-5,"'":-5,"?":-4,"y":-3,"s":1,"o":3,"g":1,"e":3,"d":3,"c":3,"a":3,"\/":11,"*":-4,",":11,".":11,"v":-3,"q":3}},"w":{"d":"132,0v-10,-45,-13,-98,-26,-140v-5,50,-16,93,-24,140r-35,0r-40,-180r38,0v8,40,9,88,21,125r23,-125r36,0v10,40,12,88,25,125v3,-45,12,-84,19,-125r38,0r-40,180r-35,0","w":213,"k":{"\"":-4,"'":-4,"s":4,"o":4,"g":4,"e":4,"d":4,"c":4,"a":4,"\/":9,"*":-4,",":9,".":9,"q":4}},"x":{"d":"1,-180r39,0v9,19,15,41,26,58r24,-58r40,0r-46,86r49,94r-40,0v-10,-21,-17,-46,-28,-66r-28,66r-39,0r48,-94","w":130,"k":{"-":9,"\"":-7,"'":-7,"z":-4,"*":-5,",":-11,".":-11,"x":-4}},"y":{"d":"53,6r-53,-186r40,0v12,45,16,97,31,139r28,-139r40,0r-55,208v-10,30,-31,49,-70,44r0,-34v27,5,37,-10,39,-32","w":140,"k":{"*":-5,",":11,".":11,"v":-3,"q":2,"'":-7,"\"":-7,"a":2,"c":2,"d":2,"e":2,"g":2,"o":2,"s":2,"y":-3}},"z":{"d":"8,-180r108,0r0,30r-69,118r69,0r0,32r-108,0r0,-30r68,-118r-68,0r0,-32","w":123,"k":{"*":-4,",":-13,".":-13,"'":-5,"\"":-5}},"&":{"d":"128,-115v7,42,14,115,-33,115v-39,0,-76,0,-76,-36v-1,-40,-6,-93,31,-94r0,-2v-32,-4,-27,-47,-27,-84v0,-34,34,-38,72,-36v34,2,39,35,36,72r-36,0v0,-22,6,-48,-27,-40v-19,5,-5,44,-9,65v0,5,4,9,9,9r81,0r0,31r-21,0xm95,-115v-20,-1,-40,0,-40,18v0,28,-17,75,31,65v5,0,9,-4,9,-9r0,-74","w":154},"0":{"d":"126,-180r0,144v0,34,-34,36,-72,36v-20,0,-36,-16,-36,-36r0,-144v0,-34,34,-36,72,-36v20,0,36,16,36,36xm90,-175v0,-12,-16,-9,-27,-9v-5,0,-9,4,-9,9r0,134v0,12,16,9,27,9v5,0,9,-4,9,-9r0,-134"},"1":{"d":"76,-216r0,216r-36,0r0,-184r-28,0r0,-32r64,0","w":104},"2":{"d":"54,-32r72,0r0,32r-108,0v-3,-51,1,-87,36,-103v13,-12,36,-14,36,-37v0,-23,8,-50,-27,-44v-15,3,-7,26,-9,40r-36,0v-3,-37,1,-72,36,-72v37,0,72,1,72,36v0,49,-3,79,-36,95v-16,14,-41,18,-36,53"},"3":{"d":"92,0v-44,0,-83,-2,-76,-50r36,0v-4,20,14,19,31,18v16,-1,9,-29,9,-45v0,-18,-20,-20,-40,-18r0,-33v14,-1,36,5,36,-9v0,-23,10,-55,-27,-47v-10,0,-9,12,-9,22r-36,0v-7,-47,24,-57,72,-54v32,2,36,31,36,68v0,20,-16,29,-27,36v30,1,31,40,31,76v0,20,-16,36,-36,36"},"4":{"d":"77,-216r36,0r0,142r24,0r0,32r-24,0r0,42r-36,0r0,-42r-73,0r0,-28xm77,-74r0,-89r-45,89r45,0"},"5":{"d":"20,-95r0,-121r104,0r0,32r-72,0r0,59v17,-26,78,-12,76,24v-3,44,9,101,-36,101v-43,0,-79,-3,-72,-50r36,0v-4,18,10,19,27,18v18,-5,7,-43,9,-63v1,-12,-16,-9,-27,-9v-5,0,-9,4,-9,9r-36,0"},"6":{"d":"18,-36r0,-144v0,-34,35,-38,72,-36v26,2,40,23,36,54r-36,0v4,-20,-8,-26,-27,-22v-18,4,-5,41,-9,61v17,-24,74,-13,72,24v-2,44,9,99,-36,99v-37,0,-72,-1,-72,-36xm90,-41v-4,-26,15,-71,-27,-62v-19,4,-7,42,-9,62v-1,12,16,9,27,9v5,0,9,-4,9,-9"},"7":{"d":"126,-159v-3,41,-45,55,-54,93r0,66r-36,0r0,-69v1,-48,59,-56,54,-115r-68,0r0,-32r104,0r0,57"},"8":{"d":"92,0v-39,0,-76,0,-76,-36v0,-39,4,-73,31,-78v-42,-3,-43,-102,7,-102v37,0,72,1,72,36v0,36,-6,60,-29,68v30,1,31,40,31,76v0,20,-16,36,-36,36xm54,-137v1,14,37,13,36,0v-2,-23,10,-54,-27,-47v-16,3,-6,31,-9,47xm92,-41v-2,-27,12,-63,-31,-54v-17,3,-9,36,-9,54v0,13,19,8,31,9v5,0,9,-4,9,-9"},"9":{"d":"126,-180r0,144v0,34,-35,38,-72,36v-25,-2,-40,-21,-36,-50r36,0v-4,18,11,21,27,18v18,-3,5,-41,9,-61v-17,24,-74,13,-72,-24v2,-44,-9,-99,36,-99v37,0,72,1,72,36xm54,-175v4,26,-15,71,27,62v19,-4,7,-42,9,-62v1,-12,-16,-9,-27,-9v-5,0,-9,4,-9,9"},".":{"d":"48,-38r0,38r-38,0r0,-38r38,0","w":57,"k":{"*":11}},",":{"d":"48,-38v-1,40,10,85,-38,80r0,-19v20,1,18,-8,18,-23v-23,6,-18,-18,-18,-38r38,0","w":57,"k":{"*":11}},":":{"d":"58,-180r0,38r-38,0r0,-38r38,0xm58,-38r0,38r-38,0r0,-38r38,0","w":77},";":{"d":"58,-180r0,38r-38,0r0,-38r38,0xm58,-38v-1,40,10,85,-38,80r0,-19v20,1,18,-8,18,-23v-23,6,-18,-18,-18,-38r38,0","w":77},"!":{"d":"60,-72r-23,0r-7,-108r0,-72r37,0v1,64,-3,122,-7,180xm68,-38r0,38r-38,0r0,-38r38,0","w":97},"?":{"d":"123,-171v-4,46,-55,44,-42,99r-34,0r0,-30v0,-40,40,-44,40,-77v0,-22,7,-47,-27,-41v-15,3,-7,26,-9,40r-36,0v-3,-37,1,-72,36,-72v37,0,72,1,72,36r0,45xm84,-38r0,38r-38,0r0,-38r38,0","w":138},"'":{"d":"41,-252r0,72r-32,0r0,-72r32,0","w":50,"k":{"x":-7,"w":-4,"v":-5,"j":-5,"h":-4,"b":-4,"J":25,"T":-14,"X":-7,"Y":-13,"Z":-11,"t":-7,"y":-7,"V":-13,"W":-11,"z":-5,"i":-5,"f":-5,"k":-4,"S":-5,"l":-4}},"\"":{"d":"91,-252r0,72r-32,0r0,-72r32,0xm41,-252r0,72r-32,0r0,-72r32,0","w":100,"k":{"x":-7,"w":-4,"v":-5,"j":-5,"h":-4,"b":-4,"J":25,"T":-14,"X":-7,"Y":-13,"Z":-11,"t":-7,"y":-7,"V":-13,"W":-11,"z":-5,"i":-5,"f":-5,"k":-4,"S":-5,"l":-4}},"-":{"d":"14,-79r0,-37r62,0r0,37r-62,0","w":90,"k":{"x":9,"T":11,"X":7,"Y":11,"V":5,"W":5}},"_":{"d":"-2,72r0,-30r112,0r0,30r-112,0","w":108},"(":{"d":"48,-104v0,79,21,116,43,148r-30,0v-31,-30,-54,-80,-54,-148v0,-68,23,-118,54,-148r30,0v-22,32,-43,70,-43,148","w":91,"k":{"j":-16}},")":{"d":"44,-104v0,-78,-22,-116,-44,-148r30,0v31,30,54,80,54,148v0,68,-23,118,-54,148r-30,0v22,-32,44,-69,44,-148","w":91},"[":{"d":"27,44r0,-296r63,0r0,26r-27,0r0,244r27,0r0,26r-63,0","w":99,"k":{"j":-14}},"]":{"d":"72,44r-63,0r0,-26r27,0r0,-244r-27,0r0,-26r63,0r0,296","w":99},"{":{"d":"57,-107v6,13,24,19,25,35r-10,65v-5,24,13,27,36,25r0,26v-46,4,-78,-14,-71,-56r9,-54v5,-22,-12,-28,-34,-25r0,-30v22,2,38,-2,34,-25r-9,-51v-7,-42,26,-59,71,-55r0,26v-23,-1,-39,0,-36,25v3,23,16,52,6,71","w":117,"k":{"j":-14}},"}":{"d":"35,-72v1,-16,19,-22,25,-35v-8,-11,-23,-19,-25,-34r10,-60v5,-24,-13,-27,-36,-25r0,-26v45,-4,78,13,71,55r-9,51v-5,22,12,28,34,25r0,30v-22,-2,-38,2,-34,25r9,54v5,42,-25,60,-71,56r0,-26v23,1,40,0,36,-25","w":117},"*":{"d":"10,-200r6,-18r40,6r7,-40r19,0r7,40r40,-5r6,17r-38,19r20,37r-15,11r-30,-30r-29,30r-16,-11r20,-37","k":{"z":-4,"y":-5,"u":5,"t":-9,"s":5,"o":5,"i":-5,"g":5,"e":7,"d":5,"c":5,"Y":-5,"W":-5,"V":-5,"T":-5,"J":23,"A":7,"x":-5,"w":-4,"v":-4,"q":5,"j":-5}},"@":{"d":"135,36v-101,0,-121,-73,-117,-145v3,-71,38,-143,127,-143v98,0,122,50,122,121v0,74,-43,95,-69,95v-27,0,-37,-9,-42,-27v-13,11,-16,26,-45,27v-38,2,-41,-58,-28,-94v1,-40,63,-82,88,-35r4,-20r32,0r-20,109v-1,6,2,15,13,15v17,5,38,-34,38,-89v0,-41,-28,-75,-93,-75v-73,1,-97,62,-97,142v0,40,22,91,87,91v54,-1,60,-7,75,-22r23,15v-18,22,-37,35,-98,35xm145,-155v-32,1,-36,39,-36,68v0,14,6,19,19,19v30,-1,35,-37,35,-66v0,-14,-6,-21,-18,-21","w":285},"$":{"d":"85,-252v1,11,-2,27,1,36v30,0,40,28,36,63r-36,0v-1,-12,4,-31,-9,-31v-11,0,-27,-3,-27,9v1,16,-4,36,9,40v26,15,63,23,63,61v0,38,-1,75,-37,74r0,36r-33,0v-2,-11,3,-29,-2,-36v-30,0,-40,-28,-36,-63r36,0v1,12,-4,31,9,31v11,0,27,3,27,-9v-1,-17,4,-39,-9,-44v-25,-16,-63,-22,-63,-61v0,-38,2,-71,38,-70r0,-36r33,0","w":136},"#":{"d":"44,-42r-9,42r-24,0r8,-42r-19,0r0,-32r25,0r12,-70r-24,0r0,-32r30,0r7,-40r23,0r-7,40r37,0r8,-40r23,0r-7,40r17,0r0,32r-22,0r-13,70r22,0r0,32r-27,0r-8,42r-25,0r9,-42r-36,0xm49,-74r36,0r13,-70r-37,0"},"%":{"d":"83,-194v0,33,12,85,-23,86v-24,1,-49,1,-49,-22v1,-44,-14,-99,49,-86v12,0,23,10,23,22xm59,-136v-5,-21,15,-63,-18,-59v-4,0,-6,3,-6,6r0,53v-1,9,10,7,18,7v3,0,6,-3,6,-7xm41,0r94,-216r22,0r-94,216r-22,0xm191,-86v0,33,12,85,-23,86v-24,1,-49,1,-49,-22v1,-44,-14,-99,49,-86v12,0,23,10,23,22xm167,-28v-5,-21,15,-63,-18,-59v-4,0,-6,3,-6,6r0,53v-1,9,10,7,18,7v3,0,6,-3,6,-7","w":201},"\/":{"d":"0,44r108,-296r36,0r-108,296r-36,0","k":{"Y":-11,"X":-11,"W":-11,"V":-11,"J":11}},"\\":{"d":"144,44r-36,0r-108,-296r36,0"},"+":{"d":"88,-127r52,0r0,29r-52,0r0,53r-31,0r0,-53r-52,0r0,-29r52,0r0,-53r31,0r0,53"},"=":{"d":"9,-125r0,-29r126,0r0,29r-126,0xm9,-66r0,-30r126,0r0,30r-126,0"},"<":{"d":"47,-111r88,37r0,33r-126,-59r0,-20r126,-60r0,33v-30,11,-55,28,-88,36"},">":{"d":"90,-108v7,-2,10,-4,0,-4r-81,-35r0,-33r126,60r0,20r-126,59r0,-33"},"~":{"d":"132,-123v-23,45,-46,37,-78,22v-5,0,-9,5,-17,16r-25,-15v23,-44,45,-36,78,-22v5,0,9,-5,17,-16"},"^":{"d":"75,-171v-2,-8,-3,-7,-7,0r-33,60r-32,0r59,-108r19,0r60,108r-32,0"},"|":{"d":"36,-320r36,0r0,381r-36,0r0,-381","w":108},"`":{"d":"65,-252r29,51r-30,0r-35,-51r36,0"},"\u00a0":{"w":54}}});


/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright (c) The Font Bureau, Inc., 2003. All rights reserved.
 * 
 * Trademark:
 * AgencyFB BoldCondensed is a trademark of The Font Bureau, Inc.
 * 
 * Full name:
 * AgencyFB-BoldCondensed
 * 
 * Manufacturer:
 * The Font Bureau, Inc
 * 
 * Designer:
 * The Font Bureau, Inc.
 * 
 * Vendor URL:
 * http://www.fontbureau.com
 * 
 * License information:
 * http://www.fontbureau.com/
 */
Cufon.registerFont({"w":113,"face":{"font-family":"micra1","font-weight":700,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 5 8 2 0 0 2 0 4","ascent":"288","descent":"-72","bbox":"-11 -296 172.082 72","underline-thickness":"7.2","underline-position":"-40.68","stemh":"29","stemv":"27","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":54},"\u00a0":{"w":54},"!":{"d":"50,-275r-4,217r-30,0r-4,-217r38,0xm49,0r-36,0r0,-39r36,0r0,39","w":61},"\"":{"d":"98,-275r-8,86r-22,0r-8,-86r38,0xm48,-275r-8,86r-22,0r-8,-86r38,0","w":107,"k":{"J":24,"A":22}},"#":{"d":"158,-174r-28,0r-11,74r25,0r0,29r-30,0r-10,71r-33,0r10,-71r-19,0r-11,71r-33,0r11,-71r-24,0r0,-29r28,0r12,-74r-26,0r0,-30r30,0r11,-71r33,0r-11,71r20,0r10,-71r33,0r-11,71r24,0r0,30xm97,-174r-20,0r-11,74r20,0","w":163,"k":{"9":-1,"7":2,"1":-1}},"$":{"d":"112,-87v0,35,17,93,-34,84r0,24r-33,0r0,-24v-49,10,-32,-49,-35,-88r35,0r0,58r32,0r0,-56r-60,-81v-14,-17,-5,-52,-7,-79v-1,-21,14,-26,35,-24r0,-23r33,0r0,23v47,-10,32,47,34,85r-35,0r0,-53r-32,0r0,51r60,81v6,8,7,12,7,22","w":122,"k":{"4":-1}},"%":{"d":"172,-19v2,27,-33,17,-56,19v-13,0,-19,-6,-19,-19r0,-102r-51,121r-27,0v17,-50,40,-94,59,-143v-10,9,-34,5,-51,5v-13,0,-19,-6,-19,-19r0,-99v-2,-27,33,-17,56,-19v13,0,19,6,19,19r0,102r51,-121v8,1,22,-3,27,2r-59,141v10,-9,34,-5,51,-5v13,0,19,6,19,19r0,99xm56,-161r0,-91r-21,0r0,91r21,0xm145,-23r0,-91r-21,0r0,91r21,0","w":179},"&":{"d":"127,-128r-16,0r0,128v-35,-6,-100,17,-100,-23v0,-36,-11,-88,9,-109r15,-12v-9,-9,-26,-13,-23,-32v5,-35,-17,-99,23,-99v30,0,77,-13,77,23r0,62r-34,0r0,-54r-32,0r0,73v13,18,52,9,81,11r0,32xm77,-31r0,-97v-17,-2,-25,4,-32,11r0,86r32,0","w":131,"k":{"y":-2,"x":-1,"w":-3,"v":-3,"u":-1,"t":-3,"s":-2,"r":-1,"p":-1,"o":-1,"n":-1,"m":-1,"l":-1,"j":-1,"i":-1,"h":-1,"f":-3,"e":-1,"d":-1,"c":-1,"b":-1,"a":-1,"Z":6,"Y":8,"X":5,"W":3,"V":4,"T":5,"Q":-1,"O":-1,"J":9,"G":-1,"C":-1,"A":5}},"'":{"d":"48,-275r-8,86r-22,0r-8,-86r38,0","w":57,"k":{"d":4,"Z":4,"S":1,"Q":1,"O":1,"J":24,"G":1,"C":1,"A":22}},"(":{"d":"81,35r-36,0v-46,-73,-47,-238,0,-310v11,2,29,-3,36,2v-45,80,-42,227,0,308","w":84,"k":{"t":3,"q":1,"o":1,"j":-14,"g":-1,"e":1,"c":1,"W":-1,"V":-1,"T":-3,"S":1,"Q":1,"O":1,"J":5,"G":1,"C":1,"A":3,"4":2}},")":{"d":"41,-275v45,73,46,238,0,310v-11,-2,-29,3,-36,-2v45,-80,42,-227,0,-308r36,0","w":84},"*":{"d":"142,-193r-18,30r-35,-27r4,45r-34,0r4,-45r-35,27r-18,-30r42,-18r-42,-18r18,-29r35,27r-4,-45r34,0r-4,45r35,-27r18,29r-43,18","w":151,"k":{"y":-1,"x":-2,"w":-2,"v":-2,"t":-3,"s":-1,"r":-1,"l":-2,"k":-3,"j":-3,"i":-3,"h":-3,"f":-4,"b":-3,"Z":3,"Y":2,"X":2,"W":-1,"V":-1,"L":-1,"J":28,"A":14,"9":-1,"7":-1,"4":3,"2":-1}},"+":{"d":"135,-104r-46,0r0,47r-34,0r0,-47r-46,0r0,-30r46,0r0,-47r34,0r0,47r46,0r0,30","w":143},",":{"d":"48,-39r-17,69r-23,0r2,-69r38,0","w":54,"k":{"y":12,"x":-1,"w":12,"v":13,"t":4,"q":1,"j":-2,"f":3,"e":1,"Z":-1,"Y":21,"X":-1,"W":12,"V":17,"T":13,"J":-1,"A":-1,"7":8,"2":-1,"1":1}},"-":{"d":"82,-88r-73,0r0,-34r73,0r0,34","w":91,"k":{"z":3,"y":2,"x":5,"w":1,"v":2,"Z":4,"Y":19,"X":11,"W":6,"V":11,"T":13,"A":4,"7":3,"4":-2}},"\u00ad":{"d":"82,-88r-73,0r0,-34r73,0r0,34","w":91},".":{"d":"45,0r-36,0r0,-39r36,0r0,39","w":54,"k":{"y":13,"x":-1,"w":10,"v":12,"t":6,"j":-1,"f":3,"Z":-1,"Y":21,"X":-2,"W":12,"V":15,"T":13,"Q":1,"A":-2,"7":15,"4":13,"1":8}},"\/":{"d":"121,-275r-84,275r-32,0r84,-275r32,0","w":125,"k":{"z":25,"y":18,"x":21,"w":17,"v":19,"u":26,"t":12,"s":24,"r":26,"q":27,"p":26,"o":28,"n":27,"m":27,"j":1,"i":1,"g":29,"e":29,"d":27,"c":27,"a":29,"Y":-5,"X":-3,"W":-5,"V":-5,"T":-4,"O":-1,"J":35,"G":-1,"A":24,"9":-1,"7":-4,"6":-1,"4":26,"3":-1,"2":-2,"1":1,"0":-1}},"0":{"d":"113,-23v1,36,-48,23,-79,23v-15,0,-23,-7,-23,-23r0,-229v-2,-36,48,-23,79,-23v15,0,23,7,23,23r0,229xm78,-32r0,-211r-33,0r0,211r33,0","w":123,"k":{"1":-1,"\/":-1}},"1":{"d":"55,0r-35,0r0,-211v-6,-1,-17,3,-14,-6r18,-58r31,0r0,275","w":66,"k":{"\\":-1,"4":1,"%":1,"\"":1}},"2":{"d":"109,-252v-2,28,2,57,-6,79r-54,141r60,0r0,32r-101,0r0,-24r67,-166r0,-53r-30,0r0,54r-35,0v4,-32,-14,-88,23,-86v30,2,77,-12,76,23","w":118,"k":{"\\":-1,"8":1,"4":8,"\/":-2,"#":1}},"3":{"d":"112,-23v2,36,-48,21,-78,23v-37,3,-19,-56,-23,-89r34,0r0,57r33,0r0,-77r-38,-30r0,-7r38,-30r0,-67r-32,0r0,53r-35,0v4,-32,-14,-88,23,-85v30,2,81,-13,78,23v-3,33,10,79,-11,95r-18,14v11,10,29,17,29,38r0,82","w":122,"k":{"8":1,"\/":-1,"\"":1}},"4":{"d":"118,-58r-14,0r0,58r-33,0r0,-58r-66,0r0,-21r48,-196v11,1,26,-2,35,1r-46,185r29,0r0,-71r33,0r0,71r14,0r0,31","w":123,"k":{"\\":3,"7":14,"4":-2,"2":1,"1":8,"\/":-2,".":3,"-":-1,"%":1}},"5":{"d":"111,-23v2,36,-47,21,-77,23v-38,2,-18,-56,-23,-89r34,0r0,57r31,0r0,-111r-66,0r4,-132r96,0r0,32r-63,0r-3,68v28,2,67,-10,67,23r0,129","w":121,"k":{"7":2,"1":1,"\/":-2,"%":1,"\"":1}},"6":{"d":"112,-23v2,36,-48,23,-78,23v-16,0,-23,-7,-23,-23r0,-229v-2,-36,48,-21,78,-23v37,-3,19,53,23,85r-35,0r0,-53r-32,0r0,88v28,2,67,-9,67,23r0,109xm78,-32r0,-91r-33,0r0,91r33,0","w":122,"k":{"\/":-1,"%":1}},"7":{"d":"111,-249r-46,249r-35,0r45,-243r-34,0r0,40r-33,0r0,-72r103,0r0,26","w":117,"k":{"}":-3,"]":-2,"\\":-6,"9":-1,"7":-2,"6":-1,"4":15,"3":-1,"2":-1,"0":-1,"\/":24,".":22,"-":1,",":12,"*":-1,")":-1,"'":-1,"%":-1,"#":3,"\"":-2}},"8":{"d":"114,-23v2,37,-50,23,-81,23v-40,0,-17,-69,-22,-105v-3,-22,16,-27,26,-38v-10,-10,-28,-15,-26,-35v4,-35,-17,-97,23,-97v31,0,83,-13,80,23v-2,32,9,80,-10,96r-17,13v11,11,27,15,27,38r0,82xm79,-172r0,-72r-33,0r0,72r17,13xm79,-31r0,-83r-16,-12r-17,12r0,83r33,0","w":125},"9":{"d":"112,-23v2,36,-48,21,-78,23v-38,3,-18,-54,-23,-86r34,0r0,54r32,0r0,-88v-28,-2,-67,9,-67,-23r0,-109v-2,-36,48,-23,79,-23v16,0,23,7,23,23r0,229xm77,-152r0,-91r-32,0r0,91r32,0","w":122},":":{"d":"45,-115r-36,0r0,-39r36,0r0,39xm45,0r-36,0r0,-39r36,0r0,39","w":54,"k":{"v":-1,"Y":14,"W":5,"V":6,"T":11,"A":-2}},";":{"d":"45,-115r-35,0r0,-39r35,0r0,39xm48,-39r-17,69r-24,0r2,-69r39,0","w":54,"k":{"Z":-1,"Y":14,"W":6,"V":8,"T":11,"A":-2}},"<":{"d":"103,-40v-36,-19,-62,-47,-95,-68r0,-22v33,-22,60,-49,95,-68r0,40r-57,39r57,39r0,40"},"=":{"d":"133,-135r-123,0r0,-32r123,0r0,32xm133,-71r-123,0r0,-32r123,0r0,32","w":142},">":{"d":"105,-108v-33,22,-60,49,-95,68r0,-40r58,-39r-58,-39r0,-40v36,19,62,47,95,68r0,22"},"?":{"d":"109,-252v-2,28,4,61,-6,81r-30,57r0,56r-34,0v1,-25,-4,-55,5,-73r30,-56r0,-57r-30,0r0,54r-35,0v4,-32,-14,-88,23,-85v30,2,79,-12,77,23xm75,0r-37,0r0,-39r37,0r0,39","w":117},"@":{"d":"163,0r-136,0v-11,0,-16,-6,-16,-16r0,-243v0,-10,5,-16,16,-16r120,0v11,0,16,6,16,16r0,183v0,10,-5,16,-16,16r-80,0v-28,-3,-11,-53,-15,-79v-3,-20,25,-13,42,-14r0,-40r-16,0r0,26r-24,0v2,-19,-8,-51,14,-49v20,1,53,-8,52,15r0,124r26,0r0,-181r-118,0r0,241r135,0r0,17xm94,-82r0,-50r-16,0r0,50r16,0","w":173},"A":{"d":"119,-1v-9,3,-24,0,-35,1r-5,-53r-34,0r-6,53v-11,-1,-25,2,-34,-1r40,-274r34,0xm75,-85r-13,-128r-14,128r27,0","w":123,"k":{"}":3,"y":10,"w":9,"v":10,"t":5,"s":-1,"j":-1,"f":3,"]":4,"\\":26,"Z":-2,"Y":19,"X":-1,"W":13,"V":18,"U":1,"T":13,"S":1,"Q":1,"O":1,"J":1,"G":1,"C":1,"A":-1,"?":15,";":-2,":":-2,"\/":-6,".":-2,"-":4,",":-1,"*":14,")":3,"'":22,"\"":22}},"B":{"d":"114,-23v-1,41,-67,17,-103,23r0,-275v36,6,102,-18,102,23v0,35,11,84,-13,99r-12,9v12,8,26,17,26,36r0,85xm78,-171r0,-73r-32,0r0,85v17,2,25,-5,32,-12xm79,-31r0,-86v-8,-7,-16,-13,-33,-11r0,97r33,0","w":124,"k":{"\\":1,"Y":2,"X":2,"W":1,"V":2,"A":1,",":1,")":1,"'":1}},"C":{"d":"114,-92v-5,33,16,94,-23,92v-31,-2,-80,13,-80,-23r0,-229v-1,-36,49,-21,80,-23v38,-3,18,56,23,89r-35,0r0,-57r-33,0r0,211r33,0r0,-60r35,0","w":124,"k":{"y":4,"w":3,"v":4,"t":3,"Y":2,"X":2,"W":1,"V":1,"A":1,")":1,"'":1}},"D":{"d":"116,-39v3,51,-59,38,-105,39r0,-275v45,1,105,-12,105,38r0,198xm80,-46r0,-183v1,-17,-18,-14,-34,-14r0,211v16,0,34,2,34,-14","w":125,"k":{"\\":3,"Y":3,"X":3,"W":1,"V":2,"T":1,"A":3,"\/":1,",":1,")":1,"'":1}},"E":{"d":"95,0r-84,0r0,-275r83,0r0,33r-48,0r0,84r43,0r0,32r-43,0r0,93r49,0r0,33","w":102,"k":{"t":1,"f":1,"\/":-1,"-":2}},"F":{"d":"94,-242r-48,0r0,85r41,0r0,32r-41,0r0,125r-35,0r0,-275r83,0r0,33","w":99,"k":{"}":-1,"z":4,"y":2,"x":1,"u":3,"t":1,"s":2,"r":3,"q":1,"p":1,"o":2,"n":1,"m":1,"g":1,"f":1,"e":3,"d":1,"c":1,"a":4,"]":-1,"\\":-5,"Z":3,"Y":-1,"W":-1,"V":-1,"T":-2,"J":23,"A":11,"?":-1,";":2,":":2,"\/":13,".":15,"-":5,",":15,")":-1,"'":-1,"&":1,"\"":-1}},"G":{"d":"115,-23v1,36,-50,23,-81,23v-15,0,-23,-7,-23,-23r0,-229v-2,-36,49,-20,80,-23v38,-3,20,51,24,83r-35,0r0,-51r-34,0r0,211r34,0r0,-82r-20,0r0,-32r55,0r0,123","w":125,"k":{"y":2,"Y":1,"X":2,"W":1,"V":1,"A":1,")":1,"'":1}},"H":{"d":"117,0r-36,0r0,-127r-35,0r0,127r-35,0r0,-275r35,0r0,114r35,0r0,-114r36,0r0,275","w":127},"I":{"d":"46,0r-34,0r0,-275r34,0r0,275","w":57},"J":{"d":"108,-23v2,35,-46,21,-76,23v-38,2,-18,-59,-23,-92r35,0r0,60r29,0r0,-243r35,0r0,252","w":119,"k":{"X":2,"A":2,",":1}},"K":{"d":"119,-1v-10,3,-26,0,-38,1r-35,-128r0,128r-35,0r0,-275r35,0r0,121r32,-121v12,1,27,-2,37,1r-39,132","w":119,"k":{"z":-1,"y":13,"x":-2,"w":2,"v":3,"t":1,"j":-1,"\\":-3,"Z":-2,"X":-1,"S":1,"Q":1,"O":1,"J":1,"G":1,"C":1,"A":-1,"?":1,";":-1,"\/":-5,".":-2,"-":15,",":-3,"*":4,"&":1}},"L":{"d":"90,0r-79,0r0,-275r35,0r0,242r44,0r0,33","w":96,"k":{"}":1,"y":15,"x":-2,"w":4,"v":4,"t":5,"s":-1,"]":2,"\\":19,"Y":21,"W":13,"V":18,"T":16,"A":-1,"?":15,";":-1,"\/":-5,".":-2,"-":14,",":-1,"*":15,")":1,"'":17,"\"":14}},"M":{"d":"143,0r-35,0r0,-112v0,-12,4,-41,4,-41r-25,125r-20,0r-25,-125v5,39,3,107,3,153r-34,0r0,-275r34,0v10,50,28,96,32,151v4,-55,21,-101,31,-151r35,0r0,275","w":153},"N":{"d":"120,0r-33,0r-45,-162v6,45,2,111,3,162r-34,0r0,-275r33,0r45,160v-6,-45,-2,-109,-3,-160r34,0r0,275","w":131,"k":{"o":1}},"O":{"d":"117,-23v2,37,-52,23,-83,23v-15,0,-23,-7,-23,-23r0,-229v-1,-37,51,-23,83,-23v16,0,23,7,23,23r0,229xm81,-32r0,-211r-35,0r0,211r35,0","w":127,"k":{"z":1,"Y":1,"X":2,"W":1,"V":1,"A":1,"?":1,")":1,"'":1}},"P":{"d":"113,-126v3,33,-38,22,-67,24r0,102r-35,0r0,-275v36,6,102,-18,102,23r0,126xm78,-134r0,-109r-32,0r0,109r32,0","w":122,"k":{"z":3,"u":1,"r":2,"o":2,"n":1,"i":1,"e":2,"d":2,"c":1,"a":3,"Z":6,"Y":1,"X":4,"W":1,"V":1,"J":23,"A":12,";":2,":":1,"\/":21,".":23,"-":2,",":24,"*":-1,")":1,"'":1}},"Q":{"d":"130,0v-8,0,-12,-11,-16,-10v-12,19,-53,10,-80,10v-15,0,-23,-7,-23,-23r0,-229v-2,-37,52,-23,83,-23v16,0,23,7,23,23r0,207r13,11r0,34xm81,-32v2,-16,-9,-19,-15,-26v2,-10,-3,-27,2,-34r13,12r0,-163r-35,0r0,211r35,0","w":130,"k":{"z":-2,"x":-2,"u":-2,"t":3,"s":-1,"\\":2,"Z":-4,"Y":5,"X":-3,"W":4,"V":4,"T":3,"S":-1,"J":-1,"A":-4,"?":4,";":-4,":":-4,"\/":-9,".":-6,"-":3,",":-5,"*":3,"'":2,"\"":1,"!":-1}},"R":{"d":"120,-1v-9,3,-25,0,-36,1v-9,-52,-30,-92,-30,-153r25,0r0,-90r-33,0r0,243r-35,0r0,-275v36,6,103,-18,103,23r0,102v0,17,-9,23,-26,22","w":125,"k":{"y":4,"w":1,"t":1,"s":1,"j":-1,"Y":3,"W":2,"V":3,"Q":1,"J":2,"A":-1,"\/":-2,"-":8,"*":-1,")":1,"'":1,"\"":1}},"S":{"d":"113,-87v0,33,15,89,-23,87v-31,-2,-79,13,-79,-23r0,-68r35,0r0,60r32,0r0,-57r-60,-82v-14,-18,-5,-54,-7,-82v-3,-36,48,-21,79,-23v38,-3,18,55,23,87r-35,0r0,-56r-32,0r0,54r60,81v6,8,7,12,7,22","w":123,"k":{"y":6,"x":2,"w":5,"v":6,"t":4,"\\":-1,"Y":1,"X":2,"W":1,"V":1,"A":1,")":1,"'":1}},"T":{"d":"102,-242r-32,0r0,242r-35,0r0,-242r-32,0r0,-33r99,0r0,33","w":104,"k":{"}":-3,"z":17,"y":17,"x":15,"w":16,"v":17,"u":17,"t":11,"s":15,"r":17,"q":17,"p":17,"o":17,"n":16,"m":16,"j":2,"i":9,"g":17,"f":3,"e":18,"d":17,"c":17,"a":17,"]":-1,"\\":-5,"Z":1,"Y":-2,"W":-4,"V":-4,"T":-3,"J":16,"A":13,";":11,":":11,"\/":13,".":12,"-":13,",":13,")":-3}},"U":{"d":"117,-23v1,37,-51,23,-83,23v-16,0,-23,-7,-23,-23r0,-252r35,0r0,243r35,0r0,-243r36,0r0,252","w":127,"k":{"A":1}},"V":{"d":"118,-275r-39,275r-35,0r-38,-275r35,0r21,201v4,-70,14,-134,21,-201r35,0","w":122,"k":{"}":-2,"z":9,"y":5,"x":7,"w":4,"v":4,"u":7,"t":4,"s":8,"r":7,"q":9,"p":7,"o":9,"n":6,"m":6,"i":3,"g":9,"f":3,"e":10,"d":9,"c":5,"a":10,"]":-1,"\\":-5,"Z":1,"Y":-1,"W":-2,"V":-2,"T":-4,"S":1,"O":1,"J":17,"G":1,"C":1,"A":18,"?":-1,";":8,":":6,"\/":19,".":15,"-":12,",":17,"*":-1,")":-1}},"W":{"d":"166,-275r-30,275r-33,0r-17,-142r-1,-30v0,63,-12,114,-17,172r-34,0r-30,-275r36,0r13,188v2,-67,12,-125,18,-188r28,0r18,188r13,-188r36,0","w":170,"k":{"}":-2,"z":5,"y":2,"u":4,"t":2,"s":4,"r":6,"q":4,"p":2,"o":6,"n":4,"m":4,"g":2,"f":1,"e":7,"d":2,"c":2,"a":7,"]":-1,"\\":-4,"Z":1,"Y":-1,"W":-1,"V":-2,"T":-4,"S":1,"Q":1,"O":1,"J":12,"G":1,"C":1,"A":13,"?":-1,";":6,":":5,"\/":16,".":12,"-":6,",":12,"*":-1,")":-1}},"X":{"d":"117,-1v-9,3,-26,0,-37,1r-20,-96r-20,96v-12,-1,-27,2,-37,-1r36,-139r-34,-135r36,0r19,92r18,-92v11,1,27,-2,36,1r-33,134","w":119,"k":{"z":-1,"y":13,"x":-1,"w":4,"v":4,"e":1,"]":-1,"\\":-4,"X":-1,"S":2,"Q":2,"O":2,"J":2,"G":2,"C":2,";":-1,"\/":-3,".":-2,"-":11,",":-1,"*":2}},"Y":{"d":"118,-275r-40,174r0,101r-36,0r0,-102r-39,-173r36,0r21,116r22,-116r36,0","w":120,"k":{"}":-1,"z":5,"y":4,"x":4,"w":3,"v":3,"u":15,"t":2,"s":15,"r":8,"q":8,"p":15,"o":16,"n":5,"m":5,"i":6,"h":1,"g":9,"f":2,"e":17,"d":18,"c":8,"a":17,"]":-1,"\\":-3,"Z":2,"Y":-1,"W":-1,"V":-1,"T":-2,"S":1,"Q":3,"O":1,"J":24,"G":1,"C":2,"A":19,";":14,":":14,"\/":25,".":21,"-":20,",":21,"*":2,"&":1}},"Z":{"d":"98,0r-93,0r0,-23r55,-219r-50,0r0,-33r87,0r0,24r-55,217r56,0r0,34","w":102,"k":{"}":-1,"y":7,"x":-1,"s":-1,"e":1,"a":1,"]":-1,"\\":-4,"Y":-1,"W":-2,"V":-2,"T":-3,"Q":1,"\/":-2,"-":11}},"[":{"d":"75,44v-27,-2,-63,9,-63,-23r0,-273v-2,-30,35,-22,63,-23r0,33r-28,0r0,253r28,0r0,33","w":83,"k":{"z":3,"y":3,"x":2,"w":4,"v":4,"u":4,"t":5,"s":3,"r":3,"q":4,"p":1,"o":4,"n":4,"m":4,"k":1,"j":-17,"i":2,"f":3,"e":4,"d":5,"c":4,"a":4,"Z":1,"Y":-1,"X":-1,"W":-1,"V":-1,"T":-1,"J":8,"A":4,"4":4}},"\\":{"d":"121,0r-32,0r-84,-275r32,0","w":125,"k":{"z":-4,"y":13,"x":-5,"w":11,"v":14,"t":2,"s":-1,"p":-1,"o":-1,"n":-1,"m":-1,"j":-7,"f":1,"Z":-3,"Y":25,"X":-4,"W":17,"V":22,"T":16,"S":-1,"A":-5,"7":9,"3":-1,"2":-1,"1":1}},"]":{"d":"72,21v2,32,-36,21,-64,23r0,-33r29,0r0,-253r-29,0r0,-33v28,1,64,-8,64,23r0,273","w":83},"^":{"d":"108,-178r-28,0r-22,-55r-23,55v-8,-1,-22,3,-27,-2r33,-95r34,0","w":115},"_":{"d":"114,72r-114,0r0,-28r114,0r0,28","w":114},"`":{"d":"96,-188v-6,3,-17,0,-25,1r-43,-43r42,0","w":111},"a":{"d":"101,0r-33,0r0,-5v-21,1,-62,18,-59,-13v3,-32,-15,-89,20,-89r39,0r0,-43r-26,0r0,28r-32,0v1,-24,-7,-57,20,-55v27,3,71,-11,71,19r0,158xm68,-29r0,-52r-26,0r0,53","w":110,"k":{"}":4,"]":4,"\\":26,"?":4}},"b":{"d":"104,-30v1,42,-56,27,-95,30r0,-275r35,0r0,103v21,-2,60,-17,60,13r0,129xm69,-39r0,-109r-25,1r0,117v11,-1,26,3,25,-9","k":{"}":4,"z":1,"x":1,"]":4,"\\":25,"?":5,";":1,")":1,"'":3}},"c":{"d":"101,-69v-3,26,11,71,-19,69v-27,-2,-73,12,-73,-19r0,-139v0,-31,46,-17,73,-19v29,-3,16,40,19,65r-33,0r0,-36r-25,0r0,118r25,0r0,-39r33,0","w":110,"k":{"}":4,"]":4,"\\":26,"Y":5,"T":6,"A":-1,"?":4,"\/":-1}},"d":{"d":"103,0r-34,0r0,-5v-24,5,-61,14,-60,-19r0,-124v-2,-30,29,-30,60,-29r0,-98r34,0r0,275xm69,-31r0,-117v-11,1,-26,-3,-25,9r0,102v0,13,15,6,25,6","k":{"*":-3}},"e":{"d":"101,-63v-2,25,9,66,-20,63v-27,-2,-72,12,-72,-19r0,-139v0,-31,45,-19,72,-19v35,0,15,56,20,87v-7,15,-37,9,-58,10r0,52r25,0r0,-35r33,0xm68,-105r0,-45r-25,0r0,45r25,0","w":110,"k":{"}":4,"w":-1,"]":4,"\\":26,"?":4,"\/":-1}},"f":{"d":"70,-243r-20,0r0,66r17,0r0,31r-17,0r0,146r-34,0r0,-146r-13,0r0,-31r13,0r0,-79v-2,-26,31,-18,54,-19r0,32","w":69,"k":{"}":-6,"|":-1,"y":-2,"x":-3,"w":-3,"v":-4,"t":-3,"s":-2,"l":-2,"k":-2,"j":-1,"i":-2,"h":-2,"f":-2,"b":-2,"]":-6,"\\":-12,"@":-1,"?":-6,"\/":1,".":7,",":6,"*":-6,")":-9,"'":-7,"&":-1,"\"":-6,"!":-2}},"g":{"d":"103,45v1,32,-45,17,-72,20v-25,2,-18,-28,-19,-51r33,0r0,24r24,0r0,-38v-31,2,-60,1,-60,-30r0,-123v-1,-33,35,-25,60,-19r0,-5r34,0r0,222xm69,-30r0,-117v-10,0,-26,-5,-25,7r0,101v-1,12,14,8,25,9","k":{"j":-2,"\\":26,"?":4,"\/":-1,")":-1}},"h":{"d":"104,0r-35,0r0,-148r-25,1r0,147r-35,0r0,-275r35,0r0,103v21,-2,60,-17,60,13r0,159","k":{"}":4,"]":3,"\\":25,"?":4,")":1,"'":3}},"i":{"d":"44,-199r-34,0r0,-41r34,0r0,41xm44,0r-34,0r0,-177r34,0r0,177","w":54,"k":{"]":2,"\\":1,"?":-1,"*":-3}},"j":{"d":"44,-199r-34,0r0,-41r34,0r0,41xm44,45v2,27,-31,19,-55,20r0,-31r21,0r0,-211r34,0r0,222","w":54,"k":{"w":-1,"j":-1,"\\":1,"*":-3}},"k":{"d":"105,-1v-9,3,-25,0,-36,1r-25,-85r0,85r-35,0r0,-275r35,0r0,166r23,-68r35,0r-30,80","w":106,"k":{"}":2,"y":-1,"x":-1,"t":-1,"q":1,"o":1,"g":1,"e":1,"]":2,"\\":19,"?":3,";":-1,":":-1,"\/":-4,".":-3,"-":11,",":-2,"*":-1,")":1,"'":3}},"l":{"d":"44,0r-34,0r0,-275r34,0r0,275","w":54,"k":{"*":-2}},"m":{"d":"163,0r-35,0r0,-148r-25,1r0,147r-34,0r0,-148r-25,1r0,147r-35,0r0,-177r35,0r0,5v17,0,47,-14,56,1v22,-1,63,-20,63,12r0,159","w":172,"k":{"}":3,"y":1,"]":4,"\\":27,"?":4}},"n":{"d":"104,0r-35,0r0,-148r-25,1r0,147r-35,0r0,-177r35,0r0,5v21,-2,60,-17,60,13r0,159","k":{"}":3,"]":4,"\\":26,"?":4,"\/":-2}},"o":{"d":"102,-19v1,31,-46,19,-73,19v-13,0,-20,-6,-20,-19r0,-139v0,-31,46,-19,74,-19v13,0,19,6,19,19r0,139xm69,-30r0,-118r-26,0r0,118r26,0","w":111,"k":{"}":3,"x":1,"]":4,"\\":26,"?":5,"\/":-1,")":1}},"p":{"d":"104,-30v2,30,-29,32,-60,30r0,65r-35,0r0,-242r35,0r0,5v21,-2,60,-17,60,13r0,129xm69,-39r0,-109r-25,1r0,117v11,-1,26,3,25,-9","k":{"}":3,"z":1,"x":2,"q":1,"f":1,"]":4,"\\":26,"?":5,",":1}},"q":{"d":"103,65r-34,0r0,-65v-31,2,-60,1,-60,-30r0,-123v-1,-33,35,-25,60,-19r0,-5r34,0r0,242xm69,-30r0,-117v-10,0,-26,-5,-25,7r0,101v-1,13,14,8,25,9","k":{"j":-1,"\\":25,"?":3}},"r":{"d":"99,-104r-34,0r0,-44r-21,1r0,147r-35,0r0,-177r35,0r0,5v20,-2,55,-16,55,13r0,55","w":105,"k":{"}":3,"y":-2,"x":-1,"w":-2,"v":-1,"t":-1,"s":-1,"l":-1,"j":-1,"f":-2,"]":3,"\\":22,"?":2,";":-1,":":-2,"\/":15,".":14,"-":-1,",":14,"*":-1,")":1}},"s":{"d":"99,-64v-3,25,10,67,-19,64v-27,-2,-72,12,-71,-19r0,-42r33,0r0,33r24,0r0,-30r-47,-41v-17,-9,-9,-36,-10,-59v-2,-30,44,-16,71,-19v28,-3,17,34,19,58r-33,0r0,-30r-24,0r0,27r48,40v7,5,9,9,9,18","w":108,"k":{"}":2,"w":-1,"v":-1,"]":3,"\\":26,"?":4,"\/":-4,"*":-1}},"t":{"d":"70,0v-23,-1,-53,7,-53,-19r0,-127r-14,0r0,-31r14,0r0,-48r34,0r0,48r18,0r0,31r-18,0r0,115r19,0r0,31","w":74,"k":{"}":2,"y":-1,"x":-1,"w":-1,"v":-1,"t":1,"s":-1,"]":2,"\\":10,"?":3,";":-4,":":-4,"\/":-6,".":-5,"-":3,",":-5,"*":-1}},"u":{"d":"104,0r-35,0r0,-5v-21,1,-60,18,-60,-13r0,-159r35,0r0,147r25,0r0,-147r35,0r0,177","k":{"}":2,"w":-1,"]":4,"\\":25,"?":4,"\/":-1,"&":1}},"v":{"d":"107,-177r-35,177r-34,0r-34,-177r35,0r16,115r17,-115r35,0","w":110,"k":{"}":4,"z":1,"y":-2,"x":-1,"w":-2,"v":-2,"u":-1,"t":-2,"s":-1,"q":1,"g":1,"f":-1,"c":1,"]":4,"\\":19,"?":4,":":-1,"\/":14,".":12,"-":2,",":13,"*":-2}},"w":{"d":"147,-177r-28,177r-31,0r-13,-94r-13,94r-30,0r-28,-177r32,0r14,112r13,-112r25,0r13,112r13,-112r33,0","w":150,"k":{"}":3,"z":1,"y":-1,"x":-2,"w":-2,"v":-2,"u":-1,"t":-2,"s":-1,"q":1,"j":-1,"g":1,"f":-1,"c":1,"]":4,"\\":19,"?":4,"\/":12,".":10,"-":1,",":12,"*":-2}},"x":{"d":"105,-1v-9,3,-26,0,-37,1r-14,-59r-15,59v-12,-1,-27,2,-37,-1r31,-91r-28,-85r35,0r13,52r14,-52r35,0r-28,85","w":106,"k":{"}":2,"z":-1,"y":-1,"x":-2,"w":-2,"v":-1,"t":-1,"s":-1,"r":-1,"o":1,"f":-1,"c":1,"]":2,"\\":19,"?":3,"\/":-8,".":-2,"-":5,",":-1,"*":-2}},"y":{"d":"107,-177r-48,242r-35,0r14,-66r-34,-176r35,0r16,113r17,-113r35,0","w":110,"k":{"}":3,"z":1,"y":-1,"x":-1,"w":-1,"v":-1,"t":-2,"s":-1,"q":1,"g":1,"f":-1,"e":1,"d":1,"c":1,"a":1,"]":4,"\\":18,"?":3,"\/":16,".":13,"-":2,",":14,"*":-1,"&":1}},"z":{"d":"88,-154r-44,123r44,0r0,31r-82,0r0,-23r44,-124r-41,0r0,-30r79,0r0,23","w":95,"k":{"}":3,"z":1,"y":-1,"w":-1,"v":-1,"t":-1,"q":1,"g":1,"f":-1,"d":1,"c":1,"]":3,"\\":23,"?":3,"\/":-2,"-":1}},"{":{"d":"100,44v-38,3,-63,-3,-63,-41r0,-88v-10,-13,-24,-22,-31,-38r31,-35v4,-48,-17,-120,38,-117r25,0r0,33v-13,0,-28,-3,-28,12v0,32,9,75,-10,92r-18,17v11,12,28,19,28,42r0,77v-1,14,14,14,28,13r0,33","w":108,"k":{"z":3,"y":3,"x":2,"w":3,"v":4,"u":2,"t":5,"s":2,"r":4,"q":4,"p":1,"o":3,"n":3,"m":3,"j":-17,"e":4,"d":4,"c":4,"a":4,"Z":1,"Y":-1,"W":-2,"V":-2,"T":-3,"J":7,"A":3,"7":-2,"4":3}},"|":{"d":"47,63r-34,0r0,-338r34,0r0,338","w":59},"}":{"d":"102,-123v-7,16,-22,24,-31,38v-5,51,20,131,-38,129r-26,0r0,-33v14,0,29,2,29,-13v0,-35,-10,-83,10,-103r18,-16v-10,-12,-28,-20,-28,-43r0,-66v1,-15,-15,-12,-29,-12r0,-33v38,-3,64,3,64,41r0,76","w":108},"~":{"d":"131,-140v-2,27,9,68,-20,67v-27,-1,-45,-23,-66,-33r0,32r-32,0v2,-27,-9,-69,21,-67v27,2,44,22,65,32r0,-31r32,0","w":144}}});


/**
 * --------------------------------------------------------------------
 * jQuery-Plugin "preloadCssImages"
 * by Scott Jehl, scott@filamentgroup.com
 * http://www.filamentgroup.com
 * reference article: http://www.filamentgroup.com/lab/automated_image_preloading/
 * demo page: http://www.filamentgroup.com/examples/preloadImages/
 * 
 * Copyright (c) 2008 Filament Group, Inc
 * Dual licensed under the MIT (filamentgroup.com/examples/mit-license.txt) and GPL (filamentgroup.com/examples/gpl-license.txt) licenses.
 *
 * Version: 1.0, 31.05.2007
 * Changelog:
 * 	02.20.2008 initial Version 1.0
 * --------------------------------------------------------------------
 */
$.preloadCssImages = function(settings){
	//overrideable defaults
	settings = jQuery.extend({
		 imgDir: 'images'
	}, settings);

	//dump all the css rules into one string
	var sheets = document.styleSheets;
	var cssPile = '';
	for(var i = 0; i<sheets.length; i++){
		if(!$.browser.msie){
			var thisSheetRules = document.styleSheets[i].cssRules;
			for(var j = 0; j<thisSheetRules.length; j++){
				cssPile+= thisSheetRules[j].cssText;
			}
		}
		else {
			cssPile+= document.styleSheets[i].cssText;
		}
	}
	//parse string for image urls and load them into the DOM
	var allImgs = [];//new array for all the image urls  
	var imgUrls = cssPile.match(/[^\/]+\.(gif|jpg|jpeg|png)/g);//reg ex to get a string of between a "/" and a ".filename"
	if(imgUrls != null && imgUrls.length>0 && imgUrls != ''){//loop array
		var arr = jQuery.makeArray(imgUrls);//create array from regex obj	 
		$(arr).each(function(k){
			allImgs[k] = new Image(); //new img obj
			allImgs[k].src = settings.imgDir +'/'+ this;	
		});
	}
	return allImgs;
}


/**
 * @author Alexander Farkas
 * v. 1.22
 */


(function($) {
	if(!document.defaultView || !document.defaultView.getComputedStyle){ // IE6-IE8
		var oldCurCSS = $.curCSS;
		$.curCSS = function(elem, name, force){
			if(name === 'background-position'){
				name = 'backgroundPosition';
			}
			if(name !== 'backgroundPosition' || !elem.currentStyle || elem.currentStyle[ name ]){
				return oldCurCSS.apply(this, arguments);
			}
			var style = elem.style;
			if ( !force && style && style[ name ] ){
				return style[ name ];
			}
			return oldCurCSS(elem, 'backgroundPositionX', force) +' '+ oldCurCSS(elem, 'backgroundPositionY', force);
		};
	}
	
	var oldAnim = $.fn.animate;
	$.fn.animate = function(prop){
		if('background-position' in prop){
			prop.backgroundPosition = prop['background-position'];
			delete prop['background-position'];
		}
		if('backgroundPosition' in prop){
			prop.backgroundPosition = '('+ prop.backgroundPosition;
		}
		return oldAnim.apply(this, arguments);
	};
	
	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]];
	}
	
	$.fx.step. backgroundPosition = function(fx) {
		if (!fx.bgPosReady) {
			var start = $.curCSS(fx.elem,'backgroundPosition');
			if(!start){//FF2 no inline-style fallback
				start = '0px 0px';
			}
			
			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]];
			fx.bgPosReady = true;
		}
		//return;
		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];

	};
})(jQuery);



//ColorBox v1.3.17.2 - a full featured, light-weight, customizable lightbox based on jQuery 1.3+
//Copyright (c) 2011 Jack Moore - jack@colorpowered.com
//Licensed under the MIT license: http://www.opensource.org/licenses/mit-license.php

(function ($, document, window) {
	var
	// ColorBox Default Settings.	
	// See http://colorpowered.com/colorbox for details.
	defaults = {
		transition: "elastic",
		speed: 300,
		width: false,
		initialWidth: "600",
		innerWidth: false,
		maxWidth: false,
		height: false,
		initialHeight: "450",
		innerHeight: false,
		maxHeight: false,
		scalePhotos: true,
		scrolling: true,
		inline: false,
		html: false,
		iframe: false,
		fastIframe: true,
		photo: false,
		href: false,
		title: false,
		rel: false,
		opacity: 0.9,
		preloading: true,
		current: "image {current} of {total}",
		previous: "previous",
		next: "next",
		close: "close",
		open: false,
		returnFocus: true,
		loop: true,
		slideshow: false,
		slideshowAuto: true,
		slideshowSpeed: 2500,
		slideshowStart: "start slideshow",
		slideshowStop: "stop slideshow",
		onOpen: false,
		onLoad: false,
		onComplete: false,
		onCleanup: false,
		onClosed: false,
		overlayClose: true,		
		escKey: true,
		arrowKey: true,
     top: false,
     bottom: false,
     left: false,
     right: false,
     fixed: false,
     data: false
	},
	
	// Abstracting the HTML and event identifiers for easy rebranding
	colorbox = 'colorbox',
	prefix = 'cbox',
 boxElement = prefix + 'Element',
	
	// Events	
	event_open = prefix + '_open',
	event_load = prefix + '_load',
	event_complete = prefix + '_complete',
	event_cleanup = prefix + '_cleanup',
	event_closed = prefix + '_closed',
	event_purge = prefix + '_purge',
	
	// Special Handling for IE
	isIE = $.browser.msie && !$.support.opacity, // Detects IE6,7,8.  IE9 supports opacity.  Feature detection alone gave a false positive on at least one phone browser and on some development versions of Chrome, hence the user-agent test.
	isIE6 = isIE && $.browser.version < 7,
	event_ie6 = prefix + '_IE6',

	// Cached jQuery Object Variables
	$overlay,
	$box,
	$wrap,
	$content,
	$topBorder,
	$leftBorder,
	$rightBorder,
	$bottomBorder,
	$related,
	$window,
	$loaded,
	$loadingBay,
	$loadingOverlay,
	$title,
	$current,
	$slideshow,
	$next,
	$prev,
	$close,
	$groupControls,

	// Variables for cached values or use across multiple functions
	settings,
	interfaceHeight,
	interfaceWidth,
	loadedHeight,
	loadedWidth,
	element,
	index,
	photo,
	open,
	active,
	closing,
 handler,
 loadingTimer,
 publicMethod;
	
	// ****************
	// HELPER FUNCTIONS
	// ****************

	// jQuery object generator to reduce code size
	function $div(id, cssText, div) { 
		div = document.createElement('div');
		if (id) {
         div.id = prefix + id;
     }
		div.style.cssText = cssText || '';
		return $(div);
	}

	// Convert '%' and 'px' values to integers
	function setSize(size, dimension) {
		return Math.round((/%/.test(size) ? ((dimension === 'x' ? $window.width() : $window.height()) / 100) : 1) * parseInt(size, 10));
	}
	
	// Checks an href to see if it is a photo.
	// There is a force photo option (photo: true) for hrefs that cannot be matched by this regex.
	function isImage(url) {
		return settings.photo || /\.(gif|png|jpg|jpeg|bmp)(?:\?([^#]*))?(?:#(\.*))?$/i.test(url);
	}
	
	// Assigns function results to their respective settings.  This allows functions to be used as values.
	function makeSettings(i) {
     settings = $.extend({}, $.data(element, colorbox));
     
		for (i in settings) {
			if ($.isFunction(settings[i]) && i.substring(0, 2) !== 'on') { // checks to make sure the function isn't one of the callbacks, they will be handled at the appropriate time.
			    settings[i] = settings[i].call(element);
			}
		}
     
		settings.rel = settings.rel || element.rel || 'nofollow';
		settings.href = settings.href || $(element).attr('href');
		settings.title = settings.title || element.title;
     
     if (typeof settings.href === "string") {
         settings.href = $.trim(settings.href);
     }
	}

	function trigger(event, callback) {
		if (callback) {
			callback.call(element);
		}
		$.event.trigger(event);
	}

	// Slideshow functionality
	function slideshow() {
		var
		timeOut,
		className = prefix + "Slideshow_",
		click = "click." + prefix,
		start,
		stop,
		clear;
		
		if (settings.slideshow && $related[1]) {
			start = function () {
				$slideshow
					.text(settings.slideshowStop)
					.unbind(click)
					.bind(event_complete, function () {
						if (index < $related.length - 1 || settings.loop) {
							timeOut = setTimeout(publicMethod.next, settings.slideshowSpeed);
						}
					})
					.bind(event_load, function () {
						clearTimeout(timeOut);
					})
					.one(click + ' ' + event_cleanup, stop);
				$box.removeClass(className + "off").addClass(className + "on");
				timeOut = setTimeout(publicMethod.next, settings.slideshowSpeed);
			};
			
			stop = function () {
				clearTimeout(timeOut);
				$slideshow
					.text(settings.slideshowStart)
					.unbind([event_complete, event_load, event_cleanup, click].join(' '))
					.one(click, start);
				$box.removeClass(className + "on").addClass(className + "off");
			};
			
			if (settings.slideshowAuto) {
				start();
			} else {
				stop();
			}
		} else {
         $box.removeClass(className + "off " + className + "on");
     }
	}

	function launch(target) {
		if (!closing) {
			
			element = target;
			
			makeSettings();
			
			$related = $(element);
			
			index = 0;
			
			if (settings.rel !== 'nofollow') {
				$related = $('.' + boxElement).filter(function () {
					var relRelated = $.data(this, colorbox).rel || this.rel;
					return (relRelated === settings.rel);
				});
				index = $related.index(element);
				
				// Check direct calls to ColorBox.
				if (index === -1) {
					$related = $related.add(element);
					index = $related.length - 1;
				}
			}
			
			if (!open) {
				open = active = true; // Prevents the page-change action from queuing up if the visitor holds down the left or right keys.
				
				$box.show();
				
				if (settings.returnFocus) {
					try {
						element.blur();
						$(element).one(event_closed, function () {
							try {
								this.focus();
							} catch (e) {
								// do nothing
							}
						});
					} catch (e) {
						// do nothing
					}
				}
				
				// +settings.opacity avoids a problem in IE when using non-zero-prefixed-string-values, like '.5'
				$overlay.css({"opacity": +settings.opacity, "cursor": settings.overlayClose ? "pointer" : "auto"}).show();
				
				// Opens inital empty ColorBox prior to content being loaded.
				settings.w = setSize(settings.initialWidth, 'x');
				settings.h = setSize(settings.initialHeight, 'y');
				publicMethod.position();
				
				if (isIE6) {
					$window.bind('resize.' + event_ie6 + ' scroll.' + event_ie6, function () {
						$overlay.css({width: $window.width(), height: $window.height(), top: $window.scrollTop(), left: $window.scrollLeft()});
					}).trigger('resize.' + event_ie6);
				}
				
				trigger(event_open, settings.onOpen);
				
				$groupControls.add($title).hide();
				
				$close.html(settings.close).show();
			}
			
			publicMethod.load(true);
		}
	}

	// ****************
	// PUBLIC FUNCTIONS
	// Usage format: $.fn.colorbox.close();
	// Usage from within an iframe: parent.$.fn.colorbox.close();
	// ****************
	
	publicMethod = $.fn[colorbox] = $[colorbox] = function (options, callback) {
		var $this = this;
		
     options = options || {};
     
		if (!$this[0]) {
			if ($this.selector) { // if a selector was given and it didn't match any elements, go ahead and exit.
             return $this;
         }
         // if no selector was given (ie. $.colorbox()), create a temporary element to work with
			$this = $('<a/>');
			options.open = true; // assume an immediate open
		}
		
		if (callback) {
			options.onComplete = callback;
		}
		
		$this.each(function () {
			$.data(this, colorbox, $.extend({}, $.data(this, colorbox) || defaults, options));
			$(this).addClass(boxElement);
		});
		
     if (($.isFunction(options.open) && options.open.call($this)) || options.open) {
			launch($this[0]);
		}
     
		return $this;
	};

	// Initialize ColorBox: store common calculations, preload the interface graphics, append the html.
	// This preps ColorBox for a speedy open when clicked, and minimizes the burdon on the browser by only
	// having to run once, instead of each time colorbox is opened.
	publicMethod.init = function () {
		// Create & Append jQuery Objects
		$window = $(window);
		$box = $div().attr({id: colorbox, 'class': isIE ? prefix + (isIE6 ? 'IE6' : 'IE') : ''});
		$overlay = $div("Overlay", isIE6 ? 'position:absolute' : '').hide();
		
		$wrap = $div("Wrapper");
		$content = $div("Content").append(
			$loaded = $div("LoadedContent", 'width:0; height:0; overflow:hidden'),
			$loadingOverlay = $div("LoadingOverlay").add($div("LoadingGraphic")),
			$title = $div("Title"),
			$current = $div("Current"),
			$next = $div("Next"),
			$prev = $div("Previous"),
			$slideshow = $div("Slideshow").bind(event_open, slideshow),
			$close = $div("Close")
		);
		$wrap.append( // The 3x3 Grid that makes up ColorBox
			$div().append(
				$div("TopLeft"),
				$topBorder = $div("TopCenter"),
				$div("TopRight")
			),
			$div(false, 'clear:left').append(
				$leftBorder = $div("MiddleLeft"),
				$content,
				$rightBorder = $div("MiddleRight")
			),
			$div(false, 'clear:left').append(
				$div("BottomLeft"),
				$bottomBorder = $div("BottomCenter"),
				$div("BottomRight")
			)
		).children().children().css({'float': 'left'});
		
		$loadingBay = $div(false, 'position:absolute; width:9999px; visibility:hidden; display:none');
		
		$('body').prepend($overlay, $box.append($wrap, $loadingBay));
		
		$content.children()
		.hover(function () {
			$(this).addClass('hover');
		}, function () {
			$(this).removeClass('hover');
		}).addClass('hover');
		
		// Cache values needed for size calculations
		interfaceHeight = $topBorder.height() + $bottomBorder.height() + $content.outerHeight(true) - $content.height();//Subtraction needed for IE6
		interfaceWidth = $leftBorder.width() + $rightBorder.width() + $content.outerWidth(true) - $content.width();
		loadedHeight = $loaded.outerHeight(true);
		loadedWidth = $loaded.outerWidth(true);
		
		// Setting padding to remove the need to do size conversions during the animation step.
		$box.css({"padding-bottom": interfaceHeight, "padding-right": interfaceWidth}).hide();
		
     // Setup button events.
     // Anonymous functions here keep the public method from being cached, thereby allowing them to be redefined on the fly.
     $next.click(function () {
         publicMethod.next();
     });
     $prev.click(function () {
         publicMethod.prev();
     });
     $close.click(function () {
         publicMethod.close();
     });
		
		$groupControls = $next.add($prev).add($current).add($slideshow);
		
		// Adding the 'hover' class allowed the browser to load the hover-state
		// background graphics in case the images were not part of a sprite.  The class can now can be removed.
		$content.children().removeClass('hover');
		
		$overlay.click(function () {
			if (settings.overlayClose) {
				publicMethod.close();
			}
		});
		
		// Set Navigation Key Bindings
		$(document).bind('keydown.' + prefix, function (e) {
         var key = e.keyCode;
			if (open && settings.escKey && key === 27) {
				e.preventDefault();
				publicMethod.close();
			}
			if (open && settings.arrowKey && $related[1]) {
				if (key === 37) {
					e.preventDefault();
					$prev.click();
				} else if (key === 39) {
					e.preventDefault();
					$next.click();
				}
			}
		});
	};
	
	publicMethod.remove = function () {
		$box.add($overlay).remove();
		$('.' + boxElement).removeData(colorbox).removeClass(boxElement);
	};

	publicMethod.position = function (speed, loadedCallback) {
     var top = 0, left = 0;
     
     $window.unbind('resize.' + prefix);
     
     // remove the modal so that it doesn't influence the document width/height        
     $box.hide();
     
     if (settings.fixed && !isIE6) {
         $box.css({position: 'fixed'});
     } else {
         top = $window.scrollTop();
         left = $window.scrollLeft();
         $box.css({position: 'absolute'});
     }
     
		// keeps the top and left positions within the browser's viewport.
     if (settings.right !== false) {
         left += Math.max($window.width() - settings.w - loadedWidth - interfaceWidth - setSize(settings.right, 'x'), 0);
     } else if (settings.left !== false) {
         left += setSize(settings.left, 'x');
     } else {
         left += Math.round(Math.max($window.width() - settings.w - loadedWidth - interfaceWidth, 0) / 2);
     }
     
     if (settings.bottom !== false) {
         top += Math.max(document.documentElement.clientHeight - settings.h - loadedHeight - interfaceHeight - setSize(settings.bottom, 'y'), 0);
     } else if (settings.top !== false) {
         top += setSize(settings.top, 'y');
     } else {
         top += Math.round(Math.max(document.documentElement.clientHeight - settings.h - loadedHeight - interfaceHeight, 0) / 2);
     }
     
     $box.show();
     
		// setting the speed to 0 to reduce the delay between same-sized content.
		speed = ($box.width() === settings.w + loadedWidth && $box.height() === settings.h + loadedHeight) ? 0 : speed || 0;
     
		// this gives the wrapper plenty of breathing room so it's floated contents can move around smoothly,
		// but it has to be shrank down around the size of div#colorbox when it's done.  If not,
		// it can invoke an obscure IE bug when using iframes.
		$wrap[0].style.width = $wrap[0].style.height = "9999px";
		
		function modalDimensions(that) {
			// loading overlay height has to be explicitly set for IE6.
			$topBorder[0].style.width = $bottomBorder[0].style.width = $content[0].style.width = that.style.width;
			$loadingOverlay[0].style.height = $loadingOverlay[1].style.height = $content[0].style.height = $leftBorder[0].style.height = $rightBorder[0].style.height = that.style.height;
		}
		
		$box.dequeue().animate({width: settings.w + loadedWidth, height: settings.h + loadedHeight, top: top, left: left}, {
			duration: speed,
			complete: function () {
				modalDimensions(this);
				
				active = false;
				
				// shrink the wrapper down to exactly the size of colorbox to avoid a bug in IE's iframe implementation.
				$wrap[0].style.width = (settings.w + loadedWidth + interfaceWidth) + "px";
				$wrap[0].style.height = (settings.h + loadedHeight + interfaceHeight) + "px";
				
				if (loadedCallback) {
					loadedCallback();
				}
             
             setTimeout(function(){  // small delay before binding onresize due to an IE8 bug.
                 $window.bind('resize.' + prefix, publicMethod.position);
             }, 1);
			},
			step: function () {
				modalDimensions(this);
			}
		});
	};

	publicMethod.resize = function (options) {
		if (open) {
			options = options || {};
			
			if (options.width) {
				settings.w = setSize(options.width, 'x') - loadedWidth - interfaceWidth;
			}
			if (options.innerWidth) {
				settings.w = setSize(options.innerWidth, 'x');
			}
			$loaded.css({width: settings.w});
			
			if (options.height) {
				settings.h = setSize(options.height, 'y') - loadedHeight - interfaceHeight;
			}
			if (options.innerHeight) {
				settings.h = setSize(options.innerHeight, 'y');
			}
			if (!options.innerHeight && !options.height) {				
				var $child = $loaded.wrapInner("<div style='overflow:auto'></div>").children(); // temporary wrapper to get an accurate estimate of just how high the total content should be.
				settings.h = $child.height();
				$child.replaceWith($child.children()); // ditch the temporary wrapper div used in height calculation
			}
			$loaded.css({height: settings.h});
			
			publicMethod.position(settings.transition === "none" ? 0 : settings.speed);
		}
	};

	publicMethod.prep = function (object) {
		if (!open) {
			return;
		}
		
		var callback, speed = settings.transition === "none" ? 0 : settings.speed;
		
		$loaded.remove();
		$loaded = $div('LoadedContent').append(object);
		
		function getWidth() {
			settings.w = settings.w || $loaded.width();
			settings.w = settings.mw && settings.mw < settings.w ? settings.mw : settings.w;
			return settings.w;
		}
		function getHeight() {
			settings.h = settings.h || $loaded.height();
			settings.h = settings.mh && settings.mh < settings.h ? settings.mh : settings.h;
			return settings.h;
		}
		
		$loaded.hide()
		.appendTo($loadingBay.show())// content has to be appended to the DOM for accurate size calculations.
		.css({width: getWidth(), overflow: settings.scrolling ? 'auto' : 'hidden'})
		.css({height: getHeight()})// sets the height independently from the width in case the new width influences the value of height.
		.prependTo($content);
		
		$loadingBay.hide();
		
		// floating the IMG removes the bottom line-height and fixed a problem where IE miscalculates the width of the parent element as 100% of the document width.
		//$(photo).css({'float': 'none', marginLeft: 'auto', marginRight: 'auto'});
		
     $(photo).css({'float': 'none'});
     
		// Hides SELECT elements in IE6 because they would otherwise sit on top of the overlay.
		if (isIE6) {
			$('select').not($box.find('select')).filter(function () {
				return this.style.visibility !== 'hidden';
			}).css({'visibility': 'hidden'}).one(event_cleanup, function () {
				this.style.visibility = 'inherit';
			});
		}
		
		callback = function () {
         var prev, prevSrc, next, nextSrc, total = $related.length, iframe, complete;
         
         if (!open) {
             return;
         }
         
         function removeFilter() {
             if (isIE) {
                 $box[0].style.removeAttribute('filter');
             }
         }
         
         complete = function () {
             clearTimeout(loadingTimer);
             $loadingOverlay.hide();
             trigger(event_complete, settings.onComplete);
         };
         
         if (isIE) {
             //This fadeIn helps the bicubic resampling to kick-in.
             if (photo) {
                 $loaded.fadeIn(100);
             }
         }
         
         $title.html(settings.title).add($loaded).show();
         
         if (total > 1) { // handle grouping
             if (typeof settings.current === "string") {
                 $current.html(settings.current.replace('{current}', index + 1).replace('{total}', total)).show();
             }
             
             $next[(settings.loop || index < total - 1) ? "show" : "hide"]().html(settings.next);
             $prev[(settings.loop || index) ? "show" : "hide"]().html(settings.previous);
             
             prev = index ? $related[index - 1] : $related[total - 1];
             next = index < total - 1 ? $related[index + 1] : $related[0];
             
             if (settings.slideshow) {
                 $slideshow.show();
             }
             
             // Preloads images within a rel group
             if (settings.preloading) {
                 nextSrc = $.data(next, colorbox).href || next.href;
                 prevSrc = $.data(prev, colorbox).href || prev.href;
                 
                 nextSrc = $.isFunction(nextSrc) ? nextSrc.call(next) : nextSrc;
                 prevSrc = $.isFunction(prevSrc) ? prevSrc.call(prev) : prevSrc;
                 
                 if (isImage(nextSrc)) {
                     $('<img/>')[0].src = nextSrc;
                 }
                 
                 if (isImage(prevSrc)) {
                     $('<img/>')[0].src = prevSrc;
                 }
             }
         } else {
             $groupControls.hide();
         }
         
         if (settings.iframe) {
             iframe = $('<iframe/>').addClass(prefix + 'Iframe')[0];
             
             if (settings.fastIframe) {
                 complete();
             } else {
                 $(iframe).one('load', complete);
             }
             iframe.name = prefix + (+new Date());
             iframe.src = settings.href;
             
             if (!settings.scrolling) {
                 iframe.scrolling = "no";
             }
             
             if (isIE) {
                 iframe.frameBorder = 0;
                 iframe.allowTransparency = "true";
             }
             
             $(iframe).appendTo($loaded).one(event_purge, function () {
                 iframe.src = "//about:blank";
             });
         } else {
             complete();
         }
         
         if (settings.transition === 'fade') {
             $box.fadeTo(speed, 1, removeFilter);
         } else {
             removeFilter();
         }
		};
		
		if (settings.transition === 'fade') {
			$box.fadeTo(speed, 0, function () {
				publicMethod.position(0, callback);
			});
		} else {
			publicMethod.position(speed, callback);
		}
	};

	publicMethod.load = function (launched) {
		var href, setResize, prep = publicMethod.prep;
		
		active = true;
		
		photo = false;
		
		element = $related[index];
		
		if (!launched) {
			makeSettings();
		}
		
		trigger(event_purge);
		
		trigger(event_load, settings.onLoad);
		
		settings.h = settings.height ?
				setSize(settings.height, 'y') - loadedHeight - interfaceHeight :
				settings.innerHeight && setSize(settings.innerHeight, 'y');
		
		settings.w = settings.width ?
				setSize(settings.width, 'x') - loadedWidth - interfaceWidth :
				settings.innerWidth && setSize(settings.innerWidth, 'x');
		
		// Sets the minimum dimensions for use in image scaling
		settings.mw = settings.w;
		settings.mh = settings.h;
		
		// Re-evaluate the minimum width and height based on maxWidth and maxHeight values.
		// If the width or height exceed the maxWidth or maxHeight, use the maximum values instead.
		if (settings.maxWidth) {
			settings.mw = setSize(settings.maxWidth, 'x') - loadedWidth - interfaceWidth;
			settings.mw = settings.w && settings.w < settings.mw ? settings.w : settings.mw;
		}
		if (settings.maxHeight) {
			settings.mh = setSize(settings.maxHeight, 'y') - loadedHeight - interfaceHeight;
			settings.mh = settings.h && settings.h < settings.mh ? settings.h : settings.mh;
		}
		
		href = settings.href;
		
     loadingTimer = setTimeout(function () {
         $loadingOverlay.show();
     }, 100);
     
		if (settings.inline) {
			// Inserts an empty placeholder where inline content is being pulled from.
			// An event is bound to put inline content back when ColorBox closes or loads new content.
			$div().hide().insertBefore($(href)[0]).one(event_purge, function () {
				$(this).replaceWith($loaded.children());
			});
			prep($(href));
		} else if (settings.iframe) {
			// IFrame element won't be added to the DOM until it is ready to be displayed,
			// to avoid problems with DOM-ready JS that might be trying to run in that iframe.
			prep(" ");
		} else if (settings.html) {
			prep(settings.html);
		} else if (isImage(href)) {
			$(photo = new Image())
			.addClass(prefix + 'Photo')
			.error(function () {
				settings.title = false;
				prep($div('Error').text('This image could not be loaded'));
			})
			.load(function () {
				var percent;
				photo.onload = null; //stops animated gifs from firing the onload repeatedly.
				
				if (settings.scalePhotos) {
					setResize = function () {
						photo.height -= photo.height * percent;
						photo.width -= photo.width * percent;	
					};
					if (settings.mw && photo.width > settings.mw) {
						percent = (photo.width - settings.mw) / photo.width;
						setResize();
					}
					if (settings.mh && photo.height > settings.mh) {
						percent = (photo.height - settings.mh) / photo.height;
						setResize();
					}
				}
				
				if (settings.h) {
					photo.style.marginTop = Math.max(settings.h - photo.height, 0) / 2 + 'px';
				}
				
				if ($related[1] && (index < $related.length - 1 || settings.loop)) {
					photo.style.cursor = 'pointer';
					photo.onclick = function () {
                     publicMethod.next();
                 };
				}
				
				if (isIE) {
					photo.style.msInterpolationMode = 'bicubic';
				}
				
				setTimeout(function () { // A pause because Chrome will sometimes report a 0 by 0 size otherwise.
					prep(photo);
				}, 1);
			});
			
			setTimeout(function () { // A pause because Opera 10.6+ will sometimes not run the onload function otherwise.
				photo.src = href;
			}, 1);
		} else if (href) {
			$loadingBay.load(href, settings.data, function (data, status, xhr) {
				prep(status === 'error' ? $div('Error').text('Request unsuccessful: ' + xhr.statusText) : $(this).contents());
			});
		}
	};
     
	// Navigates to the next page/image in a set.
	publicMethod.next = function () {
		if (!active && $related[1] && (index < $related.length - 1 || settings.loop)) {
			index = index < $related.length - 1 ? index + 1 : 0;
			publicMethod.load();
		}
	};
	
	publicMethod.prev = function () {
		if (!active && $related[1] && (index || settings.loop)) {
			index = index ? index - 1 : $related.length - 1;
			publicMethod.load();
		}
	};

	// Note: to use this within an iframe use the following format: parent.$.fn.colorbox.close();
	publicMethod.close = function () {
		if (open && !closing) {
			
			closing = true;
			
			open = false;
			
			trigger(event_cleanup, settings.onCleanup);
			
			$window.unbind('.' + prefix + ' .' + event_ie6);
			
			$overlay.fadeTo(200, 0);
			
			$box.stop().fadeTo(300, 0, function () {
              
				$box.add($overlay).css({'opacity': 1, cursor: 'auto'}).hide();
				
				trigger(event_purge);
				
				$loaded.remove();
				
				setTimeout(function () {
					closing = false;
					trigger(event_closed, settings.onClosed);
				}, 1);
			});
		}
	};

	// A method for fetching the current element ColorBox is referencing.
	// returns a jQuery object.
	publicMethod.element = function () {
		return $(element);
	};

	publicMethod.settings = defaults;
 
	// Bind the live event before DOM-ready for maximum performance in IE6 & 7.
 handler = function (e) {
     // checks to see if it was a non-left mouse-click and for clicks modified with ctrl, shift, or alt.
     if (!((e.button !== 0 && typeof e.button !== 'undefined') || e.ctrlKey || e.shiftKey || e.altKey)) {
         e.preventDefault();
         launch(this);
     }
 };
 
 if ($.fn.delegate) {
     $(document).delegate('.' + boxElement, 'click', handler);
 } else {
     $('.' + boxElement).live('click', handler);
 }
 
	// Initializes ColorBox when the DOM has loaded
	$(publicMethod.init);

}(jQuery, document, this));



/*
 * jQuery spritely 0.5
 * http://spritely.net/
 *
 * Documentation:
 * http://spritely.net/documentation/
 *
 * Copyright 2010-2011, Peter Chater, Artlogic Media Ltd, http://www.artlogic.net/
 * Dual licensed under the MIT or GPL Version 2 licenses.
 *
 * Change history:
 * Version 0.5
 *   - added a 'destroy()' method which will stop the element's sprite behaviour, without actually removing the element. Example: $('#my_sprite').destroy()
 * Version 0.4
 *   - add up/down for 'pan' method. <ricky.hewitt@artlogic.net>
 *   - added 'dir' option for Sprites. This means a Sprite can be played in reverse.
 *   - removed alert message regarding jQuery.draggable (now uses console.log, if available) <ricky.hewitt@artlogic.net>
 * Version 0.3b
 *   - added lockTo method for locking sprites to background images. $('#sprite').lockTo('#background, {'left': 380, 'top': -60, 'bg_img_width': 1110});
 * Version 0.2.1
 *   - animate function will stop cycling after play_frames has completed
 * Version 0.2 beta
 *   - added isDraggable method (requires jquery-ui) $('#sprite').sprite().isDraggable({start: null, stop: function() {alert('Ouch! You dropped me!')});
 *   - sprites may be set to play a limited number of frames when instantiated, e.g. $('#sprite').sprite({fps: 9, no_of_frames: 3, play_frames: 30})
 *   - sprite speed may be controlled at any point by setting the frames-per-second $('#sprite').fps(20);
 *   - sprites with multiple rows of frames may have there 'state' changed, e.g. to make the second row of frames
 *     active, use: $('#sprite').spState(2); - to return to the first row, use $('#sprite').spState(1);
 *   - background element speed may be controlled at any point with .spSpeed(), e.g. $('#bg1').spSpeed(10)
 *   - background elements may be set to a depth where 100 is the viewer (up close) and 0 is the horizon, e.g.:
 *     $('#bg1').pan({fps: 30, speed: 2, dir: 'left', depth: 30});
 *     $('#bg2').pan({fps: 30, speed: 3, dir: 'left', depth: 70});
 *     relative speed of backgrounds may now be set in a single action with $('#bg1, #bg2').spRelSpeed(20);
 *     which will make elements closer to the horizon (lower depths) move slower than closer elements (higher depths)
 */

(function($) {
	$._spritely = {
		// shared methods and variables used by spritely plugin
		animate: function(options) {
			var el = $(options.el);
			var el_id = el.attr('id');
			if (!$._spritely.instances[el_id]) {
				return this;
			}
			options = $.extend(options, $._spritely.instances[el_id] || {});
			if (options.play_frames && !$._spritely.instances[el_id]['remaining_frames']) {
				$._spritely.instances[el_id]['remaining_frames'] = options.play_frames + 1;
			}
			if (options.type == 'sprite' && options.fps) {
				var frames;
				var animate = function(el) {
					var w = options.width, h = options.height;
					if (!frames) {
						frames = [];
						total = 0
						for (var i = 0; i < options.no_of_frames; i ++) {
							frames[frames.length] = (0 - total);
							total += w;
						}
					}

					if (options.rewind == true) {
						if ($._spritely.instances[el_id]['current_frame'] <= 0) {
							$._spritely.instances[el_id]['current_frame'] = frames.length - 1;
						} else {
							$._spritely.instances[el_id]['current_frame'] = $._spritely.instances[el_id]['current_frame'] - 1;
						};
					} else {
						if ($._spritely.instances[el_id]['current_frame'] >= frames.length - 1) {
							$._spritely.instances[el_id]['current_frame'] = 0;
						} else {
							$._spritely.instances[el_id]['current_frame'] = $._spritely.instances[el_id]['current_frame'] + 1;
						}
					}

					var yPos = $._spritely.getBgY(el);
					el.css('background-position', frames[$._spritely.instances[el_id]['current_frame']] + 'px ' + yPos);
					if (options.bounce && options.bounce[0] > 0 && options.bounce[1] > 0) {
						var ud = options.bounce[0]; // up-down
						var lr = options.bounce[1]; // left-right
						var ms = options.bounce[2]; // milliseconds
						el
							.animate({top: '+=' + ud + 'px', left: '-=' + lr + 'px'}, ms)
							.animate({top: '-=' + ud + 'px', left: '+=' + lr + 'px'}, ms);
					}
				}
				if ($._spritely.instances[el_id]['remaining_frames'] && $._spritely.instances[el_id]['remaining_frames'] > 0) {
					$._spritely.instances[el_id]['remaining_frames'] --;
					if ($._spritely.instances[el_id]['remaining_frames'] == 0) {
						$._spritely.instances[el_id]['remaining_frames'] = -1;
						delete $._spritely.instances[el_id]['remaining_frames'];
						return;
					} else {
						animate(el);
					}
				} else if ($._spritely.instances[el_id]['remaining_frames'] != -1) {
					animate(el);
				}
			} else if (options.type == 'pan') {
				if (!$._spritely.instances[el_id]['_stopped']) {
                                        if (options.dir == 'up') {
                                            $._spritely.instances[el_id]['l'] = $._spritely.getBgX(el).replace('px', '');
                                            $._spritely.instances[el_id]['t'] = ($._spritely.instances[el_id]['t'] - (options.speed || 1)) || 0;
                                        }
                                        else if (options.dir == 'down') {
                                            $._spritely.instances[el_id]['l'] = $._spritely.getBgX(el).replace('px', '');
                                            $._spritely.instances[el_id]['t'] = ($._spritely.instances[el_id]['t'] + (options.speed || 1)) || 0;
                                        }
					else if (options.dir == 'left') {
						$._spritely.instances[el_id]['l'] = ($._spritely.instances[el_id]['l'] - (options.speed || 1)) || 0;
                                                $._spritely.instances[el_id]['t'] = $._spritely.getBgY(el).replace('px', '');
					} else {
						$._spritely.instances[el_id]['l'] = ($._spritely.instances[el_id]['l'] + (options.speed || 1)) || 0;
                                                $._spritely.instances[el_id]['t'] = $._spritely.getBgY(el).replace('px', '');
					}

                                        // When assembling the background-position string, care must be taken
                                        // to ensure correct formatting.. <ricky.hewitt@artlogic.net>
                                        var bg_left = $._spritely.instances[el_id]['l'].toString();
                                        if (bg_left.indexOf('%') == -1) {
                                            bg_left += 'px ';
                                        } else { bg_left += ' '; }

                                        var bg_top = $._spritely.instances[el_id]['t'].toString();
                                        if (bg_top.indexOf('%') == -1) {
                                            bg_top += 'px ';
                                        } else { bg_top += ' '; }

					$(el).css('background-position', bg_left + bg_top);
				}
			}
			$._spritely.instances[el_id]['options'] = options;
			window.setTimeout(function() {
				$._spritely.animate(options);
			}, parseInt(1000 / options.fps));
		},
		randomIntBetween: function(lower, higher) {
			return parseInt(rand_no = Math.floor((higher - (lower - 1)) * Math.random()) + lower);
		},
		getBgY: function(el) {
			if ($.browser.msie) {
				// fixme - the background-position property does not work
				// correctly in IE so we have to hack it here... Not ideal
				// especially as $.browser is depricated
				var bgY = $(el).css('background-position-y') || '0';
			} else {
				var bgY = ($(el).css('background-position') || ' ').split(' ')[1];
			}
			return bgY;
		},
		getBgX: function(el) {
			if ($.browser.msie) {
				// see note, above
				var bgX = $(el).css('background-position-x') || '0';
			} else {
				var bgX = ($(el).css('background-position') || ' ').split(' ')[0];
			}
			return bgX;
		},
		get_rel_pos: function(pos, w) {
			// return the position of an item relative to a background
			// image of width given by w
			var r = pos;
			if (pos < 0) {
				while (r < 0) {
					r += w;
				}
			} else {
				while (r > w) {
					r -= w;
				}
			}
			return r;
		}
	};
	$.fn.extend({
		spritely: function(options) {
			var options = $.extend({
				type: 'sprite',
				do_once: false,
				width: null,
				height: null,
				fps: 12,
				no_of_frames: 2,
				stop_after: null
			}, options || {});
			var el_id = $(this).attr('id');
			if (!$._spritely.instances) {
				$._spritely.instances = {};
			}
			if (!$._spritely.instances[el_id]) {
				$._spritely.instances[el_id] = {current_frame: -1};
			}
			$._spritely.instances[el_id]['type'] = options.type;
			$._spritely.instances[el_id]['depth'] = options.depth;
			options.el = this;
			options.width = options.width || $(this).width() || 100;
			options.height = options.height || $(this).height() || 100;
			var get_rate = function() {
                return parseInt(1000 / options.fps);
            }
            if (!options.do_once) {
				window.setTimeout(function() {
					$._spritely.animate(options);
				}, get_rate(options.fps));
			} else {
				$._spritely.animate(options);
			}
			return this; // so we can chain events
		},
		sprite: function(options) {
			var options = $.extend({
				type: 'sprite',
				bounce: [0, 0, 1000] // up-down, left-right, milliseconds
			}, options || {});
			return $(this).spritely(options);
		},
		pan: function(options) {
			var options = $.extend({
				type: 'pan',
				dir: 'left',
				continuous: true,
				speed: 1 // 1 pixel per frame
			}, options || {});
			return $(this).spritely(options);
		},
		flyToTap: function(options) {
			var options = $.extend({
				el_to_move: null,
				type: 'moveToTap',
				ms: 1000, // milliseconds
				do_once: true
			}, options || {});
			if (options.el_to_move) {
				$(options.el_to_move).active();
			}
			if ($._spritely.activeSprite) {
				if (window.Touch) { // iphone method see http://cubiq.org/remove-onclick-delay-on-webkit-for-iphone/9 or http://www.nimblekit.com/tutorials.html for clues...
					$(this)[0].ontouchstart = function(e) {
						var el_to_move = $._spritely.activeSprite;
						var touch = e.touches[0];
						var t = touch.pageY - (el_to_move.height() / 2);
						var l = touch.pageX - (el_to_move.width() / 2);
						el_to_move.animate({
							top: t + 'px',
							left: l + 'px'
						}, 1000);
					};
				} else {
					$(this).click(function(e) {
						var el_to_move = $._spritely.activeSprite;
						$(el_to_move).stop(true);
						var w = el_to_move.width();
						var h = el_to_move.height();
						var l = e.pageX - (w / 2);
						var t = e.pageY - (h / 2);
						el_to_move.animate({
							top: t + 'px',
							left: l + 'px'
						}, 1000);
					});
				}
			}
			return this;
		},
        // isDraggable requires jQuery ui
		isDraggable: function(options) {
			if ((!$(this).draggable)) {
				//console.log('To use the isDraggable method you need to load jquery-ui.js');
				return this;
			}
			var options = $.extend({
				type: 'isDraggable',
				start: null,
				stop: null,
				drag: null
			}, options || {});
			var el_id = $(this).attr('id');
			if (!$._spritely.instances[el_id]) {
				return this;
			}
			$._spritely.instances[el_id].isDraggableOptions = options;
			$(this).draggable({
				start: function() {
					var el_id = $(this).attr('id');
					$._spritely.instances[el_id].stop_random = true;
					$(this).stop(true);
					if ($._spritely.instances[el_id].isDraggableOptions.start) {
						$._spritely.instances[el_id].isDraggableOptions.start(this);
					}
				},
				drag: options.drag,
				stop: function() {
					var el_id = $(this).attr('id');
					$._spritely.instances[el_id].stop_random = false;
					if ($._spritely.instances[el_id].isDraggableOptions.stop) {
						$._spritely.instances[el_id].isDraggableOptions.stop(this);
					}
				}
			});
			return this;
		},
		active: function() {
			// the active sprite
			$._spritely.activeSprite = this;
			return this;
		},
		activeOnClick: function() {
			// make this the active script if clicked...
			var el = $(this);
			if (window.Touch) { // iphone method see http://cubiq.org/remove-onclick-delay-on-webkit-for-iphone/9 or http://www.nimblekit.com/tutorials.html for clues...
				el[0].ontouchstart = function(e) {
					$._spritely.activeSprite = el;
				};
			} else {
				el.click(function(e) {
					$._spritely.activeSprite = el;
				});
			}
			return this;
		},
		spRandom: function(options) {
			var options = $.extend({
				top: 50,
				left: 50,
				right: 290,
				bottom: 320,
				speed: 4000,
				pause: 0
			}, options || {});
			var el_id = $(this).attr('id');
			if (!$._spritely.instances[el_id]) {
				return this;
			}
			if (!$._spritely.instances[el_id].stop_random) {
				var r = $._spritely.randomIntBetween;
				var t = r(options.top, options.bottom);
				var l = r(options.left, options.right);
				$('#' + el_id).animate({
					top: t + 'px',
					left: l + 'px'
				}, options.speed)
			}
			window.setTimeout(function() {
				$('#' + el_id).spRandom(options);
			}, options.speed + options.pause)
			return this;
		},
		makeAbsolute: function() {
			// remove an element from its current position in the DOM and
			// position it absolutely, appended to the body tag.
			return this.each(function() {
				var el = $(this);
				var pos = el.position();
				el.css({position: "absolute", marginLeft: 0, marginTop: 0, top: pos.top, left: pos.left })
					.remove()
					.appendTo("body");
			});

		},
		spSet: function(prop_name, prop_value) {
			var el_id = $(this).attr('id');
			$._spritely.instances[el_id][prop_name] = prop_value;
			return this;
		},
		spGet: function(prop_name, prop_value) {
			var el_id = $(this).attr('id');
			return $._spritely.instances[el_id][prop_name];
		},
		spStop: function(bool) {
			$(this).each(function() {
				var el_id = $(this).attr('id');
				$._spritely.instances[el_id]['_last_fps'] = $(this).spGet('fps');
				$._spritely.instances[el_id]['_stopped'] = true;
				$._spritely.instances[el_id]['_stopped_f1'] = bool;
				if ($._spritely.instances[el_id]['type'] == 'sprite') {
					$(this).spSet('fps', 0);
				}
				if (bool) {
					// set background image position to 0
					var bp_top = $._spritely.getBgY($(this));
					$(this).css('background-position', '0 ' + bp_top);
				}
			});
			return this;
		},
		spStart: function() {
			$(this).each(function() {
				var el_id = $(this).attr('id');
				var fps = $._spritely.instances[el_id]['_last_fps'] || 12;
				$._spritely.instances[el_id]['_stopped'] = false;
				if ($._spritely.instances[el_id]['type'] == 'sprite') {
					$(this).spSet('fps', fps);
				}
			});
			return this;
		},
		spToggle: function() {
			var el_id = $(this).attr('id');
			var stopped = $._spritely.instances[el_id]['_stopped'] || false;
			var stopped_f1 = $._spritely.instances[el_id]['_stopped_f1'] || false;
			if (stopped) {
				$(this).spStart();
			} else {
				$(this).spStop(stopped_f1);
			}
			return this;
		},
		fps: function(fps) {
			$(this).each(function() {
				$(this).spSet('fps', fps);
			});
			return this;
		},
		spSpeed: function(speed) {
			$(this).each(function() {
				$(this).spSet('speed', speed);
			});
			return this;
		},
		spRelSpeed: function(speed) {
			$(this).each(function() {
				var rel_depth = $(this).spGet('depth') / 100;
				$(this).spSet('speed', speed * rel_depth);
			});
			return this;
		},
		spChangeDir: function(dir) {
			$(this).each(function() {
				$(this).spSet('dir', dir);
			});
			return this;
		},
		spState: function(n) {
			$(this).each(function() {
				// change state of a sprite, where state is the vertical
				// position of the background image (e.g. frames row)
				var yPos = ((n - 1) * $(this).height()) + 'px';
				var xPos = $._spritely.getBgX($(this));
				var bp = xPos + ' -' + yPos;
				$(this).css('background-position', bp);
			});
			return this;
		},
		lockTo: function(el, options) {
			$(this).each(function() {
				var el_id = $(this).attr('id');
				if (!$._spritely.instances[el_id]) {
					return this;
				}
				$._spritely.instances[el_id]['locked_el'] = $(this);
				$._spritely.instances[el_id]['lock_to'] = $(el);
				$._spritely.instances[el_id]['lock_to_options'] = options;
				window.setInterval(function() {
					if ($._spritely.instances[el_id]['lock_to']) {
						var locked_el = $._spritely.instances[el_id]['locked_el'];
						var locked_to_el = $._spritely.instances[el_id]['lock_to'];
						var locked_to_options = $._spritely.instances[el_id]['lock_to_options'];
						var locked_to_el_w = locked_to_options.bg_img_width;
						var locked_to_el_h = locked_to_el.height();
						var locked_to_el_y = $._spritely.getBgY(locked_to_el);
						var locked_to_el_x = $._spritely.getBgX(locked_to_el);
						var el_l = (parseInt(locked_to_el_x) + parseInt(locked_to_options['left']));
						var el_t = (parseInt(locked_to_el_y) + parseInt(locked_to_options['top']));
						el_l = $._spritely.get_rel_pos(el_l, locked_to_el_w);
						$(locked_el).css({
							'top': el_t + 'px',
							'left': el_l + 'px'
						});
					}
				}, options.interval || 20);
			});
			return this;
		},
		destroy: function() {
			var el = $(this);
			var el_id = $(this).attr('id');
			delete $._spritely.instances[el_id]
			return this;
		}
	})
})(jQuery);
// Stop IE6 re-loading background images continuously
try {
  document.execCommand("BackgroundImageCache", false, true);
} catch(err) {}


/*
 * jQuery One Page Nav Plugin
 * http://github.com/davist11/jQuery-One-Page-Nav
 *
 * Copyright (c) 2010 Trevor Davis (http://trevordavis.net)
 * Dual licensed under the MIT and GPL licenses.
 * Uses the same license as jQuery, see:
 * http://jquery.org/license
 *
 * @version 0.4
 *
 * Example usage:
 * $('#nav').onePageNav({
 *   currentClass: 'current',
 *   changeHash: false,
 *   scrollSpeed: 750
 * });
 */
;(function($) {
  $.fn.onePageNav = function(options) {
    var opts = $.extend({}, $.fn.onePageNav.defaults, options),
        onePageNav = {};
    
    onePageNav.sections = {};
    
    onePageNav.bindNav = function($el, $this, curClass, changeHash, scrollSpeed) {
      var $par = $el.parent(),
          newLoc = $el.attr('href'),
          $doc = $(document);

      if(!$par.hasClass(curClass)) {
        onePageNav.adjustNav($this, $par, curClass);
        $doc.unbind('.onePageNav');
        $.scrollTo(newLoc, scrollSpeed, {
          onAfter: function() {
            if(changeHash) {
              window.location.hash = newLoc;
            }
            $doc.bind('scroll.onePageNav', function() {
              onePageNav.scrollChange($this, curClass);
            });
          }
        });
      }
    };
    
    onePageNav.adjustNav = function($this, $el, curClass) {
      $this.find('.'+curClass).removeClass(curClass);
      $el.addClass(curClass);
    };
    
    onePageNav.getPositions = function($this) {
      $this.find('a').each(function() {
        var linkHref = $(this).attr('href'),
            divPos = $(linkHref).offset(),
            topPos = divPos.top;
        onePageNav.sections[linkHref.substr(1)] = Math.round(topPos);
      });
    };
    
    onePageNav.getSection = function(windowPos) {
      var returnValue = '',
          windowHeight = Math.round($(window).height() / 2);
      
      for(var section in onePageNav.sections) {
        if((onePageNav.sections[section] - windowHeight) < windowPos) {
          returnValue = section;
        }
      }
      return returnValue;
    };
    
    onePageNav.scrollChange = function($this, curClass) {
      onePageNav.getPositions($this);
      
      var windowTop = $(window).scrollTop(),
          position = onePageNav.getSection(windowTop);
      
      if(position !== '') {
        onePageNav.adjustNav($this,$this.find('a[href=#'+position+']').parent(), curClass);
      }
    };
    
    onePageNav.init = function($this, o) {
      $this.find('a').bind('click', function(e) {
        onePageNav.bindNav($(this), $this, o.currentClass, o.changeHash, o.scrollSpeed);
        e.preventDefault();
      });
    
      onePageNav.getPositions($this);

      var didScroll = false;
    
      $(document).bind('scroll.onePageNav', function() {
        didScroll = true;
      });

      setInterval(function() {
        if(didScroll) {
          didScroll = false;
          onePageNav.scrollChange($this, o.currentClass);
        }
      }, 250);
    };
    
    return this.each(function() {
      var $this = $(this),
          o = $.meta ? $.extend({}, opts, $this.data()) : opts;
      
      onePageNav.init($this, o);
    
    });
  };

  // default options
  $.fn.onePageNav.defaults = {
    currentClass: 'current',
    changeHash: false,
    scrollSpeed: 750
  };

})(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' ,'div'])!=-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,div');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,div'))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);




