$(document).ready(function() {
	$('#slides').cycle({
		timeout: 5000,
		pause: 1
	});
});