.slideshow { height: 450px; width: 232px; margin: auto }
.slideshow { margin: auto }
.slideshow img { padding: 15px; border: 1px solid #ccc; background-color: #eee; }
$(document).ready(function() {
$('.slideshow').cycle({
fx: 'shuffle',
// choose your transition type, ex: fade, scrollUp, shuffle, etc...
// easing: 'backout'
speed: 1200
});
});





![]()
