// Innerfade	   
		
$(document).ready(
		function(){
			$('#cta-home').innerfade({
				animationtype: 'slide',
				speed: 'slow',
				timeout: 13000,
				type: 'random',
				containerheight: '1em'
			});
			
			$('#cta-services').innerfade({
				animationtype: 'slide',
				speed: 'slow',
				timeout: 13000,
				type: 'random',
				containerheight: '1em'
			});			
});
