=== modified file 'payment/uc_payment/uc_payment.js'
--- payment/uc_payment/uc_payment.js	2008-10-30 14:40:46 +0000
+++ payment/uc_payment/uc_payment.js	2009-02-17 19:27:34 +0000
@@ -102,7 +102,7 @@
   );
   $('#edit-panes-payment-current-total').val(cur_total).click();
 
-  $('#order-total-throbber').attr('style', 'background-image: url(' + Drupal.settings.basePath + 'misc/throbber.gif); background-repeat: no-repeat; background-position: 100% -20px;').html('&nbsp;&nbsp;&nbsp;&nbsp;');
+  $('#order-total-throbber').addClass('ubercart-throbber').html('&nbsp;&nbsp;&nbsp;&nbsp;');
 
   // Post the line item data to a URL and get it back formatted for display.
   $.post(Drupal.settings.basePath + '?q=cart/checkout/line_items', li_info,

=== modified file 'uc_store/uc_store.css'
--- uc_store/uc_store.css	2009-01-07 15:08:16 +0000
+++ uc_store/uc_store.css	2009-02-17 16:09:15 +0000
@@ -114,3 +114,8 @@
   display: none;
 }
 
+.ubercart-throbber {
+  background-image: url(/misc/throbber.gif);
+  background-repeat: no-repeat;
+  background-position: 100% -20px;
+}

