Hide until completely loaded

Hide until completely loaded

Hello

I created a slideshow using the cycle-lite plugin LINK.
LINK TO SLIDESHOW

The slideshow is nearly great. The first time you load the images it is a bit bizarre. The images loads and fades at the same time.

Is there a way i can hide the images until all has loaded then trigger the slideshow.

$(function() {
    $('#slideshow').cycle({
    timeout: 4000,
    speed: 1600,
    pause: 1,
    delay: 4000
                    });
});