$(document).ready(function(){
	$('#the-slides').cycle({
		fx: 'fade',
		timeout:  10000,
		pause: 1,
		pager: '#the-pager'
	});
});
