#NewFeaturesContainer {
}

#NewFeaturesList {
	margin: 0;
	padding: 0;
	list-style: none;
}

#NewFeaturesList li {
	margin: 0;
	padding: 0;
}

#NewFeaturesList a {
	float: left;
	margin-right: 8px;
	padding: 5px;
	width: 200px;
	height: 100px;
	text-decoration: none;
	font-size: 16px;
	color: #00f;
	line-height: 24px;
	border: 3px solid #999;
	border-radius: 10px;
	-moz-border-radius: 10px;
	box-shadow: 4px 4px 4px #ccc;
	-moz-box-shadow: 4px 4px 4px #ccc;
	-webkit-box-shadow: 4px 4px 4px #ccc;
}

#NewFeaturesList a:hover, #NewFeaturesList a:active {
	background: #ffc;
}

#NewFeaturesList a div {
	font-size: 12px;
	text-align: justify;
	line-height: 14px;
	color: #000;
}