#player_back{
	float:right;
	margin:0 0 20px 0;
	width:514px;height:336px;     
}
#player_back, #player_back .sb-inner { background:#FF8F77; }
#player_back .sb-shadow { background:black; }
#player_back .sb-border { background:#F75100; }
#player{
	position:absolute;z-index:100;          
	top:236px;right:17px;
	width:480px;height:260px;
}
/*#player *{
	position:absolute;   
}
#player .mpl_controls{
	top:10px;left:10px;
	width:280px;height:20px;    
}
#player .mpl.button{
	position:relative;float:left;
	width:20px;height:20px;
	margin-right:4px;
	cursor:pointer;
	background: transparent url(/images/player_buttons.gif) 0 0 no-repeat;
}                                                  
#player .mpl.prev{ background-position:0 0;}         
#player .mpl.playpause{ background-position:-40px 0;}
#player .mpl.playpause.playing{ background-position:-60px 0;}
#player .mpl.stop{ background-position:-80px 0;}
#player .mpl.next{ background-position:-20px 0;}

#player .mpl.prev:hover{ background-position:0 -20px;}         
#player .mpl.playpause:hover{ background-position:-40px -20px;}
#player .mpl.playpause.playing:hover{ background-position:-60px -20px;}
#player .mpl.stop:hover{ background-position:-80px -20px;}
#player .mpl.next:hover{ background-position:-20px -20px;}

#player .mpl_track{                                                    
	right:2px;	
}
#player .mpl_track,#player .mpl_track *{
	width:180px;height:20px;
	cursor:pointer;
}
#player .mpl_track_loading{
	width:0;
	background:transparent url(/images/player_loading.gif) 0 8px no-repeat;
}
#player .mpl_track_current{
	width:14px;
	background:transparent url(/images/player_buttons.gif) -100px 0 no-repeat;
}
#player .mpl_track_current:hover{
	background-position:-100px -20px;
}        
#player .mpl_actually_playing{  
	top:35px;left:10px;
	width:280px;height:82px;
	line-height:22px;
	color:#FDFEE5;
	overflow:hidden;
	opacity:0.8;                    
	border-bottom:1px solid #FDFEE5;
	border-top:1px solid #FDFEE5; 
	color:white;
	font-size:14px;
}   
#player .mpl_artist_name,#player .mpl_song_title{
	position:relative;
	text-align:center;
	width:197px;  
}
#player .mpl_artist_name{
	margin:7px 0 2px 83px;
	border-bottom:1px solid #FDFEE5;
}
#player .mpl_song_title{
	margin:2px 0 0 83px ;               	
}
#player .mpl_image{
	position:absolute;
	top:4px;left:4px;
	width:72px;height:72px;
	border:1px solid #FDFEE5;
	background:transparent url(/images/blank.gif) center center no-repeat;   
}
#player .mpl_image.first{
	background-image:url(/images/couv01.gif);
}
#player .mpl_image.second{
	background-image:url(/images/couv02.gif);
}
#player .mpl_actually_playing div.sb-shadow{
	background-color:#100;
}
#player .mpl_playlist{ 
	top:123px;left:12px;
	display:block;
	width:276px;height:125px;
	overflow:auto;
}
#player .mpl_playlist *{
	position:relative;
}
#player .mpl_playlist li{
	background-color:#F75100;
	color:#FDFEE5;
	list-style:none;
	padding:0 5px;
	width:auto;height:22px;
	line-height:22px; 
	overflow:hidden;
}
#player .mpl_playlist li:hover,#player .mpl_playlist li:hover.alternate{
	background-color:#FF8F77;
}
#player .mpl_playlist li:hover a{ 
	color:#F75100;
} 
#player .mpl_playlist li.alternate{
	background-color:#FDFEE5; 
	color:#F75100; 
}
#player .mpl_playlist a{    
	font-weight:none;
	font-size:13px;
	display:block;
	color:#FDFEE5;
	border:0;
}
#player .mpl_playlist li.alternate a{
   	color:#F75100;
	border:0;
}*/
