.progress-bar {
	position: relative;
	float:left;
	margin: 8px 7px;
	width: 85px;
	height: 4px;
	background-color: #FFFFFF;
	cursor:pointer;
}

.progress {
	width: 0;
	height: 100%;
	background-color: #8395b4;
	
}

.player{
	width:165px;
	height:20px;
	background-color: #DEDEDE;
	float:left;
}

.player-btn-play, .player-btn-pause, .player-btn-stop{
	float:left;
	cursor:pointer;
}

.player-btn-play:hover, .player-btn-pause:hover, .player-btn-stop:hover{
	opacity:.80;
	filter:alpha(opacity=80);
}

.player-btn-download:hover{
	background-color: transparent!important;
}