﻿jQuery(function($) {
	// Feature box
	$('ul.featureLinks li a').featureList({
		output: 'ul.featureImgs li'
	});
});
