$(document).ready(function() {
    $('.slideshow').cycle({
		fx: 'scrollLeft', // choose your transition type, ex: fade, scrollUp, shuffle, etc...
		speed:         450,  // speed of the transition (any valid fx speed value)
		timeout:       8000,  // milliseconds between slide transitions (0 to disable auto advance) 
		cleartype: true,
		cleartypeNoBg: true

	});
});
