$(document).ready(function() {

	$.featureList(
		$("#tabs_slider_videos li a"),
		$("#output_slider_videos li"), {
			start_item	:	0
		}
	);
		/*
	
	// Alternative
		
	$('#tabs li a').featureList({
		output			:	'#output_slider_videos li',
		start_item		:	0
	});
		*/
});
