
/* SoundCloud / SoundManager
----------------------------- */

#streaming-player { 
	float: left;
	height: 28px;
	padding-top: 11px;
}

#streaming-player li {
	float: left;
}

#streaming-player li a {
	background: transparent url(../images/sprites.png) no-repeat 0 0;
	height: 18px;
}

#streaming-player li.player-prev a {
	width: 22px;
	background-position: -322px -85px;
}

#streaming-player li.player-play a {
	width: 22px;
	background-position: -342px -85px;
}

#streaming-player li.player-play a.soundcloud-is-playing {
	width: 22px;
	background-position: -293px -86px;
}


#streaming-player li.player-next a {
	width: 22px;
	background-position: -362px -85px;
}

#streaming-player li.player-info {
	font-size: 11px;
	padding-left: 10px;
	text-align: right;
	width: 188px;
}

.song-title {
	float: left;
}

#streaming-player .duration {
	float: right;
	width: 84px;
	height: 28px;
}


#streaming-player li.player-progress {
	width: 310px;
	height: 3px;
	background: #fff;
	margin: 7px 14px 0 20px;
} 

.progress-bar {
	background: #154653;
	display: block;
	height: 3px;
}

button.audioPlayer-popout {
	border: none;
	background: transparent url(../images/sprites.png) no-repeat 0 0;
	background-position: -117px -77px;
	width: 38px;
	height: 28px;
	float: right;
	margin-top: 6px;
	margin-right: 4px;
}

button.audioPlayer-popout:hover {
	cursor: pointer;
}

#sm2-container {
    height: 1px;
    left: -9999px;
    position: absolute;
    width: 1px;
}


#streaming-player li a {
    display: block;
}


/**
  * styles for poput player
  */