	$(document).ready(function() {
		$('#slider02').cycle({ 
			fx:    'fade', 
			speed:  1500 ,
			timeout: 8000
		});
	});

