(function(b,a){b.fn.modernBox=function(d){d=b.extend({contentWrapper:"",applyPngFix:true},d);var c=false;if(a.Modernizr){c=!Modernizr.borderradius||!Modernizr.boxshadow}if(c){if(a.DD_belatedPNG){b("#container").css({position:"relative",left:0})}this.each(function(){var f=b(this),g;if(f.parents(".with-fallback").length>0){return}if(f.data("modernBox")===true){f.children(".boxfix").remove()}if(typeof d.contentWrapper=="string"&&d.contentWrapper.length>0){g=b(d.contentWrapper);g.append(f.children());f.prepend(g)}var j=[b("<div/>").addClass("boxfix").get(0),b("<div/>").addClass("boxfix1").get(0),b("<div/>").addClass("boxfix2").get(0),b("<div/>").addClass("boxfix3").get(0)];f.data("modernBox",true).append(b(j[0]).append(b(j.slice(1))));if(a.DD_belatedPNG||b("html.msie-7-down").length>0){var i=!!this.currentStyle?this.currentStyle.marginBottom:"0";if(i!="0"){f.css("margin-bottom",0).next().css("margin-top",i)}var h=function(k){return(k||"0").replace(/px$/i,"")};var e={top:Number(!!this.currentStyle?h(this.currentStyle.paddingTop):"0"),right:Number(!!this.currentStyle?h(this.currentStyle.paddingRight):"0"),bottom:Number(!!this.currentStyle?h(this.currentStyle.paddingBottom):"0"),left:Number(!!this.currentStyle?h(this.currentStyle.paddingLeft):"0")};f.children(".boxfix").width(f.width()+e.left+e.right-b(j[2]).width()).height(f.height()+e.top+e.bottom-b(j[1]).height());b([j[2],j[3]]).css("left",b(j[0]).width());b([j[1],j[3]]).css("top",b(j[0]).height());if(d.applyPngFix){b(j).belatedPNG()}}})}return this}})(jQuery,this);
