(function($){$.dimensions={version:"@VERSION"};$.each(["Height","Width"],function(i,_3){$.fn["inner"+_3]=function(){if(!this[0]){return;}var _4=_3=="Height"?"Top":"Left",_5=_3=="Height"?"Bottom":"Right";return num(this,_3.toLowerCase())+num(this,"padding"+_4)+num(this,"padding"+_5);};$.fn["outer"+_3]=function(_6){if(!this[0]){return;}var _7=_3=="Height"?"Top":"Left",_8=_3=="Height"?"Bottom":"Right";_6=$.extend({margin:false},_6||{});return num(this,_3.toLowerCase())+num(this,"border"+_7+"Width")+num(this,"border"+_8+"Width")+num(this,"padding"+_7)+num(this,"padding"+_8)+(_6.margin?(num(this,"margin"+_7)+num(this,"margin"+_8)):0);};});$.each(["Left","Top"],function(i,_a){$.fn["scroll"+_a]=function(_b){if(!this[0]){return;}return _b!=undefined?this.each(function(){this==window||this==document?window.scrollTo(_a=="Left"?_b:$(window)["scrollLeft"](),_a=="Top"?_b:$(window)["scrollTop"]()):this["scroll"+_a]=_b;}):this[0]==window||this[0]==document?self[(_a=="Left"?"pageXOffset":"pageYOffset")]||$.boxModel&&document.documentElement["scroll"+_a]||document.body["scroll"+_a]:this[0]["scroll"+_a];};});$.fn.extend({position:function(){var _c=0,_d=0,_e=this[0],_f,_10,_11,_12;if(_e){_11=this.offsetParent();_f=this.offset();_10=_11.offset();_f.top-=num(_e,"marginTop");_f.left-=num(_e,"marginLeft");_10.top+=num(_11,"borderTopWidth");_10.left+=num(_11,"borderLeftWidth");_12={top:_f.top-_10.top,left:_f.left-_10.left};}return _12;},offsetParent:function(){var _13=this[0].offsetParent;while(_13&&(!/^body|html$/i.test(_13.tagName)&&$.css(_13,"position")=="static")){_13=_13.offsetParent;}return $(_13);}});function num(el,_15){return parseInt($.css(el.jquery?el[0]:el,_15))||0;};})(jQuery);