$(document).ready(
	function(){
		$('#images').innerfade({
			animationtype: 'fade',
			speed: 1000,
			timeout: 5000,
			type: 'sequence',
			containerheight: '300px'
		});
		
		$('#decals').innerfade({
			animationtype: 'fade',
			speed: 1000,
			timeout: 3000,
			type: 'sequence',
			containerheight: '91px'
		});
});