$(document).ready(function(){ 

  $('.slideshow').cycle({
    fx: 'fade',
    prev: '.previous',
    next: '.next',
    speed: 8000,
    random: 1
  });

})

