$(function() {
	$('#about-showcase').showcase({
		autoAdvance: true,
		navCreate: false,
		transType: 'fade'
	});
});