$(document).ready(function() { 
	$('#rotator').cycle({ 
		timeout: 5000,
		fx:     'fade',
		pager:	'#rotatorNav'
	});
});
