$(function() {
    $('#slideshow').cycle({
		fx:         'fade',
        timeout:     6000,
        pagerEvent: 'mouseover',
        fastOnEvent: true
    });
});
