#musicplayer {
	float: right;
	
	font-family: "Lucida Grande",Lucida,Verdana,sans-serif;
	font-size: 10px;
	color: #818181;
	background-image: url(/images/mp3player/background.png);
	line-height: 1em;
    width: 277px;
    height: 40px;
}

#musicplayer .button {
	float: left;
	width: 16px;
	height: 16px;
	margin: 6px 2px 2px 2px;
}

#player-info {
	float: left;
	width: 120px;
	height: 12px;
	margin: 7px 2px 2px 7px;
	padding: 2px;
    overflow: hidden;
}

#player-time {
	float: left;
	height: 12px;
	margin: 7px 5px 2px 5px;
	padding: 2px;
    width: 26px;
}

#player-progress {
	clear: both;
	width: 263px;
	margin: 4px 0 0 7px;
	height: 3px;
    float: left;
}

#player-progress2 {
	background-color: #383838;
	height: 100%;
	width: 100%;
}

#player-pause {
	display: none;
}

#playlist {
	position: absolute;
	display: none;
    width: 271px;
	
	font-family: "Lucida Grande",Lucida,Verdana,sans-serif;
	font-size: 12px;
	color: #818181;
	line-height: 1.8em;
	margin: 43px 0 0 0;
	padding: 2px;
	background-color: #000;
	border: 1px solid #282828;

    opacity: .9;
    filter: alpha(opacity=90);

    z-index: 1000;
}

#playlist li {
    clear: both;
}

#playlist li:hover {
	background-color: #282828;	
}

#playlist .current {
	background-color: #222222;	
}

#playlist .description {
    display: none;
    font-size: 0.8em;
}

#playlist .current .description {
    display: block;
}

#playlist img {
    height: 18px;
    float: left;
    margin: 2px;
}

#playlist .current img {
    height: 40px;
    float: left;    
}

