$(document).ready(function()
{
	
	
	$('.slideshow').cycle({
		fx:'fade',
		speed:'1800',
		timeout:'4600'
	}); 
}); 
