$(document).ready(function(){
	
	$('#rotatingContainer, #aboutRotatingContainer tr td, #aboutRotatingContainer').cycle({
	 fx:'fade',
	 timeout: 4500,
	 speed:2500
	});
	$('#rotatingContainer2, #aboutRotatingContainer2').cycle({
	 fx:'fade',
	 timeout: 2000,
	 speed:800
	});
	
});
