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