$(document).ready(function() {
	// Slideshow implementation
	$('.slide_box')
	
		.cycle({
			fx:		'fade',
            timeout: '5000'
			
		});
	
});