#station_logo {
		background-image: url('/media/img/player/station_logo_wnyc.png');
		background-repeat: no-repeat;
}

#station_logo.wqxr,
#station_logo.q2 {
		background-image: url('/media/img/player/station_logo.png');
		background-repeat: no-repeat;
}

#station_logo_wrapper.wqxr,
#station_logo_wrapper.q2 {
		margin-top: 13px;
		margin-bottom: 7px;
}


/* popup player */

.player_wrapper .playlists #my_playlist li:hover,
.player_wrapper .playlists #most_listened li:hover {
		background: #eee;
}

ul.tabs li a {
		cursor: pointer;
		font-family: 'Gotham SSm A', 'Gotham SSm B', 'Lato', Arial, sans-serif;
		font-size: 18px;
		color: #666;
		font-weight: bold;
		background: none;
		text-indent: 0;
}

ul.tabs li.my_playlist a {
		width: 100px;
		border-right: 1px solid #CCCCCC;
		margin-right: 10px;
		height: 20px;
}

/* Inline Buttons */

.Listen {
    background-image: url('/media/img/player/icon-player-popup.gif');
}

.Add {
    background-image: url('/media/img/player/icon-player-add.gif');
}

.Embed {
		background-image: url('/media/img/player/icon-player-embed.gif');
}

.Download {
    background-image: url('/media/img/player/icon-player-download.gif');
}

p.downloadlink a.Stream {
		background-image: url('/media/img/player/icon-player-stream.gif');
}

.transcript a { 
		background-image: url('/media/img/player/icon-player-transcript.gif');
}

/* Player Settings for Sidebar on pages */

.grid_4 #audio-help {
		padding: 0px 0px 0px 7px;
	 width: 293px;
}

.article-audioplayer .inline_audioplayer_wrapper .scrubber {
  margin-top: 16px;
}

.article-audioplayer .scrubber .ui-slider-horizontal {
  width: 315px;
}
