$(document).ready(function() {
    $('.slideshow').cycle({
		cleartypeNoBg: true,  
		fx: 'fade',
		pause:1, 
		timeout:5000 
	});
});

