/* SJS v0.1.7 alpha | GNU LGPL: http://www.gnu.org/licenses/ */
(function(f){var e=function(a){return e.isFunction(a)?window.ready(a):new window.Elements(a,window.Slick.search(window.document,a))};e.expand=function(a,c,e){if(c&&c.charAt){if(a[c]===f||a[c]===null)a[c]=e}else for(var i in c)if(c.hasOwnProperty(i)&&(a[i]===f||a[i]===null))a[i]=c[i];return a};e.expand(e,{Version:"0.1.6.3",Features:{Element:!!window.Element},Settings:{animationInterval:13,animationDefaults:{}},ajax:function(a,c,h,i,b){if(e.isString(a))return e.ajax({path:a,data:c,success:h,type:i,
method:b});var k;if(window.XMLHttpRequest)k=new window.XMLHttpRequest;else if(window.ActiveXObject)try{k=new window.ActiveXObject("Msxml2.XMLHTTP.6.0")}catch(s){try{k=new window.ActiveXObject("Msxml2.XMLHTTP.3.0")}catch(j){return false}}else return false;a=e.merge({data:"",method:a.data?"post":"get",type:"plain",thisObj:k},a);c=a.method==="get";k.onreadystatechange=function(){if(k.readyState==4){var b=k.status==200,c=k.responseText;a.type=="json"&&(c=c.jsonDecode());e.each([b?"success":"fail","callback"],
function(b){a[b]&&a[b].call(a.thisObj,c)})}};k.open(a.method,a.path+(c?"?"+e.serialize(a.data):""));k.setRequestHeader("X-Requested-With","XMLHttpRequest");k.send(c?null:e.serialize(a.data));return this},live:function(a,c,h){if(h){var i=c,c={};c[i]=h}e.each(c,function(b,k){window.document.bind(k,function(k){window.Element.prototype.match.call(k.target,a)&&b.call(k)})});return this},implement:function(a,c,h){return e.expand(a.prototype,c,h)},isString:function(a){return!(!a||!a.charAt)},isNumber:function(a){return!(!a||
!a.toFixed)},isBoolean:function(a){return a===true||a===false},isArray:function(a){return a.hasOwnProperty&&a.hasOwnProperty("length")&&!["string","function"].contains(typeof a)},isFunction:function(a){return typeof a==="function"},isNull:function(a){return a===f||a===null},toArray:function(a){return e.isArray(a)?a:[a]},each:function(a,c,e){var i=true;if(a.hasOwnProperty("length"))for(var b=0,k=a.length;b<k&&i!==false;b++)i=c.call(e||a,a[b],b,a);else for(b in a){if(i===false)break;a.hasOwnProperty(b)&&
(i=c.call(e||a,a[b],b,a))}return a},without:function(a,c){if(a.hasOwnProperty("length")){var h=[];e.each(a,function(a,b){b!==c&&h.push(a)});return h}else return delete a[c],a},merge:function(a,c,h){var i=a,b=arguments;if(e.isString(c)&&h!==f&&h!==null)i[c]=h;else for(var k=1,s=1;k<arguments.length;k++)for(s in b[k])b[k].hasOwnProperty(s)&&b[k][s]!==f&&b[k][s]!==null&&(i[s]=b[k][s]);return i},rgb2hex:function(a){var c="#";e.each(["r","g","b"],function(a){var e=e[a].toString(16);c+=e.length==1?"0"+
e:e},a);return c},serialize:function(a){if(e.isString(a))return a;var c="",h=0;e.each(a,function(a,b){h++&&(c+="&");c+=b+"="+escape(a)});return c}});window.g=function(a){var a=e.isString(a)?window.document.getElementById(a):a,c;if(!e.Features.Element)for(c in window.Element.prototype)window.Element.prototype.hasOwnProperty(c)&&!(c in a)&&(a[c]=window.Element.prototype[c]);return a};if(!e.Features.Element)window.Element={};if(!window.Element.prototype)window.Element.prototype={};e.each(["get","post"],
function(a){e.expand(e,a,function(c,h,i,b){return e.ajax(e.isString(c)?{path:c,data:h,success:i,type:b,method:a}:e.merge({method:a},c))});e.implement(window.Element,a,function(c,h,i,b){return e.ajax(e.isString(c)?{path:c,data:h,success:i,type:b,method:a,thisObj:this}:e.merge({method:a,thisObj:this},c))})});e.implement(window.Element,{ajax:function(a,c,h,i,b){return e.ajax(e.isString(a)?{path:a,data:c,success:h,type:i,method:b,thisObj:this}:e.merge({thisObj:this},a))},load:function(a,c,h,i,b){return e.ajax(e.isString(a)?
{path:a,data:c,success:function(b){this.innerHTML=b},type:i,method:b,thisObj:this}:e.merge({success:function(b){this.innerHTML=b},thisObj:this},a))}});window.Elements=e.Features.Element?function(a,c){this.query=a;this.length=0;c&&c.length&&Array.prototype.splice.apply(this,[0,0].concat(c))}:function(a,c){for(var e=0,i=c?c.length:0,b;e<i;e++)for(b in this[e]=c[e],window.Element.prototype)this[e][b]=window.Element.prototype[b];this.query=a;this.length=e};e.implement(window.Elements,{push:e.Features.Element?
function(a){this[this.length++]=a}:function(a){var c=this.length;this[c]=a;for(var e in window.Element.prototype)e in this[c]||(this[c][e]=window.Element.prototype[e]);this.length++},sort:Array.prototype.sort,_:function(a){var c=new window.Elements(this.query+" "+a);e.each(this,function(e){c=Slick.search(e,a,c)});return c},live:function(a,c){_.live(this.query,a,c);return this}});e.expand(window.Elements,{implementBoth:function(a,c){c||(c=0);e.each(e.toArray(a),function(a){e.implement(window.Elements,
a,function(){var i=arguments;return i.length>c?e.each(this,function(b){window.Element.prototype[a].apply(b,i)}):window.Element.prototype[a].apply(this[0],i)})})},implementEach:function(){e.each(arguments,function(a){e.implement(window.Elements,a,function(){var c=arguments;return e.each(this,function(e){window.Element.prototype[a].apply(e,c)})})})}});e.implement(window.Array,{contains:function(a){for(var c=false,e=0,i=this.length;e<i;e++)if(this[e]==a){c=true;break}return c},containsKey:function(a){return a<
this.length}});window.Elements.implementBoth(["html","text"]);window.Elements.implementBoth("css",1);window.Elements.implementEach("prepend","append","prependText","appendText","before","after","animate","ajax","get","post","load","bind");e.implement(window.Element,"bind",function(a,c){switch(a){case "ready":NW.Event.contentLoaded(this,c,this);break;case "change":case "dblclick":NW.Event.appendHandler(this,a,c,false);break;default:NW.Event.appendListener(this,a,c,false)}return this});window.bind=
window.document.bind=function(a,c){Element.prototype.bind.call(this,a,c);return this};e.each("ready,load,mousedown,mouseup,click,dblclick,contextmenu,mousemove,keydown,keyup,keypress,change".split(","),function(a){e.implement(window.Element,a,window[a]=window.document[a]=function(c){return this.bind(a,c)});window.Elements.implementEach(a)});e.implement(window.Element,{_:function(a){var c=(this.query||(this.id?"#"+this.id:this.nodeName.toLowerCase()))+" "+a,c=new window.Elements(c);Slick.search(this,
a,c);return c},html:function(a){if(e.isNull(a))return this.innerHTML;this.innerHTML=a;return this},prepend:function(a){this.innerHTML=a+this.innerHTML;return this},append:function(a){this.innerHTML+=a;return this},text:function(a){return a?this.html(a.htmlSpecialChars()):this.innerHTML.stripHTML()},prependText:function(a){return this.prepend(a.htmlSpecialChars())},appendText:function(a){return this.append(a.htmlSpecialChars())},before:function(a){this.parent().insertBefore(a.toElement(),this);return this},
after:function(a){var c=a.toElement();this.parent().insertBefore(a.toElement(),this.next());return c},val:function(a){if(this.match("select"))if(a)e.each(this.e("option"),function(c){c.selected=c.value==a});else{var c;this.multiple&&(c=[]);e.each(this._("option"),function(a){if(this.multiple)a.selected&&c.push(a.value);else if(!c&&a.selected)c=a.value},this);return c}else{if(!a)return this.value;this.value=a;return this}},computedStyle:function(){return document.defaultView&&document.defaultView.getComputedStyle?
function(a){(a=document.defaultView.getComputedStyle(this,null).getPropertyValue(a.caps2dashes()))&&a.match(/rgb\(\d+,\s?\d+,\s?\d+\)/)&&(a=a.replace(/rgb\((\d+),\s?(\d+),\s?(\d+)\)/,"{r:$1,g:$2,b:$3}").jsonDecode());return a}:function(a){var c=this.currentStyle[a];c&&e.isString(c)&&c.match(/#[a-z0-9]{3,6}/i)&&(c=e.hex2rgb(c));if(e.isNull(c)||c==="auto")switch(a){case "width":return this.offsetWidth;case "height":return this.offsetHeight;case "opacity":return 0}return c}}(),chain:function(a){var c=
this,f=e.without(arguments,0),i=function(){a.apply(c,f)};e.isString(a)&&(a=c[a]);l.length||this.fnChain.length?this.fnChain.push(i):setTimeout(i);return this},fnChain:[],animations:false,match:function(a){return Slick.match(this,a)},css:function(a,c){if(e.isNull(c))return this.style[a];this.style[a]=e.isNumber(c)?c+"px":c;return this},parent:function(){return g(this.parentNode)},prev:function(){return this._("!+ *")[0]},next:function(){return this._("+ *")[0]}});e.implement(window.String,{substringAfter:function(a,
c){return!a?this:e.isNumber(a)?this.substring(a+1,c):this.substring(this.indexOf(a)+a.length,c)},htmlSpecialChars:function(){return this.replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/>/g,"&gt;")},caps2dashes:function(){return this.replace(/[A-Z][a-z]/g,"-$&").toLowerCase()},hex2rgb:function(){var a=this.charAt(0)=="#"?this.substr(1):this;a.length==3&&(a=a.replace(/(.)(.)(.)/,"$1$1$2$2$3$3"));return{r:parseInt(a.substr(0,2),16),g:parseInt(a.substr(2,2),16),b:parseInt(a.substr(4,2),16)}},jsonEncode:function(){},
jsonDecode:function(){return eval("("+this+")")},insert:function(a){var c=this;e.each(a,function(a,e){c=c.replace(RegExp("([^$])(\\$"+e+")","gi"),"$1"+a)},this);return c},toElement:function(){var a=document.createElement("div"),c;a.innerHTML=this;c=g(a)._("> *");return c.length===1?c[0]:a}});e.implement(window.Element,{animate:function(a,c,f,i,b){if(e.isArray(a))return e.each(a,function(a){this.animate(a,c,f,i,b)},this),this;else if(e.isString(a))return this.animate({prop:a,to:c,duration:f,easing:i,
callback:b});e.each(arguments,function(b){var b=e.merge({type:"unit",duration:400,easing:"swing",start:new Date,element:this},e.Settings.animationDefaults,b),a;switch(b.duration){case "fast":b.duration=200;break;case "normal":b.duration=400;break;case "slow":b.duration=600}if(!b.from)b.from=this.computedStyle(b.prop);if(b.to=="auto"){this.css(b.prop,"");if(b.prop=="height"&&parseFloat(this.css("width")||1)===0)a=true,this.css("width","");b.to=this.computedStyle(b.prop);a&&this.css("width",0);this.css(b.prop,
b.from)}if(b.prop=="opacity")b.type="opacity",b.from=b.from?parseFloat(b.from):1;else if(b.type=="unit"&&e.isString(b.to)&&b.to.charAt(0)=="#"){if(b.type="color",!b.rgb)b.rgb=b.to.hex2rgb()}else b.toUnit=(b.to.toString().match(/[\d\.]+([a-z]+|%)/)||["","px"])[1],b.to=parseFloat(b.to),b.from?b.fromUnit=(b.from.toString().match(/[\d\.]+([a-z]+|%)/)||["","px"])[1]:b.from=0,b.from=b.toUnit=="%"?100:parseFloat(b.from)||0;l.push(b);u||(u=true,animationsInterval=setInterval(r,e.Settings.animationInterval))},
this);return this},hide:function(a,c,e){return this.css("overflow","hidden").animate(["width","height","opacity"],0,a,c,e).chain("css","display","none")},show:function(){return this.hide(0).chain(function(){this.css("display","").animate(["width","height"],"auto").animate("opacity",1)})}});var q={linear:function(a){return a},swing:function(a){return Math.cos(a*Math.PI)*-0.5+0.5}},l=[],u=false,r=function(){l.length||(u=false,clearInterval(animationsInterval));e.each(l,function(a,c){var f=new Date-
a.start;if(f>a.duration)f=a.duration;var i=a.duration?q[a.easing](f/a.duration):1;switch(a.type){case "unit":a.element.style[a.prop]=Math.round(i*(a.to-a.from)+a.from)+a.toUnit;break;case "color":var b={};e.each(["r","g","b"],function(k){b[k]=Math.round(i*(a.rgb[k]-a.from[k])+a.from[k])});a.element.style[a.prop]=e.rgb2hex(b);break;case "opacity":f=i*(a.to-a.from)+a.from,a.element.style.opacity=f,a.element.style.filter="alpha(opacity="+f*100+")"}if(i>=1){l=e.without(l,c);for(a.callback&&a.callback.call(a.element);!a.element.animations.length&&
a.element.fnChain.length;)a.element.fnChain[0](),a.element.fnChain=e.without(a.element.fnChain,0);return false}})};window.SJS=e;if(!window._)window._=e})();
(function(){function f(b,a,j,s,f,m,o,h,r,J,p,v,z,A,t,x){if(a||q===-1)if(e.expressions[++q]=[],l=-1,a)return"";if(j||s||l===-1){j=j||" ";b=e.expressions[q];if(u&&b[l])b[l].reverseCombinator=i(j);b[++l]={combinator:j,tag:"*"}}j=e.expressions[q][l];if(f)j.tag=f.replace(c,"");else if(m)j.id=m.replace(c,"");else if(o){o=o.replace(c,"");if(!j.classList)j.classList=[];if(!j.classes)j.classes=[];j.classList.push(o);j.classes.push({value:o,regexp:RegExp("(^|\\s)"+k(o)+"(\\s|$)")})}else if(z){x=(x=x||t)?x.replace(c,
""):null;if(!j.pseudos)j.pseudos=[];j.pseudos.push({key:z.replace(c,""),value:x,type:v.length==1?"class":"element"})}else if(h){var h=h.replace(c,""),p=(p||"").replace(c,""),w,C;switch(r){case "^=":C=RegExp("^"+k(p));break;case "$=":C=RegExp(k(p)+"$");break;case "~=":C=RegExp("(^|\\s)"+k(p)+"(\\s|$)");break;case "|=":C=RegExp("^"+k(p)+"(-|$)");break;case "=":w=function(b){return p==b};break;case "*=":w=function(b){return b&&b.indexOf(p)>-1};break;case "!=":w=function(b){return p!=b};break;default:w=
function(b){return!!b}}p==""&&/^[*$^]=$/.test(r)&&(w=function(){return false});w||(w=function(b){return b&&C.test(b)});if(!j.attributes)j.attributes=[];j.attributes.push({key:h,operator:r,value:p,test:w})}return""}var e,q,l,u,r={},a={},c=/\\/g,h=function(k,c){if(k==null)return null;if(k.Slick===true)return k;var k=(""+k).replace(/^\s+|\s+$/g,""),j=(u=!!c)?a:r;if(j[k])return j[k];e={Slick:true,expressions:[],raw:k,reverse:function(){return h(this.raw,true)}};for(q=-1;k!=(k=k.replace(s,f)););e.length=
e.expressions.length;return j[e.raw]=u?b(e):e},i=function(b){return b==="!"?" ":b===" "?"!":/^!/.test(b)?b.replace(/^!/,""):"!"+b},b=function(b){for(var a=b.expressions,k=0;k<a.length;k++){for(var c=a[k],j={parts:[],tag:"*",combinator:i(c[0].combinator)},e=0;e<c.length;e++){var s=c[e];if(!s.reverseCombinator)s.reverseCombinator=" ";s.combinator=s.reverseCombinator;delete s.reverseCombinator}c.reverse().push(j)}return b},k=function(b){return b.replace(/[-[\]{}()*+?.\\^$|,#\s]/g,function(b){return"\\"+
b})},s=RegExp("^(?:\\s*(,)\\s*|\\s*(<combinator>+)\\s*|(\\s+)|(<unicode>+|\\*)|\\#(<unicode>+)|\\.(<unicode>+)|\\[\\s*(<unicode1>+)(?:\\s*([*^$!~|]?=)(?:\\s*(?:([\"']?)(.*?)\\9)))?\\s*\\](?!\\])|(:+)(<unicode>+)(?:\\((?:(?:([\"'])([^\\13]*)\\13)|((?:\\([^)]+\\)|[^()]*)+))\\))?)".replace(/<combinator>/,"["+k(">+~`!@$%^&={}\\;</")+"]").replace(/<unicode>/g,"(?:[\\w\\u00a1-\\uFFFF-]|\\\\[^\\s0-9a-f])").replace(/<unicode1>/g,"(?:[:\\w\\u00a1-\\uFFFF-]|\\\\[^\\s0-9a-f])")),j=this.Slick||{};j.parse=function(b){return h(b)};
j.escapeRegExp=k;if(!this.Slick)this.Slick=j}).apply(typeof exports!="undefined"?exports:this);
(function(){var f={},e={},q=Object.prototype.toString;f.isNativeCode=function(b){return/\{\s*\[native code\]\s*\}/.test(""+b)};f.isXML=function(b){return!!b.xmlVersion||!!b.xml||q.call(b)=="[object XMLDocument]"||b.nodeType==9&&b.documentElement.nodeName!="HTML"};f.setDocument=function(b){var a=b.nodeType;if(a!=9)if(a)b=b.ownerDocument;else if(b.navigator)b=b.document;else return;if(this.document!==b){this.document=b;var a=b.documentElement,c=this.getUIDXML(a),j=e[c],D;if(!j){j=e[c]={};j.root=a;j.isXMLDocument=
this.isXML(b);j.brokenStarGEBTN=j.starSelectsClosedQSA=j.idGetsName=j.brokenMixedCaseQSA=j.brokenGEBCN=j.brokenCheckedQSA=j.brokenEmptyAttributeQSA=j.isHTMLDocument=j.nativeMatchesSelector=false;var F,n,f,i,m,o=b.createElement("div"),h=b.body||b.getElementsByTagName("body")[0]||a;h.appendChild(o);try{o.innerHTML='<a id="slick_uniqueid"></a>',j.isHTMLDocument=!!b.getElementById("slick_uniqueid")}catch(l){}if(j.isHTMLDocument){o.style.display="none";o.appendChild(b.createComment(""));c=o.getElementsByTagName("*").length>
1;try{o.innerHTML="foo</foo>",F=(m=o.getElementsByTagName("*"))&&!!m.length&&m[0].nodeName.charAt(0)=="/"}catch(r){}j.brokenStarGEBTN=c||F;try{o.innerHTML='<a name="slick_uniqueid"></a><b id="slick_uniqueid"></b>',j.idGetsName=b.getElementById("slick_uniqueid")===o.firstChild}catch(p){}if(o.getElementsByClassName){try{o.innerHTML='<a class="f"></a><a class="b"></a>',o.getElementsByClassName("b"),o.firstChild.className="b",f=o.getElementsByClassName("b").length!=2}catch(q){}try{o.innerHTML='<a class="a"></a><a class="f b a"></a>',
n=o.getElementsByClassName("a").length!=2}catch(u){}j.brokenGEBCN=f||n}if(o.querySelectorAll){try{o.innerHTML="foo</foo>",m=o.querySelectorAll("*"),j.starSelectsClosedQSA=m&&!!m.length&&m[0].nodeName.charAt(0)=="/"}catch(A){}try{o.innerHTML='<a class="MiX"></a>',j.brokenMixedCaseQSA=!o.querySelectorAll(".MiX").length}catch(t){}try{o.innerHTML='<select><option selected="selected">a</option></select>',j.brokenCheckedQSA=o.querySelectorAll(":checked").length==0}catch(x){}try{o.innerHTML='<a class=""></a>',
j.brokenEmptyAttributeQSA=o.querySelectorAll('[class*=""]').length!=0}catch(w){}}try{o.innerHTML='<form action="s"><input id="action"/></form>',i=o.firstChild.getAttribute("action")!="s"}catch(C){}j.nativeMatchesSelector=a.matchesSelector||a.mozMatchesSelector||a.webkitMatchesSelector;if(j.nativeMatchesSelector)try{j.nativeMatchesSelector.call(a,":slick"),j.nativeMatchesSelector=null}catch(K){}}try{a.slick_expando=1,delete a.slick_expando,j.getUID=this.getUIDHTML}catch(L){j.getUID=this.getUIDXML}h.removeChild(o);
o=m=h=null;j.getAttribute=j.isHTMLDocument&&i?function(b,a){var k=this.attributeGetters[a];return k?k.call(b):(k=b.getAttributeNode(a))?k.nodeValue:null}:function(b,a){var k=this.attributeGetters[a];return k?k.call(b):b.getAttribute(a)};j.hasAttribute=a&&this.isNativeCode(a.hasAttribute)?function(b,a){return b.hasAttribute(a)}:function(b,a){b=b.getAttributeNode(a);return!(!b||!b.specified&&!b.nodeValue)};j.contains=a&&this.isNativeCode(a.contains)?function(b,a){return b.contains(a)}:a&&a.compareDocumentPosition?
function(b,a){return b===a||!!(b.compareDocumentPosition(a)&16)}:function(b,a){if(a){do if(a===b)return true;while(a=a.parentNode)}return false};j.documentSorter=a.compareDocumentPosition?function(b,a){return!b.compareDocumentPosition||!a.compareDocumentPosition?0:b.compareDocumentPosition(a)&4?-1:b===a?0:1}:"sourceIndex"in a?function(b,a){return!b.sourceIndex||!a.sourceIndex?0:b.sourceIndex-a.sourceIndex}:b.createRange?function(b,a){if(!b.ownerDocument||!a.ownerDocument)return 0;var k=b.ownerDocument.createRange(),
c=a.ownerDocument.createRange();k.setStart(b,0);k.setEnd(b,0);c.setStart(a,0);c.setEnd(a,0);return k.compareBoundaryPoints(Range.START_TO_END,c)}:null;a=null}for(D in j)this[D]=j[D]}};var l=/^([#.]?)((?:[\w-]+|\*))$/,u=/\[.+[*$^]=(?:""|'')?\]/,r={};f.search=function(b,a,c,j){var e=this.found=j?null:c||[];if(b)if(b.navigator)b=b.document;else{if(!b.nodeType)return e}else return e;var f,n,y=this.uniques={},c=!(!c||!c.length),h=b.nodeType==9;this.document!==(h?b:b.ownerDocument)&&this.setDocument(b);
if(c)for(n=e.length;n--;)y[this.getUID(e[n])]=true;if(typeof a=="string"){var m=a.match(l);a:if(m){n=m[1];var o=m[2];if(n)if(n=="#"){if(!this.isHTMLDocument||!h)break a;m=b.getElementById(o);if(!m)return e;if(this.idGetsName&&m.getAttributeNode("id").nodeValue!=o)break a;if(j)return m||null;(!c||!y[this.getUID(m)])&&e.push(m)}else{if(n=="."){if(!this.isHTMLDocument||(!b.getElementsByClassName||this.brokenGEBCN)&&b.querySelectorAll)break a;if(b.getElementsByClassName&&!this.brokenGEBCN){f=b.getElementsByClassName(o);
if(j)return f[0]||null;for(n=0;m=f[n++];)(!c||!y[this.getUID(m)])&&e.push(m)}else{var q=RegExp("(^|\\s)"+i.escapeRegExp(o)+"(\\s|$)");f=b.getElementsByTagName("*");for(n=0;m=f[n++];)if((className=m.className)&&q.test(className)){if(j)return m;(!c||!y[this.getUID(m)])&&e.push(m)}}}}else{if(o=="*"&&this.brokenStarGEBTN)break a;f=b.getElementsByTagName(o);if(j)return f[0]||null;for(n=0;m=f[n++];)(!c||!y[this.getUID(m)])&&e.push(m)}c&&this.sort(e);return j?null:e}a:if(b.querySelectorAll&&this.isHTMLDocument&&
!r[a]&&!this.brokenMixedCaseQSA&&!(this.brokenCheckedQSA&&a.indexOf(":checked")>-1||this.brokenEmptyAttributeQSA&&u.test(a)||!h&&a.indexOf(",")>-1||i.disableQSA)){n=a;m=b;if(!h){var B=m.getAttribute("id");m.setAttribute("id","slickid__");n="#slickid__ "+n;b=m.parentNode}try{if(j)return b.querySelector(n)||null;else f=b.querySelectorAll(n)}catch(J){r[a]=1;break a}finally{h||(B?m.setAttribute("id",B):m.removeAttribute("id"),b=m)}if(this.starSelectsClosedQSA)for(n=0;m=f[n++];)m.nodeName>"@"&&(!c||!y[this.getUID(m)])&&
e.push(m);else for(n=0;m=f[n++];)(!c||!y[this.getUID(m)])&&e.push(m);c&&this.sort(e);return e}f=this.Slick.parse(a);if(!f.length)return e}else if(a==null)return e;else if(a.Slick)f=a;else{if(this.contains(b.documentElement||b,a))e?e.push(a):e=a;return e}this.posNTH={};this.posNTHLast={};this.posNTHType={};this.posNTHTypeLast={};this.push=!c&&(j||f.length==1&&f.expressions[0].length==1)?this.pushArray:this.pushUID;e==null&&(e=[]);var p,v,z,A,t,x,w=f.expressions;n=0;a:for(;x=w[n];n++)for(a=0;t=x[a];a++){B=
"combinator:"+t.combinator;if(!this[B])continue a;h=this.isXMLDocument?t.tag:t.tag.toUpperCase();m=t.id;o=t.classList;z=t.classes;A=t.attributes;t=t.pseudos;p=a===x.length-1;this.bitUniques={};p?(this.uniques=y,this.found=e):(this.uniques={},this.found=[]);if(a===0){if(this[B](b,h,m,z,A,t,o),j&&p&&e.length)break a}else if(j&&p)for(p=0,v=q.length;p<v;p++){if(this[B](q[p],h,m,z,A,t,o),e.length)break a}else for(p=0,v=q.length;p<v;p++)this[B](q[p],h,m,z,A,t,o);q=this.found}(c||f.expressions.length>1)&&
this.sort(e);return j?e[0]||null:e};f.uidx=1;f.uidk="slick-uniqueid";f.getUIDXML=function(b){var a=b.getAttribute(this.uidk);a||(a=this.uidx++,b.setAttribute(this.uidk,a));return a};f.getUIDHTML=function(b){return b.uniqueNumber||(b.uniqueNumber=this.uidx++)};f.sort=function(b){if(!this.documentSorter)return b;b.sort(this.documentSorter);return b};f.cacheNTH={};f.matchNTH=/^([+-]?\d*)?([a-z]+)?([+-]\d+)?$/;f.parseNTHArgument=function(b){var a=b.match(this.matchNTH);if(!a)return false;var c=a[2]||
false,e=a[1]||1;e=="-"&&(e=-1);a=+a[3]||0;a=c=="n"?{a:e,b:a}:c=="odd"?{a:2,b:1}:c=="even"?{a:2,b:0}:{a:0,b:e};return this.cacheNTH[b]=a};f.createNTHPseudo=function(b,a,c,e){return function(f,i){var n=this.getUID(f);if(!this[c][n]){var h=f.parentNode;if(!h)return false;var h=h[b],l=1;if(e){var m=f.nodeName;do h.nodeName==m&&(this[c][this.getUID(h)]=l++);while(h=h[a])}else{do h.nodeType==1&&(this[c][this.getUID(h)]=l++);while(h=h[a])}}i=i||"n";l=this.cacheNTH[i]||this.parseNTHArgument(i);if(!l)return false;
h=l.a;l=l.b;n=this[c][n];if(h==0)return l==n;if(h>0){if(n<l)return false}else if(l<n)return false;return(n-l)%h==0}};f.pushArray=function(b,a,c,e,f,i){this.matchSelector(b,a,c,e,f,i)&&this.found.push(b)};f.pushUID=function(b,a,c,e,f,i){var n=this.getUID(b);!this.uniques[n]&&this.matchSelector(b,a,c,e,f,i)&&(this.uniques[n]=true,this.found.push(b))};f.matchNode=function(b,a){if(this.isHTMLDocument&&this.nativeMatchesSelector)try{return this.nativeMatchesSelector.call(b,a.replace(/\[([^=]+)=\s*([^'"\]]+?)\s*\]/g,
'[$1="$2"]'))}catch(c){}var e=this.Slick.parse(a);if(!e)return true;var f=e.expressions,i=0,n;for(n=0;currentExpression=f[n];n++)if(currentExpression.length==1){var h=currentExpression[0];if(this.matchSelector(b,this.isXMLDocument?h.tag:h.tag.toUpperCase(),h.id,h.classes,h.attributes,h.pseudos))return true;i++}if(i==e.length)return false;e=this.search(this.document,e);for(n=0;f=e[n++];)if(f===b)return true;return false};f.matchPseudo=function(b,a,c){var e="pseudo:"+a;if(this[e])return this[e](b,c);
b=this.getAttribute(b,a);return c?c==b:!!b};f.matchSelector=function(b,a,c,e,f,i){if(a){var h=this.isXMLDocument?b.nodeName:b.nodeName.toUpperCase();if(a=="*"){if(h<"@")return false}else if(h!=a)return false}if(c&&b.getAttribute("id")!=c)return false;if(e)for(a=e.length;a--;)if(c=b.getAttribute("class")||b.className,!c||!e[a].regexp.test(c))return false;if(f)for(a=f.length;a--;)if(e=f[a],e.operator?!e.test(this.getAttribute(b,e.key)):!this.hasAttribute(b,e.key))return false;if(i)for(a=i.length;a--;)if(e=
i[a],!this.matchPseudo(b,e.key,e.value))return false;return true};var a={" ":function(b,a,c,e,f,i,h){var l;if(this.isHTMLDocument){a:if(c){l=this.document.getElementById(c);if(!l&&b.all||this.idGetsName&&l&&l.getAttributeNode("id").nodeValue!=c){h=b.all[c];if(!h)return;h[0]||(h=[h]);for(b=0;l=h[b++];){var q=l.getAttributeNode("id");if(q&&q.nodeValue==c){this.push(l,a,null,e,f,i);break}}return}if(l){if(this.document!==b&&!this.contains(b,l))return}else if(this.contains(this.root,b))return;else break a;
this.push(l,a,null,e,f,i);return}if(e&&b.getElementsByClassName&&!this.brokenGEBCN&&(h=b.getElementsByClassName(h.join(" ")))&&h.length){for(b=0;l=h[b++];)this.push(l,a,c,null,f,i);return}}if((h=b.getElementsByTagName(a))&&h.length){this.brokenStarGEBTN||(a=null);for(b=0;l=h[b++];)this.push(l,a,c,e,f,i)}},">":function(b,a,c,e,f,h){if(b=b.firstChild){do b.nodeType==1&&this.push(b,a,c,e,f,h);while(b=b.nextSibling)}},"+":function(b,a,c,e,f,h){for(;b=b.nextSibling;)if(b.nodeType==1){this.push(b,a,c,e,
f,h);break}},"^":function(b,a,c,e,f,h){if(b=b.firstChild)if(b.nodeType==1)this.push(b,a,c,e,f,h);else this["combinator:+"](b,a,c,e,f,h)},"~":function(b,a,c,e,f,h){for(;b=b.nextSibling;)if(b.nodeType==1){var i=this.getUID(b);if(this.bitUniques[i])break;this.bitUniques[i]=true;this.push(b,a,c,e,f,h)}},"++":function(b,a,c,e,f,h){this["combinator:+"](b,a,c,e,f,h);this["combinator:!+"](b,a,c,e,f,h)},"~~":function(b,a,c,e,f,h){this["combinator:~"](b,a,c,e,f,h);this["combinator:!~"](b,a,c,e,f,h)},"!":function(a,
c,e,f,h,i){for(;a=a.parentNode;)a!==this.document&&this.push(a,c,e,f,h,i)},"!>":function(a,c,e,f,h,i){a=a.parentNode;a!==this.document&&this.push(a,c,e,f,h,i)},"!+":function(a,c,e,f,h,i){for(;a=a.previousSibling;)if(a.nodeType==1){this.push(a,c,e,f,h,i);break}},"!^":function(a,c,e,f,h,i){if(a=a.lastChild)if(a.nodeType==1)this.push(a,c,e,f,h,i);else this["combinator:!+"](a,c,e,f,h,i)},"!~":function(a,c,e,f,h,i){for(;a=a.previousSibling;)if(a.nodeType==1){var l=this.getUID(a);if(this.bitUniques[l])break;
this.bitUniques[l]=true;this.push(a,c,e,f,h,i)}}},c;for(c in a)f["combinator:"+c]=a[c];var a={empty:function(a){var c=a.firstChild;return!(c&&c.nodeType==1)&&!(a.innerText||a.textContent||"").length},not:function(a,c){return!this.matchNode(a,c)},contains:function(a,c){return(a.innerText||a.textContent||"").indexOf(c)>-1},"first-child":function(a){for(;a=a.previousSibling;)if(a.nodeType==1)return false;return true},"last-child":function(a){for(;a=a.nextSibling;)if(a.nodeType==1)return false;return true},
"only-child":function(a){for(var c=a;c=c.previousSibling;)if(c.nodeType==1)return false;for(;a=a.nextSibling;)if(a.nodeType==1)return false;return true},"nth-child":f.createNTHPseudo("firstChild","nextSibling","posNTH"),"nth-last-child":f.createNTHPseudo("lastChild","previousSibling","posNTHLast"),"nth-of-type":f.createNTHPseudo("firstChild","nextSibling","posNTHType",true),"nth-last-of-type":f.createNTHPseudo("lastChild","previousSibling","posNTHTypeLast",true),index:function(a,c){return this["pseudo:nth-child"](a,
""+c+1)},even:function(a){return this["pseudo:nth-child"](a,"2n")},odd:function(a){return this["pseudo:nth-child"](a,"2n+1")},"first-of-type":function(a){for(var c=a.nodeName;a=a.previousSibling;)if(a.nodeName==c)return false;return true},"last-of-type":function(a){for(var c=a.nodeName;a=a.nextSibling;)if(a.nodeName==c)return false;return true},"only-of-type":function(a){for(var c=a,e=a.nodeName;c=c.previousSibling;)if(c.nodeName==e)return false;for(;a=a.nextSibling;)if(a.nodeName==e)return false;
return true},enabled:function(a){return!a.disabled},disabled:function(a){return a.disabled},checked:function(a){return a.checked||a.selected},focus:function(a){return this.isHTMLDocument&&this.document.activeElement===a&&(a.href||a.type||this.hasAttribute(a,"tabindex"))},root:function(a){return a===this.root},selected:function(a){return a.selected}},h;for(h in a)f["pseudo:"+h]=a[h];h=f.attributeGetters={"class":function(){return this.getAttribute("class")||this.className},"for":function(){return"htmlFor"in
this?this.htmlFor:this.getAttribute("for")},href:function(){return"href"in this?this.getAttribute("href",2):this.getAttribute("href")},style:function(){return this.style?this.style.cssText:this.getAttribute("style")},tabindex:function(){var a=this.getAttributeNode("tabindex");return a&&a.specified?a.nodeValue:null},type:function(){return this.getAttribute("type")},maxlength:function(){var a=this.getAttributeNode("maxLength");return a&&a.specified?a.nodeValue:null}};h.MAXLENGTH=h.maxLength=h.maxlength;
var i=f.Slick=this.Slick||{};i.version="1.1.6";i.search=function(a,c,e){return f.search(a,c,e)};i.find=function(a,c){return f.search(a,c,null,true)};i.contains=function(a,c){f.setDocument(a);return f.contains(a,c)};i.getAttribute=function(a,c){f.setDocument(a);return f.getAttribute(a,c)};i.hasAttribute=function(a,c){f.setDocument(a);return f.hasAttribute(a,c)};i.match=function(a,c){if(!a||!c)return false;if(!c||c===a)return true;f.setDocument(a);return f.matchNode(a,c)};i.defineAttributeGetter=function(a,
c){f.attributeGetters[a]=c;return this};i.lookupAttributeGetter=function(a){return f.attributeGetters[a]};i.definePseudo=function(a,c){f["pseudo:"+a]=function(a,b){return c.call(a,b)};return this};i.lookupPseudo=function(a){var c=f["pseudo:"+a];return c?function(a){return c.call(this,a)}:null};i.override=function(a,c){f.override(a,c);return this};i.isXML=f.isXML;i.uidOf=function(a){return f.getUIDHTML(a)};if(!this.Slick)this.Slick=i}).apply(typeof exports!="undefined"?exports:this);
window.NW||(window.NW={});
NW.Event=function(f){var e={},q={},l={},u={},r=f.document,a=r.documentElement,c=function(){return{items:[],calls:[],parms:[],wraps:[]}},h="activeElement"in r?function(){try{return r.activeElement=null,null===r.activeElement}catch(a){return false}}:true,i=function(){var a=(f.open+"").replace(/open/g,"");return function(b,c){var e=b?b[c]:false;return!(!e||!(typeof e!="string"&&a===(e+"").replace(RegExp(c,"g"),"")))}}(),b=a.addEventListener&&a.removeEventListener?true:false,k=a.attachEvent&&a.detachEvent?
true:false,s="parentWindow"in top.document?function(a){return a.parentWindow||window}:"defaultView"in top.document&&top===top.document.defaultView?function(a){return a.defaultView||window}:function(a){if(!(window.frames.length===0&&top.document===a))for(var b in top.frames)if(top.frames[b].document===a)return top.frames[b];return top},j=function(a,b,c){b||(b=s(a.ownerDocument||a.document||a).event);b.currentTarget=a;b.target=b.srcElement||a;b.preventDefault=D;b.stopPropagation=F;b.eventPhase=c?1:
3;b.relatedTarget=b[(b.target==b.fromElement?"to":"from")+"Element"];b.timeStamp=+new Date;return b},D=function(){this.returnValue=false},F=function(){this.cancelBubble=true},n=function(a,b,c,e,f){var h,i,j=false;if(a[c]&&a[c].items)for(h=0,i=a[c].items.length;i>h;h++)if(a[c].items[h]===b&&a[c].calls[h]===e&&a[c].parms[h]===f){j=h;break}return j},y=function(a,b,c){var e,f,h,i=[];b||(b="*");a||(a="*");c||(c=l);for(e in c)if(b.indexOf(e)>-1||b=="*")for(f=0,h=c[e].items.length;f<h;f++)(c[e].items[f]===
a||a=="*")&&i.push(c[e].calls[f]);return i},H=function(a){var b,c,e=true,f,h,i,j;b=a.type;var k;if(l[b]&&l[b].items){j=a.eventPhase;if(!a.propagated&&C[b])return a.preventDefault?a.preventDefault():a.returnValue=false,true;if(j!==2&&a.target===this)j=a.eventPhase=2;f=l[b].items.slice();h=l[b].calls.slice();i=l[b].parms.slice();for(b=0,c=f.length;c>b;b++){k=false;if(f[b]===this)switch(j){case 1:if(!a.propagated||i[b]===true)k=true;break;case 3:i[b]===false&&(k=true);break;case 2:if(!a.propagated||
i[b]===true)k=true;break;default:k=true}if(k&&(e=h[b].call(this,a))===false)break}}return e},m=function(a){var b,c,e,f,h,i=true;b=a.type;if(q[b]&&q[b].items){e=q[b].items.slice();f=q[b].calls.slice();q[b].parms.slice();b=0;c=e.length;a:for(;c>b;b++)for(h=a.target;h&&h!=this;){if(NW.Dom.match(h,e[b])&&f[b].call(h,a)===false){i=false;break a}h=h.parentNode}}return i},o=function(a,b,e,f,h){a[e]&&a[e].items||(a[e]=new c);a[e].items.push(b);a[e].calls.push(f);a[e].parms.push(h)},I=function(a,b,c){a[b].items.splice(c,
1);a[b].calls.splice(c,1);a[b].parms.splice(c,1)},B=b?function(a,b,c,e){a.addEventListener(b,c,e||false)}:k?function(a,b,c,f){var h=e[b].wraps.push(function(b){return c.call(a,j(a,b,f))});a.attachEvent("on"+b,e[b].wraps[h-1])}:function(a,b,c,e){u["on"+b]=a["on"+b]||new Function;a["on"+b]=function(a){var f;a||(a=j(this,a,e));f=c.call(this,a);u["on"+b].call(this,a);return f}},J=b?function(a,b,c,e){a.removeEventListener(b,c,e||false)}:k?function(a,b,c,f,h){a.detachEvent("on"+b,c);e[b].wraps.splice(h,
1)}:function(a,b){a["on"+b]=u["on"+b];delete u["on"+b]},p=function(a,b,c,f){var h,i,j;if(typeof b=="string"){j=b.split(" ");for(h=0,i=j.length;h<i;h++)b=n(e,a,j[h],c,f),b===false&&(o(e,a,j[h],c,f),B(a,j[h],c,f))}else for(h in b)p(a,h,b[h],f);return this},v=function(a,b,c,f){var h,i,j;if(typeof b=="string"){j=b.split(" ");for(h=0,i=j.length;h<i;h++)b=n(e,a,j[h],c,f),b!==false&&(J(a,j[h],e[j[h]].wraps[b],f,b),I(e,j[h],b))}else for(h in b)v(a,h,b[h],f);return this},z=function(a,b,c,e){var f,h,i;if(typeof b==
"string"){i=b.split(" ");for(f=0,h=i.length;f<h;f++)b=n(l,a,i[f],c,e),b===false&&(o(l,a,i[f],c,e),y(a,i[f],l).length===1&&p(a,i[f],H,e))}else for(f in b)z(a,f,b[f],e);return this},A=function(a,b,c,e){var f,h,i;if(typeof b=="string"){i=b.split(" ");for(f=0,h=i.length;f<h;f++)b=n(l,a,i[f],c,e),b!==false&&(y(a,i[f],l).length===1&&v(a,i[f],H,e),I(l,i[f],b))}else for(f in b)A(a,f,b[f],e);return this},t=function(b,c,e,f){var h,i,j;if(typeof b=="string"){j=c.split(" ");f=f||a;for(h=0,i=j.length;h<i;h++)c=
n(q,b,j[h],e,f),c===false&&(o(q,b,j[h],e,f),q[j[h]].items.length===1&&z(f,j[h],m,true))}else for(h in b)if(typeof h=="string")for(i in b[h])t(h,i,b[h][i]);return this},x=function(b,c,e,f){var h,i,j;if(typeof c=="string"){j=c.split(" ");f=f||a;for(h=0,i=j.length;h<i;h++)c=n(q,b,j[h],e,f),c!==false&&(q[j[h]].items.length===1&&A(f,j[h],m,true),I(q,j[h],c))}else for(h in b)if(typeof h=="string")for(i in b[h])x(h,i,b[h][i]);return this},b=a.dispatchEvent?function(a,b){var c,e=a.ownerDocument||a.document||
a,f=s(e);if(/mouse|click/.test(b))try{c=e.createEvent("MouseEvents"),c.initMouseEvent(b,true,true,f,0,0,0,0,0,false,false,false,false,0,null)}catch(h){c=e.createEvent("HTMLEvents"),c.initEvent(b,true,true)}else/key(down|press|out)/.test(b)?(c=e.createEvent("KeyEvents"),c.initKeyEvent(b,true,true,f,false,false,false,false,0,0)):(c=e.createEvent("HTMLEvents"),c.initEvent(b,true,true));return a.dispatchEvent(c)}:a.fireEvent?function(a,b,c){var e;e=(a.ownerDocument||a.document||a).createEventObject();
e.type=b;e.target=a;e.eventPhase=0;e.currentTarget=a;e.cancelBubble=!!c;e.returnValue=void 0;return a.fireEvent("on"+b,j(a,e,c))}:function(){},w={blur:"blur",focus:"focus",beforeactivate:"focus",beforedeactivate:"blur"},C={blur:1,focus:1,reset:1,submit:1,change:1},K=r.addEventListener?"focus blur":"beforeactivate beforedeactivate",L=function(a){var b=true,c=a.target,a=a.type;b&&(b=G(c,a,true));b&&(b=G(c,a,false));v(c,a,L,false);if(c.form)c=c.form;b&&i(c,a)&&c[a]();return b},G=function(a,b,c){var e,
f=true;e=a;for(var h=[],a={type:b,target:a,bubbles:true,cancelable:true,currentTarget:a,relatedTarget:null,timeStamp:+new Date,preventDefault:D,stopPropagation:F,eventPhase:c?1:3,propagated:true};e.nodeType==1;)h.push(e),e=e.parentNode;c&&h.reverse();for(e=0,b=h.length;b>e;e++)if(a.currentTarget=h[e],a.eventPhase=c?1:3,H.call(h[e],a)===false||a.returnValue===false){f=false;break}delete a.propagated;return f},M=function(a){var b=true,c=a.target;b&&(b=G(c,w[a.type],true));b&&(b=G(c,w[a.type],false));
b||(a.preventDefault?a.preventDefault():a.returnValue=false);return b},N=function(a){var b=a.target,c=b.type;if(b!=r.activeElement&&!h&&b.nodeType==1)r.activeElement=b,r.focusElement=null;if(c){if(b!=r.focusElement&&!h)r.focusElement=b;if(/file|text|password/.test(c)&&a.keyCode==13&&b.form)c="submit",b=b.form;else if(/select-(one|multi)/.test(c))c="change";else if(/reset|submit/.test(c)&&b.form)b=b.form;else return;p(b,c,L,false)}},k=function(a){if(!a.forcedPropagation)a.forcedPropagation=true,p(s(a),
"unload",function(b){O(a);v(this,"unload",arguments.callee,false)},false),p(a,"keydown mousedown",N,true),p(a,K,M,true)},O=function(a){if(a.forcedPropagation)a.forcedPropagation=false,v(a,"keydown mousedown",N,true),v(a,K,M,true)},P=false,E=new c,Q=function(a,b,c){function e(a){f||(f=true,b.call(c,a))}var f=false,h=0,i=a.document,j=i.documentElement;if(i.addEventListener){var k=function(a){i.removeEventListener(a.type,k,false);e(a)};i.addEventListener("DOMContentLoaded",k,false);a.addEventListener("load",
k,false)}else if(i.attachEvent){var l=function(){function a(){try{if(j.doScroll("left"),h=j.outerHTML.length,h*1.03<d.fileSize*1)return!f&&setTimeout(a,50)}catch(b){return!f&&setTimeout(a,50)}e({type:"poll"});return f}i.detachEvent("onreadystatechange",l);a()};i.attachEvent("onreadystatechange",l);var m=function(a){i.readyState=="complete"&&(i.detachEvent("onreadystatechange",m),e(a))};i.attachEvent("onreadystatechange",m);i.attachEvent("load",m)}else{var n=a.onload;a.onload=function(b){e(b||a.event);
typeof n=="function"&&n(b||a.event)}}};if(!h)r.activeElement=a;r.forcedPropagation||k(r);Q(f,function(a,b,c){P=true;if(E.ready&&E.ready.items){b=E.ready.items.length;for(a=0;b>a;++a)E.ready.calls[a].call(c)}});return{USE_DOM2:true,stop:function(a){a.preventDefault?a.preventDefault():a.returnValue=false;a.stopPropagation?a.stopPropagation():a.cancelBubble=true;return false},dispatch:b,onDOMReady:function(a,b,c){if(P)b.call(c);else if(n(E,a,"ready",b,null)===false)o(E,a,"ready",b,null);else throw Error("NWEvents: duplicate ready handler for host: "+
a);},contentLoaded:Q,getRegistered:y,appendHandler:p,removeHandler:v,appendListener:z,removeListener:A,appendDelegate:t,removeDelegate:x,enablePropagation:k,disablePropagation:O}}(this);NW.Dom={match:Slick.match};
