$(document).ready(function(){
	$('#marketing').innerfade({
		speed: 1500,
		timeout: 7000,
		type: 'sequence',
		containerheight: '233px'
		});
});