#player {
	margin: 0;
	padding: 0;
	font-family: 'arial';
	position: relative;
	line-height: 1;
}

#player-tracks {
	position: absolute;
	left: 42px;
	top: 11px;
}

#player-tracks .track {
	display: block;
	float: left;
	width: 43px;
	height: 46px;
	margin-right: 5px;
	background-color: #413f42;
	cursor: pointer;
	position: relative;
}

#player-tracks .track .desc {
	display: none;
	width: 215px;
	padding: 10px;
	background-color: #e02224;
	position: absolute;
	bottom: 57px;
	color: #ffffff;
	font-weight: bold;
	font-size: 11pt;
}

#player-tracks .track em {
	font-style: normal;
	font-size: 9.5pt;
}

#player-tracks .track img {
	max-width: 43px;
	max-height: 46px;
}

#player-tracks .track .desc span {
	display: block;
	width: 12px;
	height: 11px;
	position: absolute;
	left: 15px;
	bottom: -11px;
	background: url(img/arr.png) no-repeat;
}

#controls {
	width: 493px;
	position: absolute;
	right: 42px;
	top: 11px;
}

#controls .top, #controls .bottom {
	width: 493px;
	position: absolute;
	left: 0px;
}

#controls .top {
	height: 20px;
	background-color: #ebebeb;
}

#controls .bottom {
	height: 25px;
	top: 21px;
	background-color: #999999;
	color: #ffffff;
}

#controls .text {
	width: 425px;
	height: 20px;
	color: #555555;
	font-size: 10pt;
	position: absolute;
	left: 10px;
	top: 2px;
	white-space: nowrap;
	overflow: hidden;
}

#controls .text span {
	position: absolute;
	top: 0px;
	left: 0px;
}

#controls .time {
	display: block;
	width: 37px;
	height: 9px;
	position: absolute;
	right: 10px;
	top: 4px;
	color: #ffffff;
	font-size: 8pt;
	background-color: #999999;
	text-align: center;
	padding-top: 1px;
	padding-bottom: 2px;
}

#controls .stream, #controls .buttons, #controls .sliders {
	float: left;
	height: 25px;
	border-right: 1px solid #f6f6f6;
}

#controls .stream {
	width: 61px;
	padding-left: 9px;
	padding-top: 3px;
}

#controls .buttons {
	width: 156px;
	padding-left: 17px;
}

#controls .prev {
	background: url(img/prev.png) 3px 5px no-repeat;
}

#controls .stop {
	background: url(img/stop.png) 5px 5px no-repeat;
}

#controls .play {
	background: url(img/play.png) 6px 5px no-repeat;
}

#controls .pause {
	background: url(img/pause.png) 6px 5px no-repeat;
}

#controls .next {
	background: url(img/next.png) 4px 5px no-repeat;
}

#controls .btn {
	float: left;
	width: 21px;
	height: 21px;
	margin-right: 9px;
	margin-top: 2px;
	cursor: pointer;
}

#controls .sliders {
	width: 248px;
	border-right: none;
	font-size: 10pt;
	position: relative;
}

#controls .bar {
	width: 80px;
	height: 1px;
	background-color: #ffffff;
	position: absolute;
	right: 0px;
	top: 12px;
}

#controls .slider {
	width: 11px;
	height: 11px;
	background: url(img/slider.png) 3px 3px no-repeat;
	cursor: pointer;
	position: absolute;
	top: -5px;
	left: -3px;
}

#controls .buffer, #controls .volume {
	float: left;
	width: 130px;
	height: 25px;
	position: relative;
}

#controls .buffer span {
	position: absolute;
	top: 5px;
	left: 9px;
}

#controls .volume {
	width: 98px;
	margin-left: 10px;
}

#controls .volume .slider {
	left: 39px;
}

#controls .volume span {
	position: absolute;
	top: 5px;
	left: 1px;
}

#controls .volume .bar {
	width: 47px;
}

#debug {
	display: none;
	position: absolute;
	bottom: 10px;
	left: 10px;
	background-color: #000000;
	color: #ffffff;
	padding: 10px;
	font-size: 15px;
}