$(document).ready(function() {   
	$('#box-promo-rotator-content').innerfade({   
		speed: 'slow',
        type: 'sequence',
		timeout: 10000, 
        containerheight: '250px'  
    }); 
		
	$('#box-promo-rotator-content').show();
});
