$(function() {
    $('#slideshow').cycle({
        fx:     'fade',
        timeout: 6000,
        pager:  '#nav',
		slideExpr: 'img'
	    });
});
