$(document).ready(function() {
	$.featureList(
		$("#slide-tab li a"),
		$("#slide-img li"), {
			start_item	:	1
		}
	);
});
