$(document).ready(function() {
$('.slideshow').cycle({
fx: 'fade',
speed: 2000, // transition speed
timeout: 4500, // time between slide transition
pause: 0
});
});
