$(document).ready(function() {
    $('div.gallery').innerfade(
                    { animationtype: 'fade',
                      speed: 'slow',
                      timeout: 5500,
                      type: 'random_start',
                      containerheight: '300px' }
    );
});


