--- views-rotator.js	2010-10-05 14:39:28.000000000 -0500
+++ views-rotator-fixed-time-setting.js	2010-10-05 14:45:28.000000000 -0500
@@ -28,7 +28,11 @@ Drupal.behaviors.views_rotator = functio
     if (this.pager == 1) {
       $('#' + id)
         .before('<div id="nav-'+id+'" class="views-rotator-nav"></div>')
-        .cycle({ pager: '#nav-'+id });
+        .cycle({ pager: '#nav-'+id,
+                 timeout: this.timeout,
+                 speed: this.speed,
+                 pause: this.pause,
+                 cleartype: this.cleartype});
     }
     if (this.auto_height == 1) {
       var height = null;
@@ -39,4 +43,4 @@ Drupal.behaviors.views_rotator = functio
       $('#' + id).height(height);
     }
   });
-};
\ No newline at end of file
+};
