$(document).ready(function(){
	/* Slideshow */		
	
	$('#slideshow').cycle({ 
		timeout: 5000,
    	speed:  800
	}); 				   
});

