diff --git a/unl_theme/views/default/css.php b/unl_theme/views/default/css.php
index eda46ec435e3ee806bfd4733494f731bb2b63ad0..795f6bba2aabbd42de5da05ab3573102ec99d4bd 100644
--- a/unl_theme/views/default/css.php
+++ b/unl_theme/views/default/css.php
@@ -8,6 +8,7 @@
 
 
 
+
 /************************************ begin copied default theme styles (with anything we don't need/want removed) ******/
 
 <?php
@@ -2027,7 +2028,7 @@ a.toggle_editor {
 }
 
 div.ajax_loader {
-	background: white url(<?php echo $vars['url']; ?>_graphics/ajax_loader.gif) no-repeat center 30px;
+	background: white url(/wdn/templates_3.0/css/header/images/colorbox/loading.gif) no-repeat center 30px;
 	width:auto;
 	height:100px;
 	margin:0 10px 0 10px;
@@ -2036,7 +2037,6 @@ div.ajax_loader {
 }
 
 
-
 /* reusable elgg horizontal tabbed navigation 
    (used on friends collections, external pages, & riverdashboard mods)
 */