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