	$(document).ready(function(){
		$('.slideshow').cycle({
			fx: 'fade',
			timeout: 1000,	// milliseconds between slide transitions (0 to disable auto advance)
			speed: 5000,// speed of the transition (any valid fx speed value)
			cleartype:     !$.support.opacity,  // true if clearType corrections should be applied (for IE) 
    		cleartypeNoBg: true // set to true to disable extra cleartype fixing (leave false to force background color setting on slides) 
		}); 
    }); 
