$(document).ready(function(){
	jQuery('.slideshow').cycle({ 
		timeout:  4000, 
		speed:  500
	});
});
