*  {
	margin: 0px;
	padding: 0px;
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;}
html,body {	background-color: #9FB7D3; }
#player {}
	#player p {
		color: #ffffff;
		font-size: 11px;
		padding-left: 64px; }
#playlist {
	position: absolute;
	left: 210px;
	top: 2px;
	line-height: 16px;
	height: 16px;
	list-style-type: none; }
	#playlist li { 
		margin-right: 2px;
		float: left;
		line-height: 16px;
		height: 16px;
		color: #003366;
		font-weight: bold;
		font-size: 11px; }
	#playlist a {
		display: bloack;
		padding: 1px 5px;
		background: url("images/player_button.gif") no-repeat center center; 
		text-decoration: none;
		color: #ffffff; }
	#playlist li.more a { background-image: url("images/player_more.gif") }
