$(document).ready(function() {
	$('#flash-banner .item-list ul').cycle({
		fx:'fade',
		speed:'slow',
		timeout:5000,
		pause:2,
	});
});


