diff --git a/css/civicrm.css b/css/civicrm.css
index 59c31279e939..4ae64c863097 100644
--- a/css/civicrm.css
+++ b/css/civicrm.css
@@ -2337,7 +2337,7 @@ div.crm-master-accordion-header a.helpicon {
 }
 
 .crm-status-box-outer.status-start {
-  background: #F8FF03 url("../bower_components/jquery-ui/themes/smoothness/images/animated-overlay.gif");
+  background: #F8FF03 url("../i/animated-overlay.gif");
 }
 
 .crm-status-box-outer .crm-status-box-inner {
diff --git a/i/animated-overlay.gif b/i/animated-overlay.gif
new file mode 100644
index 000000000000..d441f75ebfbd
Binary files /dev/null and b/i/animated-overlay.gif differ