/*
$(function() {
    $('#countdown').cycle({
        fx:      'fade',
        timeout:  2000,
		speed: 2000,
		autostop: '0'
    });
});
*/

$(function() {
    $('#slideshow').cycle({
        fx:      'fade',
        timeout:  10000,
		speed: 1000
		
    });    
});