$(function() {
    //$('#slideshow').cycle({slideExpr: 'span', fx: 'fade', timeout: 6000, speed: 3000 });
    $('#slideshow').cycle({slideExpr: 'span', fx: 'fade', height: 208, continuous: 1 });
    //$('#slideshow').cycle({slideExpr: 'p', fx: 'scrollRight', timeout: 6000, speed: 3000 });
    $('#slideshow').cycle({slideExpr: 'p', fx: 'scrollRight', height: 208, continuous: 1 });
});
