$(document).ready(function() {
	// Slideshow implementation
	$('.home_slideshow_images')
		.cycle({
			fx:		'fade'
			
		});
				});
