$(document).ready(function(){
	$('#carousel ul').cycle({
		fx: 'fade',
		fit: 1,
		height: '229', 
		width: '779',
		timeout: 6000 
	});
});
