$(document).ready(function() {

    $('.slideshow').cycle({ 
    fx:      'scrollLeft', 
    speed:    600, 
    timeout:  3000 
});         
    
});
