$(function() {
	$('ul#gallery').innerfade({
		animationtype: 'slide',
		speed: 'slow', 
		timeout: 4500, 
		type: 'sequence', 
		containerheight: '252' 
	});
});