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