$(document).ready(function() {
	$('#visualContent').innerfade({
		speed: 0,
		timeout: 4000,
		type: 'random',
		containerheight: '299px'
	});
	
	$('#smallVisual').innerfade({
		speed: 0,
		timeout: 3000,
		type: 'random',
		containerheight: '187px'
	});
})

