$(function() {
 
    $('#slideshow').cycle({
        fx:      'scrollHorz',
        speed:    500, 
    	timeout:  3000,
        prev:    '#prev',
        next:    '#next'
    });
    
});
