$(function() {

$('.slideshow').cycle({
   fx:     'scrollRight',
           speed:    500,
   timeout:  4000,
   random:  1
});

});
