#playlist {
	padding: 10px;
	height: 110px;
	width: 400px;
	color: #fff;
}

#playlist #cover {
	float: left;
	border: 1px solid #fff;
	width: 100px;
	height: 100px;
	margin-right: 5px;
	background: url('/images/iphone/nopicture.png');
}

#playlist .text {
	white-space: nowrap;
}

#playlist #title {
	font-size: 18px;
	font-weight: bold;
}
#playlist #artist {
	font-size: 14px;
	font-style:	italic;
}
#playlist #album {
	font-size: 12px;
	font-style: normal;
}

#playlist #badges {
	margin-top: 17px;
	margin-bottom: 5px;
}

#playlist #next {
}
