$(document).ready(function() {

	$('#background').cycle({
		fx: 'fade',
		timeout: 5000,
		pager: '.numbers'
	});
	
});