$(document).ready(function() {
    $('#background-pics').cycle({
		fx: 'fade',
		speed:  3000,
		timeout:  5000 
	});
	
	    $('#inner-banner').cycle({
		fx: 'fade',
		speed:  3000,
		timeout:  5000 
	});
});




