$(document).ready(function() {
	$('ul#photos').innerfade({
		speed: 1500,
		timeout: 3000,
		type: 'sequence',
		containerheight: '285px'
	});
});