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