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