$(document).ready(function () {

    $('.modImgListInnerfade_defaut ul').innerfade({
        animationtype: 'fade',
        speed: 2500,
        timeout: 6000,
        type: 'random',
        containerheight: '150px'
    });

    $('.modImgListInnerfade_timbre ul').innerfade({
        animationtype: 'slide',
        speed: 800,
        timeout: 15000,
        type: 'random_start',
        containerheight: '210px'
    });

});
