#player {
	background-color: #666666;
	width: 350px;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
}
#current {
	height: 100px;
	background-image: url(../player/images/current.jpg);
	padding-top: 35px;
	background-repeat: no-repeat;
}

#player a {
	color: #82B8D2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#player p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
