#bstmp3player_mp3playlist {
	padding-bottom:50px;
}

.bstmp3player_mp3trackwrap {
	padding-bottom:2px;
	height:20px;
	display:block;
	clear:both;
	text-decoration:none;
	cursor:pointer;
	z-index:0;
}

.bstmp3player_playbutton_out {
	width:20px;
	height:20px;
	background:url(images/playbutton_out.png);
	float:left;
}

.bstmp3player_playbutton_in {
	width:20px;
	height:20px;
	background:url(images/playbutton_in.png);
	float:left;
}

.bstmp3player_track_out {
	height:20px;
	width:478px;
	float:left;
	background:url(images/track_out.png);
	margin-left:2px;
	display:block;
}

.bstmp3player_track_in {
	height:20px;
	width:478px;
	float:left;
	background:url(images/track_in.png);
	margin-left:2px;
	display:block;
}

.bstmp3player_trackinfo_song {
	width:180px;
	padding-left:5px;
}

.bstmp3player_trackinfo_song:hover {
	color:#4c667f !important;
}

.bstmp3player_trackinfo_artist {
	width:150px;
}

.bstmp3player_trackinfo_album {
	
}

#bstmp3player_playerWrap {
	visibility:hidden;
}

