#song {
	top: 100px;
	text-align: left;
	line-height: 1.50;
	font-size: 10pt;
	z-index: 13;
	position: absolute;
	visibility: hidden;
	background-color: #191919;
	padding: 10px;
	width: 300px;
	border: 2px solid #fff;
}

#song h1 {
	padding-top: 0px;
	margin-bottom: -10px;
	margin-top: -7px;
	font-style: normal;
	font-size: 16pt;
	font-weight: normal;
}

#song h2 {
	font-style: italic;
	font-weight: normal;
	margin-bottom: -12px;
	padding-top: 0px;
	padding-bottom: 10px;
	font-size: 11px;
}

.closebox {
	margin-left: -25px;
	margin-top: -25px;
	border: 0px;
}

.songList {
	margin-left: 10px;
	margin-top: -10px;
}

.albumCover {
	padding-right: 10px;
	border: 0px;
}

#song a:link {
	border-style: none;
	color: #e7e7e7;
	text-decoration: none;
}

#song a:visited {
	border-style: none;
	color: #e7e7e7;
	text-decoration: none;
}

#song a:hover {
	border-style: none;
	color: #e7e7e7;
	text-decoration: none;
}


