$(document).ready(
			function(){
				$('#showcase_roll').innerfade({
					speed: 1000,
					timeout: 6000,
					type: 'sequence',
					containerheight: 'auto'
				});
		});

