#soundtrack {
	width: 420px;
	background: url('../images/soundtrack.jpg') no-repeat;
	font-size: 11px;
}
#soundtrack a.close-fancybox {
	/* background: url('d.png'); */
	position: absolute;
	float: left;
	width: 59px;
	padding-top: 19px;
	height: 0;
	overflow: hidden;
	margin-top: 9px;
	margin-left: 352px;
}

#soundtrack #soundtrack-header {
	width: 100%;
	height: 0;
	padding-top: 97px;
	overflow: hidden;
}

#soundtrack #playlist li {
	overflow: hidden;
}
#soundtrack #playlist li a {
	float: left;
	width: 380px;
	height: 23px;
	padding-top: 7px;
	padding-left: 40px;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
}
#soundtrack #playlist li a span {
	font-weight: bold;
}

#soundtrack #playlist li a:hover {
	background: #E2F2F8;
}
#soundtrack #playlist li a.playing, #soundtrack #playlist li a.playing:hover {
	background: url('../images/play.gif') no-repeat 7px 5px;
}
