$j(document).ready(function() {

  $j('#testimonials_images').cycle({
    fx: 'fade',
    timeout: 6500,
    speed: 500
  });
  
});
