$(document).ready(function() {
	$('#rotate').cycle({
		pager: '#pager',
		speed: 1400,
		timeout: 8000,
		cleartypeNoBg:true
	});
});