jQuery(document).ready(function($){
$('#slideshow').cycle({
    fx:     'scrollLeft', 
    speed:  '600', 
    timeout: 6000 });
});