jQuery(document).ready(function($){
$('#slideshow').cycle({ 
    prev:   '<', 
    next:   '>', 
    timeout: 0 
});
});
