$(document).ready(function() {
    $('#slideshow').cycle({
		fx: 'fade',
		timeout: 8000
		//cleartypeNoBg: true
	});
});
