Hello please check demo
If slide items are img it will work
<div class="cycle-slideshow testimonials">
<blockquote class="cycle-slide">
text
</blockquote>
<blockquote class="cycle-slide">
text
</blockquote>
</div>
$('.cycle-slideshow').cycle({
fx: 'fade',
speed: 3000,
timeout:4000,
slides: '> blockquote'
});