$(document).ready( 
function()
{ 
	$('#current_features').innerfade(
	{ 
		speed: 'slow', 
		timeout: 3200, 
		type: 'sequence', 
		containerheight: '262px' 
	}); 
} 
); 