$(document).ready(function(){
	$("#new_content").cycle({
		fx:     'fade',
		timeout: 12000,
		containerResize: 1,
		pauseOnPagerHover: 1,
		cleartype: 1,
		sync: 0
	});
});

