$(document).ready(function() {

		$.featureList(
			$("#tabs li a"),
			$("#output li"), {
				start_item	:	1
			}
		);

					$('#flux').innerfade({
						annimationtype:'slide',
						speed: 2500,
						timeout: 4000,
						type: 'sequence',
						containerheight: '95px'}
			);

});
