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