div.player-container {
	background-color:#FFF;
	width: 100%;
	display: block;
	margin: 0 0 25px
}
ul.player-buttons {
	margin: 0;
	overflow: hidden; 
	*zoom:1;
	padding:0 !important;
}
ul.player-buttons li {
	list-style-type: none;
	display: block;
	float: left;
	margin: 0;
	font-size: 26px;
	color:#000;
	font-weight: bold;
	padding: 12px 0 6px;
}

ul.player-buttons li.pause, ul.player-buttons li.stop {display: none;}
ul.player-buttons li.title {
	border-left: 1px solid #000;
	padding-left: 14px;
}

ul.player-buttons li a {
	padding: 0 5px;
	text-decoration: none
}
ul.player-buttons li a:hover {
	color: #000
}