$(function() {
    $('#slideshow').cycle({
        fx:     'fade', // scrollLeft
		delay: -1000 ,
        timeout: 5000,
        pager:  '#pager',
		slideExpr: 'img'
    });
});
