$(document).ready(function() {
	$('.banner div').cycle({
		fx: 'fade',
		timeout: 6250,
		speed: 1500	
	});
});

