.mixtape_container {
	width: 25%;
	height: 225px;
	display: inline;
	float: left;
}
.mixtape_feat {
	background-image: url(http://images.livemixtapes.com/feattape.png);
	background-repeat: no-repeat;
}
.mixtape_djs {
	width: 194px;
	height: 27px;
	overflow: hidden; 
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
.mixtape_cover {
	width: 127px;
	height: 127px;
	padding-top: 4px;
	margin: 0 auto 0 auto;
}
.mixtape_cover img {
	border: 1px solid #000;
}
.mixtape_title {
	width: 100%;
	text-align: center;
	padding-top: 8px;
	height: 38px;
}
.mixtape_title span {
	padding: 0 4px 0 4px;
}
span.mixtape_age {
	color: #ff0000;
	margin: 0;
	padding: 0;
}