(function(a){a.dimensions={version:"@VERSION"};a.each(["Height","Width"],function(d,c){a.fn["inner"+c]=function(){if(!this[0]){return}var e=c=="Height"?"Top":"Left",f=c=="Height"?"Bottom":"Right";return b(this,c.toLowerCase())+b(this,"padding"+e)+b(this,"padding"+f)};a.fn["outer"+c]=function(g){if(!this[0]){return}var e=c=="Height"?"Top":"Left",f=c=="Height"?"Bottom":"Right";g=a.extend({margin:false},g||{});return b(this,c.toLowerCase())+b(this,"border"+e+"Width")+b(this,"border"+f+"Width")+b(this,"padding"+e)+b(this,"padding"+f)+(g.margin?(b(this,"margin"+e)+b(this,"margin"+f)):0)}});a.each(["Left","Top"],function(d,c){a.fn["scroll"+c]=function(e){if(!this[0]){return}return e!=undefined?this.each(function(){this==window||this==document?window.scrollTo(c=="Left"?e:a(window)["scrollLeft"](),c=="Top"?e:a(window)["scrollTop"]()):this["scroll"+c]=e}):this[0]==window||this[0]==document?self[(c=="Left"?"pageXOffset":"pageYOffset")]||a.boxModel&&document.documentElement["scroll"+c]||document.body["scroll"+c]:this[0]["scroll"+c]}});a.fn.extend({position:function(){var g=0,e=0,f=this[0],h,c,i,d;if(f){i=this.offsetParent();h=this.offset();c=i.offset();h.top-=b(f,"marginTop");h.left-=b(f,"marginLeft");c.top+=b(i,"borderTopWidth");c.left+=b(i,"borderLeftWidth");d={top:h.top-c.top,left:h.left-c.left}}return d},offsetParent:function(){var c=this[0].offsetParent;while(c&&(!/^body|html$/i.test(c.tagName)&&a.css(c,"position")=="static")){c=c.offsetParent}return a(c)}});function b(c,d){return parseInt(a.css(c.jquery?c[0]:c,d))||0}})(jQuery);
