#bstmp3player_mp3playlist {
    width:395px;
    margin:auto;
    margin-top:50px;
}

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

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

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

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

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

.bstmp3player_trackinfo_song {
	width:280px;
	padding-left:5px;
    font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size:10px;
    padding-top:2px;
    color:#999999;
}

.bstmp3player_trackinfo_song:hover {
    color:#3399ff;
}

.bstmp3player_trackinfo_artist {
	width:150px;
}

.bstmp3player_trackinfo_album {
	
}

#bstmp3player_playerWrap {
	visibility:hidden;
}

