$(document).ready(function() {
	// Slideshow implementation
	if($('.home_slideshow').length > 0)
	{
		$('.home_slideshow').cycle({
					timeout:  5000, 
				fx:		'fade'
				
			});
	}
});




