$(document).ready(
	function(){
		$('#previews').innerfade({
			speed: 'slow',
			timeout: 5000,
			type: 'sequence',
			containerheight: '448px'
		});
		
	}
);
