#playerWrapper {
	display: none;
	padding: 10px 20px 10px 20px;
	position: fixed;
	bottom: 10px;
	right: 20px;
	width: 310px;
	height: 50px;
	background: transparent url(http://www.vinylstars.com/images/player_bg.png) top left no-repeat;
	color: white;
	font-family: arial;
	font-size: 11px;
}

#player {
	width: 292px;
	float: left;
}

#closePlayer {
	float: left;
	cursor: pointer;
}

#playerInfo {
	margin: 0 0 2px 0;
}

#playerArtist {
	font-weight: bold;
}

#playerTitle {
}

#playerTrack {
}

#trackNotFound {
	font-weight: bold;
	color: #990066;
}
