$(document).ready(function () {
	$("#photolist").innerfade({
		speed:"slow", 
		timeout:10000, 
		type:"sequence", 
		containerheight:"125px"});
});

