$(document).ready(function() {
	$('#banners').cycle({ 
		fx:    'fade',
		timeout: 10000
	});
});
