$(document).ready(function() {
	$('#Showcase').innerfade({
		speed: 'slow',
		timeout: 4000,
		type: 'sequence',
		containerheight: '400px'
	});

	$('#Gallery li a').lightBox();
});
