$(document).ready(function() {
    $('.slideshow').cycle({
		cleartypeNoBg: true,  
		fx: 'scrollLeft,scrollDown,scrollRight,scrollUp',
		pause:1, 
		timeout:4000 
	});
});
