$(document).ready(function() {
    $('.rotatingteasers').cycle({
		fx: 'fade'
	});
	
	$('#rotation').cycle({
		fx: 'fade'
	});
});
