(function($){jQuery.fn.getBackgroundPosition=function(){var b=$(this).css("background-position");return typeof b==="undefined"?$(this).css("background-position-x")+" "+$(this).css("background-position-y"):b}})(jQuery);(function($){$.fn.setBackgroundPosition=function(b,c){this.each(function(){typeof $(this).css("background-position")==="undefined"?$(this).css("backgroundPositionX",b).css("backgroundPositionY",c):$(this).css("background-position",b+" "+c)});return this}})(jQuery);
