$(document).ready(
	function(){
		$('#showcase').innerfade({
			animationtype: 'fade',
			speed: 1000,
			timeout:10000,
			type: 'sequence',
			containerheight: '305'
		});
});