$(document).ready(function(){
	$('#banner ul').innerfade({
		'speed':'slow',
		'timeout': 3500
	});
});
