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