(function(h,g,l){var k=g.event,j;k.special.smartresize={setup:function(){g(this).bind("resize",k.special.smartresize.handler)},teardown:function(){g(this).unbind("resize",k.special.smartresize.handler)},handler:function(f,e){var n=this,m=arguments;f.type="smartresize",j&&clearTimeout(j),j=setTimeout(function(){jQuery.event.handle.apply(n,m)},e==="execAsap"?0:100)}},g.fn.smartresize=function(b){return b?this.bind("smartresize",b):this.trigger("smartresize",["execAsap"])},g.Mason=function(b,d){this.element=g(d),this._create(b),this._init()};var i=["position","height"];g.Mason.settings={isResizable:!0,isAnimated:!1,animationOptions:{queue:!1,duration:500},gutterWidth:0,isRTL:!1,isFitWidth:!1},g.Mason.prototype={_filterFindBricks:function(d){var c=this.options.itemSelector;return c?d.filter(c).add(d.find(c)):d},_getBricks:function(d){var c=this._filterFindBricks(d).css({position:"absolute"}).addClass("masonry-brick");return c},_create:function(p){this.options=g.extend(!0,{},g.Mason.settings,p),this.styleQueue=[],this.reloadItems();var o=this.element[0].style;this.originalStyle={};for(var n=0,m=i.length;n<m;n++){var f=i[n];this.originalStyle[f]=o[f]||null}this.element.css({position:"relative"}),this.horizontalDirection=this.options.isRTL?"right":"left",this.offset={};var b=g(document.createElement("div"));this.element.prepend(b),this.offset.y=Math.round(b.position().top),this.options.isRTL?(b.css({"float":"right",display:"inline-block"}),this.offset.x=Math.round(this.element.outerWidth()-b.position().left)):this.offset.x=Math.round(b.position().left),b.remove();var a=this;setTimeout(function(){a.element.addClass("masonry")},0),this.options.isResizable&&g(h).bind("smartresize.masonry",function(){a.resize()})},_init:function(b){this._getColumns("masonry"),this._reLayout(b)},option:function(b,d){g.isPlainObject(b)&&(this.options=g.extend(!0,this.options,b))},layout:function(B,A){var z,y,x,w,v,u;for(var t=0,s=B.length;t<s;t++){z=g(B[t]),y=Math.ceil(z.outerWidth(!0)/this.columnWidth),y=Math.min(y,this.cols);if(y===1){this._placeBrick(z,this.colYs)}else{x=this.cols+1-y,w=[];for(u=0;u<x;u++){v=this.colYs.slice(u,u+y),w[u]=Math.max.apply(Math,v)}this._placeBrick(z,w)}}var r={};r.height=Math.max.apply(Math,this.colYs)-this.offset.y,this.options.isFitWidth&&(r.width=this.cols*this.columnWidth-this.options.gutterWidth),this.styleQueue.push({$el:this.element,style:r});var q=this.isLaidOut?this.options.isAnimated?"animate":"css":"css",p=this.options.animationOptions,b;for(t=0,s=this.styleQueue.length;t<s;t++){b=this.styleQueue[t],b.$el[q](b.style,p)}this.styleQueue=[],A&&A.call(B),this.isLaidOut=!0},_getColumns:function(){var d=this.options.isFitWidth?this.element.parent():this.element,c=d.width();this.columnWidth=this.options.columnWidth||this.$bricks.outerWidth(!0)||c,this.columnWidth+=this.options.gutterWidth,this.cols=Math.floor((c+this.options.gutterWidth)/this.columnWidth),this.cols=Math.max(this.cols,1)},_placeBrick:function(u,t){var s=Math.min.apply(Math,t),r=0;for(var q=0,p=t.length;q<p;q++){if(t[q]===s){r=q;break}}var o={top:s};o[this.horizontalDirection]=this.columnWidth*r+this.offset.x,this.styleQueue.push({$el:u,style:o});var n=s+u.outerHeight(!0),m=this.cols+1-p;for(q=0;q<m;q++){this.colYs[r+q]=n}},resize:function(){var b=this.cols;this._getColumns("masonry"),this.cols!==b&&this._reLayout()},_reLayout:function(d){var c=this.cols;this.colYs=[];while(c--){this.colYs.push(this.offset.y)}this.layout(this.$bricks,d)},reloadItems:function(){this.$bricks=this._getBricks(this.element.children())},reload:function(b){this.reloadItems(),this._init(b)},appended:function(f,e,n){if(e){this._filterFindBricks(f).css({top:this.element.height()});var m=this;setTimeout(function(){m._appended(f,n)},1)}else{this._appended(f,n)}},_appended:function(e,d){var f=this._getBricks(e);this.$bricks=this.$bricks.add(f),this.layout(f,d)},remove:function(b){this.$bricks=this.$bricks.not(b),b.remove()},destroy:function(){this.$bricks.removeClass("masonry-brick").each(function(){this.style.position=null,this.style.top=null,this.style.left=null});var m=this.element[0].style;for(var f=0,b=i.length;f<b;f++){var a=i[f];m[a]=this.originalStyle[a]}this.element.unbind(".masonry").removeClass("masonry").removeData("masonry"),g(h).unbind(".masonry")}},g.fn.imagesLoaded=function(m){var c=this.find("img"),q=c.length,p="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///ywAAAAAAQABAAACAUwAOw==",o=this,n=function(){--q<=0&&this.src!==p&&(m.call(o),c.unbind("load",n))};if(!q){m.call(this);return this}c.bind("load",n).each(function(){if(this.complete||this.complete===l){var b=this.src;this.src=p,this.src=b}});return this},g.fn.masonry=function(b){if(typeof b=="string"){var d=Array.prototype.slice.call(arguments,1);this.each(function(){var a=g.data(this,"masonry");if(!a){return g.error("cannot call methods on masonry prior to initialization; attempted to call method '"+b+"'")}if(!g.isFunction(a[b])||b.charAt(0)==="_"){return g.error("no such method '"+b+"' for masonry instance")}a[b].apply(a,d)})}else{this.each(function(){var a=g.data(this,"masonry");a?(a.option(b||{}),a._init()):g.data(this,"masonry",new g.Mason(b,this))})}return this}})(window,jQuery);(function(b){jQuery.browser.mobile=/android|avantgo|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\/|plucker|pocket|psp|symbian|treo|up\.(browser|link)|vodafone|wap|windows (ce|phone)|xda|xiino/i.test(b)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\-(n|u)|c55\/|capi|ccwa|cdm\-|cell|chtm|cldc|cmd\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\-s|devi|dica|dmob|do(c|p)o|ds(12|\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\-|_)|g1 u|g560|gene|gf\-5|g\-mo|go(\.w|od)|gr(ad|un)|haie|hcit|hd\-(m|p|t)|hei\-|hi(pt|ta)|hp( i|ip)|hs\-c|ht(c(\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\-(20|go|ma)|i230|iac( |\-|\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\/)|klon|kpt |kwc\-|kyo(c|k)|le(no|xi)|lg( g|\/(k|l|u)|50|54|e\-|e\/|\-[a-w])|libw|lynx|m1\-w|m3ga|m50\/|ma(te|ui|xo)|mc(01|21|ca)|m\-cr|me(di|rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\-2|po(ck|rt|se)|prox|psio|pt\-g|qa\-a|qc(07|12|21|32|60|\-[2-7]|i\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\-|oo|p\-)|sdk\/|se(c(\-|0|1)|47|mc|nd|ri)|sgh\-|shar|sie(\-|m)|sk\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\-|v\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\-|tdg\-|tel(i|m)|tim\-|t\-mo|to(pl|sh)|ts(70|m\-|m3|m5)|tx\-9|up(\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|xda(\-|2|g)|yas\-|your|zeto|zte\-/i.test(b.substr(0,4))})(navigator.userAgent||navigator.vendor||window.opera);(function(a){a.preLoadImages=function(g,f){var c=[],d,e,b=0;if(typeof g!="undefined"){if(a.isArray(g)){e=g.length;for(d=0;d<e;d++){c[d]=new Image();c[d].onload=function(){b++;if(b==e){if(a.isFunction(f)){f()}}};c[d].src=g[d]}}else{c[0]=new Image();c[0].onload=function(){if(a.isFunction(f)){f()}};c[0].src=g}}c=undefined};a.preLoadCSSImages=function(h){var o=[],s,q=[],r=0,t,f=new RegExp("url((.*))","i"),l;var j=document.styleSheets,p,d,n,k,m,u,b,e;for(b=0;b<j.length;b++){var g=j[b];if(typeof g.href=="string"&&g.href.length>0){l=g.href.split("/");l.pop();p=l.join("/")+"/"}else{p="./"}d=g.cssRules?g.cssRules:g.rules;for(e=0;e<d.length;e++){n=d[e];m=n.cssText?n.cssText:n.style.cssText;k=f.exec(m);if(k!=null){u=k[1].substring(1,k[1].indexOf(")",1));if(u.substring(0,4)=="http"){q[q.length]=u}else{if(k[1].substring(1,2)=="/"){var c=p.split("/");c.pop();c.pop();p2x=c.join("/");q[q.length]=p2x+u}else{q[q.length]=p+u}}}}}t=q.length;for(s=0;s<t;s++){o[s]=new Image();o[s].onload=function(){r++;if(r==t){if(a.isFunction(h)){h()}}};o[s].src=q[s]}};a.preLoadAllImages=function(c,b){if(typeof c!="undefined"){if(a.isFunction(c)){b=c}else{if(!a.isArray(c)){c=[c]}}}a.preLoadCSSImages(function(){if(c.length>0){a.preLoadImages(c,function(){b()})}else{b()}})}})(jQuery);

jQuery.easing.jswing=jQuery.easing.swing;jQuery.extend(jQuery.easing,{def:"easeOutQuad",swing:function(e,f,a,h,g){return jQuery.easing[jQuery.easing.def](e,f,a,h,g)},easeInQuad:function(e,f,a,h,g){return h*(f/=g)*f+a},easeOutQuad:function(e,f,a,h,g){return -h*(f/=g)*(f-2)+a},easeInOutQuad:function(e,f,a,h,g){if((f/=g/2)<1){return h/2*f*f+a}return -h/2*((--f)*(f-2)-1)+a},easeInCubic:function(e,f,a,h,g){return h*(f/=g)*f*f+a},easeOutCubic:function(e,f,a,h,g){return h*((f=f/g-1)*f*f+1)+a},easeInOutCubic:function(e,f,a,h,g){if((f/=g/2)<1){return h/2*f*f*f+a}return h/2*((f-=2)*f*f+2)+a},easeInQuart:function(e,f,a,h,g){return h*(f/=g)*f*f*f+a},easeOutQuart:function(e,f,a,h,g){return -h*((f=f/g-1)*f*f*f-1)+a},easeInOutQuart:function(e,f,a,h,g){if((f/=g/2)<1){return h/2*f*f*f*f+a}return -h/2*((f-=2)*f*f*f-2)+a},easeInQuint:function(e,f,a,h,g){return h*(f/=g)*f*f*f*f+a},easeOutQuint:function(e,f,a,h,g){return h*((f=f/g-1)*f*f*f*f+1)+a},easeInOutQuint:function(e,f,a,h,g){if((f/=g/2)<1){return h/2*f*f*f*f*f+a}return h/2*((f-=2)*f*f*f*f+2)+a},easeInSine:function(e,f,a,h,g){return -h*Math.cos(f/g*(Math.PI/2))+h+a},easeOutSine:function(e,f,a,h,g){return h*Math.sin(f/g*(Math.PI/2))+a},easeInOutSine:function(e,f,a,h,g){return -h/2*(Math.cos(Math.PI*f/g)-1)+a},easeInExpo:function(e,f,a,h,g){return(f==0)?a:h*Math.pow(2,10*(f/g-1))+a},easeOutExpo:function(e,f,a,h,g){return(f==g)?a+h:h*(-Math.pow(2,-10*f/g)+1)+a},easeInOutExpo:function(e,f,a,h,g){if(f==0){return a}if(f==g){return a+h}if((f/=g/2)<1){return h/2*Math.pow(2,10*(f-1))+a}return h/2*(-Math.pow(2,-10*--f)+2)+a},easeInCirc:function(e,f,a,h,g){return -h*(Math.sqrt(1-(f/=g)*f)-1)+a},easeOutCirc:function(e,f,a,h,g){return h*Math.sqrt(1-(f=f/g-1)*f)+a},easeInOutCirc:function(e,f,a,h,g){if((f/=g/2)<1){return -h/2*(Math.sqrt(1-f*f)-1)+a}return h/2*(Math.sqrt(1-(f-=2)*f)+1)+a},easeInElastic:function(f,h,e,l,k){var i=1.70158;var j=0;var g=l;if(h==0){return e}if((h/=k)==1){return e+l}if(!j){j=k*0.3}if(g<Math.abs(l)){g=l;var i=j/4}else{var i=j/(2*Math.PI)*Math.asin(l/g)}return -(g*Math.pow(2,10*(h-=1))*Math.sin((h*k-i)*(2*Math.PI)/j))+e},easeOutElastic:function(f,h,e,l,k){var i=1.70158;var j=0;var g=l;if(h==0){return e}if((h/=k)==1){return e+l}if(!j){j=k*0.3}if(g<Math.abs(l)){g=l;var i=j/4}else{var i=j/(2*Math.PI)*Math.asin(l/g)}return g*Math.pow(2,-10*h)*Math.sin((h*k-i)*(2*Math.PI)/j)+l+e},easeInOutElastic:function(f,h,e,l,k){var i=1.70158;var j=0;var g=l;if(h==0){return e}if((h/=k/2)==2){return e+l}if(!j){j=k*(0.3*1.5)}if(g<Math.abs(l)){g=l;var i=j/4}else{var i=j/(2*Math.PI)*Math.asin(l/g)}if(h<1){return -0.5*(g*Math.pow(2,10*(h-=1))*Math.sin((h*k-i)*(2*Math.PI)/j))+e}return g*Math.pow(2,-10*(h-=1))*Math.sin((h*k-i)*(2*Math.PI)/j)*0.5+l+e},easeInBack:function(e,f,a,i,h,g){if(g==undefined){g=1.70158}return i*(f/=h)*f*((g+1)*f-g)+a},easeOutBack:function(e,f,a,i,h,g){if(g==undefined){g=1.70158}return i*((f=f/h-1)*f*((g+1)*f+g)+1)+a},easeInOutBack:function(e,f,a,i,h,g){if(g==undefined){g=1.70158}if((f/=h/2)<1){return i/2*(f*f*(((g*=(1.525))+1)*f-g))+a}return i/2*((f-=2)*f*(((g*=(1.525))+1)*f+g)+2)+a},easeInBounce:function(e,f,a,h,g){return h-jQuery.easing.easeOutBounce(e,g-f,0,h,g)+a},easeOutBounce:function(e,f,a,h,g){if((f/=g)<(1/2.75)){return h*(7.5625*f*f)+a}else{if(f<(2/2.75)){return h*(7.5625*(f-=(1.5/2.75))*f+0.75)+a}else{if(f<(2.5/2.75)){return h*(7.5625*(f-=(2.25/2.75))*f+0.9375)+a}else{return h*(7.5625*(f-=(2.625/2.75))*f+0.984375)+a}}}},easeInOutBounce:function(e,f,a,h,g){if(f<g/2){return jQuery.easing.easeInBounce(e,f*2,0,h,g)*0.5+a}return jQuery.easing.easeOutBounce(e,f*2-g,0,h,g)*0.5+h*0.5+a}});(function(a){a.fn.mCustomScrollbar=function(o,e,m,j,p,c,f,g){var n=a(this).attr("id");var s=a("#"+n+" .customScrollBox");var q=a("#"+n+" .customScrollBox .container");var i=a("#"+n+" .customScrollBox .content");var k=a("#"+n+" .dragger_container");var d=a("#"+n+" .dragger");var r=a("#"+n+" .scrollUpBtn");var h=a("#"+n+" .scrollDownBtn");var b=a("#"+n+" .customScrollBox .horWrapper");if(!s.data("minDraggerHeight")){s.data("minDraggerHeight",d.height())}if(!s.data("minDraggerWidth")){s.data("minDraggerWidth",d.width())}if(!s.data("contentHeight")){s.data("contentHeight",q.height())}if(!s.data("contentWidth")){s.data("contentWidth",q.width())}l();function l(C){if(o=="horizontal"){var J=s.width();b.css("width",999999);s.data("totalContent",q.width());b.css("width",s.data("totalContent"));if(q.width()>J){d.css("display","block");if(C!="resize"&&q.width()!=s.data("contentWidth")){d.css("left",0);q.css("left",0);s.data("contentWidth",q.width())}k.css("display","block");h.css("display","inline-block");r.css("display","inline-block");var E=i.width();var O=s.data("minDraggerWidth");var H=k.width();function B(){if(p=="auto"){var Q=Math.round(E-((E-J)*1.3));if(Q<=O){d.css("width",O+"px")}else{if(Q>=H){d.css("width",H-10+"px")}else{d.css("width",Q+"px")}}}}B();var y=0;var I=d.width();d.draggable({axis:"x",containment:"parent",drag:function(Q,R){w()},stop:function(Q,R){A()}});k.click(function(T){var S=a(this);var Q=(T.pageX-S.offset().left);if(Q<d.position().left||Q>(d.position().left+d.width())){var R=Q+d.width();if(R<k.width()){d.css("left",Q);w()}else{d.css("left",k.width()-d.width());w()}}});a(function(Q){if(c=="yes"){s.unbind("mousewheel");s.bind("mousewheel",function(S,T){var R=Math.abs(T*10);d.css("left",d.position().left-(T*R));w();if(d.position().left<0){d.css("left",0);q.stop();w()}if(d.position().left>k.width()-d.width()){d.css("left",k.width()-d.width());q.stop();w()}return false})}});if(f=="yes"){h.mouseup(function(){L()}).mousedown(function(){t("down")}).mouseout(function(){L()});r.mouseup(function(){L()}).mousedown(function(){t("up")}).mouseout(function(){L()});h.click(function(Q){Q.preventDefault()});r.click(function(Q){Q.preventDefault()});btnsScrollTimerX=0;function t(R){if(R=="down"){var Q=k.width()-d.width();var S=Math.abs(d.position().left-Q)*(100/g);d.stop().animate({left:Q},S,"linear")}else{var Q=0;var S=Math.abs(d.position().left-Q)*(100/g);d.stop().animate({left:-Q},S,"linear")}clearInterval(btnsScrollTimerX);btnsScrollTimerX=setInterval(w,20)}function L(){clearInterval(btnsScrollTimerX);d.stop()}}var G=(E-J)/(H-I);function w(){var R=d.position().left;var Q=-R*G;var S=q.position().left-Q;q.stop().animate({left:"-="+S},e,m)}}else{d.css("left",0).css("display","none");q.css("left",0);k.css("display","none");h.css("display","none");r.css("display","none")}}else{var F=s.height();if(q.height()>F){d.css("display","block");if(C!="resize"&&q.height()!=s.data("contentHeight")){d.css("top",0);q.css("top",0);s.data("contentHeight",q.height())}k.css("display","block");h.css("display","inline-block");r.css("display","inline-block");var E=i.height();var N=s.data("minDraggerHeight");var u=k.height();function D(){if(p=="auto"){var Q=Math.round(E-((E-F)*1.3));if(Q<=N){d.css("height",N+"px").css("line-height",N+"px")}else{if(Q>=u){d.css("height",u-10+"px").css("line-height",u-10+"px")}else{d.css("height",Q+"px").css("line-height",Q+"px")}}}}D();var v=0;var z=d.height();d.draggable({axis:"y",containment:"parent",drag:function(Q,R){P()},stop:function(Q,R){A()}});k.click(function(T){var S=a(this);var Q=(T.pageY-S.offset().top);if(Q<d.position().top||Q>(d.position().top+d.height())){var R=Q+d.height();if(R<k.height()){d.css("top",Q);P()}else{d.css("top",k.height()-d.height());P()}}});a(function(Q){if(c=="yes"){s.unbind("mousewheel");s.bind("mousewheel",function(S,T){var R=Math.abs(T*10);d.css("top",d.position().top-(T*R));P();if(d.position().top<0){d.css("top",0);q.stop();P()}if(d.position().top>k.height()-d.height()){d.css("top",k.height()-d.height());q.stop();P()}return false})}});if(f=="yes"){h.mouseup(function(){x()}).mousedown(function(){M("down")}).mouseout(function(){x()});r.mouseup(function(){x()}).mousedown(function(){M("up")}).mouseout(function(){x()});h.click(function(Q){Q.preventDefault()});r.click(function(Q){Q.preventDefault()});btnsScrollTimer=0;function M(R){if(R=="down"){var Q=k.height()-d.height();var S=Math.abs(d.position().top-Q)*(100/g);d.stop().animate({top:Q},S,"linear")}else{var Q=0;var S=Math.abs(d.position().top-Q)*(100/g);d.stop().animate({top:-Q},S,"linear")}clearInterval(btnsScrollTimer);btnsScrollTimer=setInterval(P,20)}function x(){clearInterval(btnsScrollTimer);d.stop()}}if(j<1){j=1}var G=(E-(F/j))/(u-z);function P(){var Q=d.position().top;var S=-Q*G;var R=q.position().top-S;q.stop().animate({top:"-="+R},e,m)}}else{d.css("top",0).css("display","none");q.css("top",0);k.css("display","none");h.css("display","none");r.css("display","none")}}d.mouseup(function(){A()}).mousedown(function(){K()});function K(){d.addClass("dragger_pressed")}function A(){d.removeClass("dragger_pressed")}}a(window).resize(function(){if(o=="horizontal"){if(d.position().left>k.width()-d.width()){d.css("left",k.width()-d.width())}}else{if(d.position().top>k.height()-d.height()){d.css("top",k.height()-d.height())}}l("resize")})}})(jQuery);(function(f){var e=["DOMMouseScroll","mousewheel"];f.event.special.mousewheel={setup:function(){if(this.addEventListener){for(var a=e.length;a;){this.addEventListener(e[--a],d,false)}}else{this.onmousewheel=d}},teardown:function(){if(this.removeEventListener){for(var a=e.length;a;){this.removeEventListener(e[--a],d,false)}}else{this.onmousewheel=null}}};f.fn.extend({mousewheel:function(a){return a?this.bind("mousewheel",a):this.trigger("mousewheel")},unmousewheel:function(a){return this.unbind("mousewheel",a)}});function d(b){var h=[].slice.call(arguments,1),a=0,c=true;b=f.event.fix(b||window.event);b.type="mousewheel";if(b.wheelDelta){a=b.wheelDelta/120}if(b.detail){a=-b.detail/3}h.unshift(b,a);return f.event.handle.apply(this,h)}})(jQuery);

