﻿// This next section sets up the fading images for the Sponsors section on the sidebar. 
// SPEED: In milliseconds - how long the transition should take.
// TYPE: Type of slideshow: 'sequence', 'random' or 'random_start'
// CONTAINERHEIGHT: The height of the div that is calling the innerfade method.


$(function() {
    $('div #mozaiek').innerfade({
        speed: 3000,
        timeout: 6000,
        type: 'sequence',
 		containerheight: '163px'
    });

    $('div #portret').innerfade({
        speed: 3000,
        timeout: 6000,
        type: 'sequence',
 		containerheight: '163px'
    });

    $('div #bedrijf').innerfade({
        speed: 3000,
        timeout: 6000,
        type: 'sequence',
 		containerheight: '163px'
    });

    $('div #produkt').innerfade({
        speed: 3000,
        timeout: 6000,
        type: 'sequence',
 		containerheight: '163px'
    });

    $('div #evenement').innerfade({
        speed: 3000,
        timeout: 6000,
        type: 'sequence',
 		containerheight: '163px'
    });
    $('div #zwanger_baby').innerfade({
        speed: 3000,
        timeout: 6000,
        type: 'sequence',
 		containerheight: '163px'
    });
    $('div #kinderen').innerfade({
        speed: 3000,
        timeout: 6000,
        type: 'sequence',
 		containerheight: '163px'
    });
    $('div #16portretten').innerfade({
        speed: 3000,
        timeout: 6000,
        type: 'sequence',
 		containerheight: '163px'
    });
    $('div #duos').innerfade({
        speed: 3000,
        timeout: 6000,
        type: 'sequence',
 		containerheight: '163px'
    });
    $('div #groepsfoto').innerfade({
        speed: 3000,
        timeout: 6000,
        type: 'sequence',
 		containerheight: '163px'
    });
    $('div #bewerkingen').innerfade({
        speed: 3000,
        timeout: 6000,
        type: 'sequence',
 		containerheight: '163px'
    });


});
