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

