$(document).ready(function()
{
	$('div#rotating-images').cycle({
		fx: 'fade',
		timeout: 5000
	});
});