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