jQuery(document).ready(function(){ 
	jQuery('#northwest').innerfade({
		speed: 1000,
		timeout: 20000,
		type: 'sequence',
		containerheight: '280px' 
	});
});
