

.clear {
 float:none;
 clear:both;
 font-size:1px;
 line-height:1px;
 height:1px;
 overflow:hidden;
}

#mpc {
 width:auto;
 _width:37.3em;
 border:1px solid #666;
 border:1px solid rgba(255,255,255,0.25);
 border-radius:3px;

}

#mpc #wrapper {
 position:relative;
 <!-- background:#333;
 background:rgba(235,235,235,0.5 --);
 padding:0.1em;
 border-radius:1px;
}

#mpc ul {
 margin:0px;
 padding:0px;
 margin-left:2px;
 *margin-left:1em;
 _margin-left:2px;
 padding:2px 0px 2px 0px;
}

#mpc ul li {
 position:relative;
 float:left;
 display:inline;
 width:8.9em;
 height:8.9em;
 margin:0.1em;
 background:#191919;
 border:0px solid rgba(0,0,0,0.75);
 border-radius:2px;
 font:normal 0.8em/0.8em "helvetica",verdana,arial,system;
 padding:0.2em;
 line-height:1.2em
 cursor:pointer;
 cursor:hand;
 color:#fff;
 text-transform:uppercase;
 font-weight:normal;
}

#mpc ul li span {
 text-transform:none;
 font-weight:normal;
 color:#ccc;
}

#mpc ul li.active {
 background:#666;
}



#mpc ul li.active div,
#mpc ul li.loading div {
 visibility:visible;
}

.songs{
    padding-top:40px;

	font-family: Verdana;
	font-size: 1.0em;
	text-align: center;
}

a {
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
	text-decoration: none;
}