$(document).ready(onReady);

function onReady(){
	$('#banner').cycle({fx: 'fade', speed: 3000});
	/*$('#banner>li').corner('round right');*/
}