$(document).ready(function() {
	$('.sports-viewmore-imagery').show().innerfade({
		animationtype: 'fade',
		speed: 'slow',
		timeout: '5000',
		type: 'sequence',
		containerheight: 85
	});
});