jQuery( function() {
    $( '#geyser-cycle' ).cycle( {
        timeout: 7000,
        random: true
    } );

    // Added png fix on all document.
    $( '.pngFix' ).pngFix();

} );
