.feat_mixtapes {
	width: 782px;
	margin: 30px auto 0;
	border-bottom: 2px solid #ddd;
}
.feat_container {
	border-width: 0 3px 0 1px;
	border-style: none solid;
	border-color: #dddddd;
	margin-bottom: 0;
}
.feat_mixtape {
	float: left;
	width: 152px;
	border-left: 2px solid #dddddd;
	padding: 2px 0 6px;
}
.feat_djs {
	display: table-cell;
	height: 28px;
	width: 152px;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	font-size: 10px;
}
.feat_djs a {
	white-space: nowrap;
}
.feat_cover {
	height: 105px;
	width: 110px;
	margin: 8px auto 0;
}
.feat_cover img {
	position: relative;
	z-index: 100;
	top: -15px;
	border: 3px solid #dddddd;
}
.feat_links {
	height: 16px;
	overflow: hidden;
}
.feat_links, .feat_title {
	text-align: center;
	font-size: 10px;
}
.feat_title {
	padding: 4px 4px 0;
	height: 42px;
}
.feat_score {
	font-weight: bold;
	display: block;
	position: relative;
	left: 1px;
	height: 14px;
	width: 42px;
	z-index: 101;
	-moz-border-radius: 0 0 6px 0;
	border-radius: 0 0 6px 0;
	-webkit-border-radius: 0 0 6px 0;
	padding: 0 0 0 2px;
	font-size: 10px;
	background-color: #dddddd;
}