$(document).ready(function() {
	
	// Feature Transition
	$.featureList(
		$("#tabs li a"),
		$("#output li"), {
			start_item	:	1
		}
	);
});