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