$(document).ready(function() {
	// Slideshow implementation
	$('.home_content_slideshow')
		.cycle({
			fx:		'fade',
			delay:  4000 
		});
				});
