﻿div#play 
{
	width:238px;
	position:absolute;
	left:136px;
	z-index:40;
}

.controlbar
{
	background:transparent url(/PublishingImages/progress-bg.gif) repeat-x 23px 10px;
	height:28px;
	width:238px;
	padding-top:8px;
}

a.play,
a.pause
{
	background: url(/PublishingImages/play.gif) no-repeat 0 0;
	text-indent:-9999em;
	display:block;
	width:19px;
	height:19px;
}

a.pause
{
	background: url(/PublishingImages/pause.gif) no-repeat 0 0;
}

.track
{
	background-color:#ccc;
	height:3px;
	display:block;
	margin:-11px 35px 0 26px;
	position:relative;
}

.progress
{
	height:7px !important;
	border-right:6px solid #003a69;
	margin-top:-2px;
	float:left;
}

.unmute,
.mute,
.buffer,
.time strong
{
	display:none;
}

.time
{
	float:right;
	margin-top:-8px;
	color:#333;
}

/*audio player*/
#player_container
{
	position:relative;
}

.podcast .play,
.podcast .pause
{
	float:left;
	margin-top:-2px;
}


#player_progress
{
	padding:6px 35px 0 25px;
}

#player_progress_play_bar
{
border-right:6px solid #003A69;
float:left;
height:7px !important;
margin-top:-2px;	
}


#player_progress_load_bar
{
	width:100%;
	background-color:#ccc;
	height:3px;
}

#player_playlist_message
{
	position:absolute;
	right:0;
	top:0;
}
