$(document).ready(function() {
    $('#slideshow_prize').cycle({
        speed:     'slow',
        timeout:   6000,
        pager:     '#btn',
        pause:     false,
        slideExpr: 'img'
    });
});

