Index: views-rotator.js
===================================================================
--- views-rotator.js
+++ views-rotator.js
@@ -11,7 +11,7 @@
 
 Drupal.behaviors.views_rotator = function(context) {
   $.each(Drupal.settings.views_rotator, function(id) {
-    $('#' + id).cycle(this);
+    $('div.' + id).cycle(this);
     if (this.next != undefined || this.prev != undefined) {
       var settings = this;
       $(settings.prev).addClass('views-rotator-prev');
