.song {
}

.song .image {
	position:relative;
	float:left;
	width:55px;
	height:55px;
	font-size:0;
}

.song .image:after {
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:55px;
	height:55px;
	box-shadow:1px 1px rgba(0, 0, 0, .3) inset, -1px -1px rgba(0, 0, 0, .3) inset;
}

.song .i {
	display:none;
	position:absolute;
	z-index:2;
	left:0;
	top:0;
	width:55px;
	height:55px;
	background-color:#000;
	opacity:.3;
	filter:alpha(opacity=30);
}

.song .image b {
	display:none;
	position:absolute;
	z-index:3;
	left:15px;
	top:15px;
	width:24px;
	height:24px;
	background:url('../img3/icon.png') no-repeat 0 -264px;
	_background-image:url('../img3/icon.gif');
	cursor:pointer;
}

.song .play i,
.song .play b,
.song .pause i,
.song .pause b {
	display:block;
}

.song .image b:hover{
	background-position:0 -288px;
}

.song .image .topause{
	background-position:-24px -264px;
}

.song .image .topause:hover{
	background-position:-24px -288px;
}

.song .image .toplay{
	background-position:0 -264px;
}

.song .image .toplay:hover{
	background-position:0 -288px;
}

.song .info {
}

.song p {
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	line-height:24px;
	color:#999;
}

.song a {
	line-height:24px;
	color:#999;
}

.song a:hover {
	color:#666;
}

.song strong a {
	font-size:14px;
	color:#333;
}

.song strong a:hover {
	color:#F50;
}
