$(document).ready(function() {
		
    	$('#taxTipsShow').cycle({ 
			fx: 'fade', 
			speed:   380,
			sync: 0,
			cleartype: 1,
			startingSlide: 0
    	});
		
	});
