$(document).ready(function(){
	
	$('#rotator-container').cycle({
	fx: 'fade',
	timeout: 3000
	});
	
});