$(document).ready(function() {
	$('#slideshow').show().cycle({ 
    	timeout:  8000, 
    	speed:  800
	});
});
