.new_features {
	background: url(../images/new_features_top.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #222222;
	width: 300px;
	min-height: 165px;
}
.new_features.item {
	background: url(../images/new_features_mobile.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #222222;
}
.new_features_bottom {
	background: url(../images/new_features_bottom.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	height: 5px;
	margin-bottom: 10px;
	width: 300px;
}
.new_features_content {
	display: block;
	padding: 7px 100px 7px 7px;
	color: #ccc;
	text-align: left;
}
.new_features a:hover {
	color: white;
	text-decoration: none;
	cursor: pointer;
}
.new_features_content h1 {
	margin-bottom: 3px;
	color: white;
	text-align: left;
}