(function(b){b.fn.extend({customStyle:function(){if(!b.browser.msie||b.browser.msie&&b.browser.version>6)return this.each(function(){var a=b(this).find(":selected");b(this).after('<span class="customStyleSelectBox"><span class="customStyleSelectBoxInner">'+a.text()+"</span></span>").css({position:"absolute",opacity:0});a=b(this).next();parseInt(b(this).width());parseInt(a.css("padding-left"));parseInt(a.css("padding-right"));var c=a.find(":first-child");a.css({display:"inline-block"});c.css({display:"block", height:"14px"});a=parseInt(a.height())+parseInt(a.css("padding-top"))+parseInt(a.css("padding-bottom"));b(this).height(a).change(function(){c.text(b(this).find(":selected").text()).parent().addClass("changed")})})}})})(jQuery);
