/*! jQuery centershow - v1.0.0 - 2014-12-19 * Copyright (c) 2014 kssfilo; Licensed MIT */ !function(a){a.fn.centershow=function(){var b=a('
');a("body").append(b);var c=a('');c.appendTo(b),this.each(function(){var c=a(this);c.css({position:"fixed",top:"50%",left:"50%","margin-left":-c.width()/2,"margin-top":-c.height()/2,"z-index":1}),c.appendTo(b)})}}(jQuery);