
	$(document).ready(function(){
							 
		$(function() {
				   
			$('#box').cycle({ 
				fx:     'fade', 
				speed:   500, 
				timeout: 5000
				
			});
			
		});
		
	});
