(function ($){$["fn"]["jNice"]=function (options){var self=this;var safari=$["browser"]["safari"];$(document)["mousedown"](checkExternalClick);return this["each"](function (){$("input:text:visible, input:password",this)["each"](TextAdd);if(safari){$(".jNiceInputWrapper")["each"](function (){$(this)["addClass"]("jNiceSafari")["find"]("input")["css"]("width",$(this)["width"]()+11);} );} ;$(".jNiceHidden")["css"]({opacity:0});} );} ;var TextAdd=function (){var $input=$(this)["addClass"]("jNiceInput")["wrap"]("\x3Cdiv class=\x22jNiceInputWrapper\x22\x3E\x3Cdiv class=\x22jNiceInputInner\x22\x3E\x3C/div\x3E\x3C/div\x3E");var $wrapper=$input["parents"](".jNiceInputWrapper");$input["focus"](function (){$wrapper["addClass"]("jNiceInputWrapper_hover");} )["blur"](function (){$wrapper["removeClass"]("jNiceInputWrapper_hover");} );} ;var SelectHide=function (){$(".jNiceSelectWrapper ul:visible")["hide"]();} ;var checkExternalClick=function (event){if($(event["target"])["parents"](".jNiceSelectWrapper")["length"]===0){SelectHide();} ;} ;$["jNice"]={};$(function (){$("form.jNice")["jNice"]();} );} )(jQuery);