$(document).ready(function() {
	$("div#slides").cycle({
		fx: 'scrollHorz',
		speed:  'slow', 
		timeout: 0,
		prev: '#prev',
		next: '#next'
		});
});	
	
