$(document).ready(function(){
    $('#home_works').cycle({
        fx: 'fade',
        random:  1,
        speed: 1000,
        timeout: 3000
    });
});

