// **** Fade Intro Images ****
$(document).ready(
	function(){
		$('#intro-images').innerfade({
			animationtype: 'fade',
			speed: 1000,
			timeout: 8000,
			type: 'sequence',
			containerheight: '350px'
		});
});