$(document).ready(function(){
	$("div#featureClick li").hover(function(){
		overLi("#FCD87A", this);
	}, function(){
		offLi("#fff", this);
	});
});