div#playlist {
	position: relative;
	height: 60px;
	z-index: 2;
}

div.jear {
	width: 50px;
	padding: 2px 0px 2px 0px;
	border-color: rgb(225,225,225);
	border-style: solid;
	border-width: 1px;
	text-align: center;
	float: left;
	z-index: 3;	
}

div.line {
	width: 50px;
	padding: 3px 1px 3px 1px;
	color: rgb(175,175,175);
	text-align: center;
	float: left;
}

div.playlist {
	position: absolute;
	padding: 2px 6px 2px 6px;
	background-color: rgb(150,180,255);
	border-color: rgb(150,180,255);
	border-style: solid;
	border-width: 1px;
	visibility: hidden;
	z-index: 4;
}

a.play {
	color: rgb(0,0,0);
	text-decoration: none;
}
