$(document).ready(function() {
	$('#slides').cycle({
		fx: 'fade',
		timeout: '9000',
		prev: 'header .previous',
		next: 'header .next'
	});
});
