.player {
	position:relative;
	width: 340px;
	height: 198px;
	border: 1px solid black;
}
.music_info {
	height: 46px;
	padding:2px;
}
.player_bar {
	height:16px;
	border: 0px solid red;
	background:url('../img/player_bar_back.png');
}
.player_play_pause {
	float:left;
	height: 16px;
	background:transparent;
	border: none;
	padding-left:5px;
	padding-right:5px;
	/*padding-top:5px;*/
	text-decoration:none;
}
.player_time {
	float:left;
	font-size:8px;
	font-weight:bold;
	padding-top:3px;
	padding-left:2px;
	padding-right:2px;
	cursor: default;
	width: 25px;
	overflow:hidden;
}
.player_time_bar {
	float:left;
	width: 220px;
	border: 0px solid red;
	margin-left:2px;
	margin-right:2px;
	height: 16px;
}
.player_playlist_holder {
	border: 0px solid green;
	height:130px;
}
.player_playlist {
	float:left;
	overflow:hidden;
	height:130px;
	width:330px;
}
.player_playlist_item {
	background: #E7E7E7; /*url('../img/player_pls_back.png');*/
	height: 32px;
	margin:1px;
	color:black;
	padding: 4px;
}
.player_playlist_item_selected {
	background: #000000;
	height: 32px;
	margin:1px;
	color:white;
	padding: 4px;
}
.player_playlist_scrollbar {
	float:right;
	width: 8px;
	height: 130px;
	background: url('../img/player_scroll_back.png');
	background-repeat:repeat-y;
	position:relative;
}
.player_playlist_scrollthumb {
	background: url('../img/player_scroll_scroll.png');
	height: 20px;
	width: 8px;
	position: absolute;
	top:0px;
	cursor: default;
}
.player_progress_loaded {
	margin-top:5px;
	background: url('../img/player_progress_loaded.png');
	background-repeat: repeat-x;
	width: 0px;
	height: 7px;
	line-height: 7px;
	border: 0px solid red;
	position:relative;
}
.player_progress_played {
	background: url('../img/player_progress_played.png');
	background-repeat: repeat-x;
	width: 0px;
	height: 7px;
	line-height: 7px;
	float:left;
}
.player_progress_thumb {
	background: url('../img/player_progress_thumb.png');
	background-repeat: no-repeat;;
	float:left;
	width: 3px;
	height:7px;
	cursor: default;
}
.player_volume_mute {
	background: url('../img/player_volume_mute.png');
	float:right;
	border: 0px solid red;
	width: 35px;
}
.player_volume_nonmute {
	background: url('../img/player_volume_nonmute.png');
	/*float:left;*/
	border: 0px solid red;
	width: 13px;
	/*width: 30px;*/
}
.player_song_image {
	float:left;
	width: 100px;
	line-height: 130px;
	margin:1px;
	background-color: #E7E7E7;
}
.player_music_link {
	margin: 0px 5px 0px 5px;
	font-weight: bold;
	color: #777777;
}


/*artist css*/
.player_volume_nonmute_artist {
	background: url('../img/player_volume_nonmute_artist.png');
}
.player_volume_mute_artist {
	background: url('../img/player_volume_mute_artist.png');
}
.player_bar_artist {
	background:url('../img/player_bar_back_artist.png');
}
.player_playlist_item_artist {
	background: #b8b8b8; /*url('../img/player_pls_back.png');*/
	height: 32px;
	margin:1px;
	color:black;
	padding: 4px;
}
.player_song_image_artist {
	float:left;
	width: 100px;
	line-height: 130px;
	margin:1px;
	background-color: #b8b8b8;
}
.player_music_link_artist {
	margin: 0px 5px 0px 5px;
	font-weight: bold;
	color: #eeeeee;
}

