$(function() {

	$("#photolist").show();
	$('#photolist').innerfade({
					speed: 750,
					timeout: 3000,
					type: 'random',
					containerheight: '143px'
				});

});