#radioDiv
{
 	position: absolute; 
 	top: 10px; 
 	right: 0px;
 	height: 20px;
 	width: 350px;
 	display: none !important;
}

#radioDiv .player {
	position: relative;
	height: 35px;
}
#radioDiv .player .track-name {
	position: absolute;
	top: 7px; left: 93px;
	font-family:Helvetica;
	color: #ffffff;
	font-size: 11px;
	line-height: 11px;
}
#radioDiv .player .track-name .value {
	display: inline;
	margin-left: 5px;
}
#radioDiv .player a {
	position: absolute;
	top: 0px;
	display: inline-block;
	height: 25px;
	width: 25px;
	line-height: 23px;
	text-align: center;
	background-color: #db0038;
	
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
#radioDiv .player a[href=last] {
	left: 0px;
}
#radioDiv .player a[href=play] {
	left: 30px;
}
#radioDiv .player a[href=next] {
	left: 60px;
}
#radioDiv .player .progress {
	position: absolute;
	left: 62px;
	bottom: 8px;
	height: 6px;
	width: 258px;
	background-color: #730016;
}
#radioDiv .player .progress .value {
	position: absolute;
	left: 0px;
	height: 100%;
	width: 0%;
	background-color: #FFF;
}