--- views_slideshow_galleria.js	2012-03-25 20:00:07.203333419 -0400
+++ views_slideshow_galleria.js.new	2012-03-25 20:00:03.334835438 -0400
@@ -12,16 +12,11 @@
         var settings = Drupal.settings.viewsSlideshowGalleria[$(this).attr('id')];
 
         if (settings['themeURL']) {
-//           Galleria.loadTheme(settings['themeURL']);
+           Galleria.loadTheme(settings['themeURL']);
         }
 
         // I get an error if I just use $(this)... @WTF?
-        if (settings['theme']) {
-          $('#' + $(this).attr('id')).galleria(settings['theme'], settings);
-        }
-        else {
-          $('#' + $(this).attr('id')).galleria(settings);
-        }
+        $('#' + $(this).attr('id')).galleria(settings);
       });
     }
   };
