$(function(){
	
	$('div#promo div').innerfade({
		animationtype: 'fade',  // or 'slide'
		speed: 600,
		timeout: 6000,
		containerheight: "288px"
	}); 
	
});
