jQuery Cycle Plugin, fade transition do not work in Firefox.

jQuery Cycle Plugin, fade transition do not work in Firefox.

hi there
jQuery Cycle Plugin, fade transition do not work in Firefox. It is ok in IE, Safari and Opera but in Firefox instead of fade transition between slides I have for a fraction of the sec. blue color of div background.
Please help.
 
$(document).ready(function() {
    $('#slider').cycle({
  fx: 'fade', // choose your transition type, ex: fade, scrollUp, shuffle, etc...
  speed: 2000,
  timeout: 500,
  next: '#slider',
  pause: 1
 });
});