#player_container {
/*	overall container */
padding: 0.2em;

}

#player_controls{
padding-left:5px;	
padding-right:5px;
padding-top:5px;	
padding-bottom:10px;	
}

#player_buttons{
/* play,pause,stop */	
}

#player_playhead{
/* playhead, times */
margin-left:15px;	
margin-right:15px;
width:350px;
}

#bars_holder {
	display:block;
	width:300px;
}

#sliderPlayback .ui-slider-handle {
	height:1.6em;
}

#loaderBar.ui-progressbar {
	height:.2em;
	border:0;
}
 
#play_time, #total_time, #play_delayed {
/*	position: absolute;
	left:98px;
	top:55px; */
	width:50px; 
	font-size:.8em;
	font-style:oblique;
	float:left;	
	padding-top: 10px;
}
#play_delayed {
	width:auto;
}
 
#total_time {
/*	text-align: right; */
	float:right;
}

#player_volume{
/* volume controls wrapper */
width:200px;
}

#sliderVolume {
	width:120px;
	height:.4em;
margin-top:10px;	
margin-left:10px;	
}


#sliderVolume .ui-slider-handle {
	height:.8em;
	width:.8em;
}
 
/************ Available MP3 files player tabs, panes, playlist and clips ***************/
	
/* mp3player tab panes overall wrapper (between tabs and tab content panes*/
div.mp3player-panes{
/* do nothing */	
}

/* mp3player tab pane content wrapper for each pane (id of div is tab number)*/
div.mp3player-pane-content{
/* do nothing for now */
}

/*Single pane playlist - set to limit size to scroll*/

div.mp3playlist {
	position: relative;
	overflow: auto;
	height: 285px !important;
}

div.mp3clip {
/*	display: inline-block;  */
/*	padding-left: 6px; 
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 6px; */
/*	background: #193947 url(images/h30.png) repeat-x scroll 0 0; */
/*	border: 1px outset #193947; */
	min-height: 32px; 
}

div.mp3clip a {
	float:left;/* was inline block */
	padding: 4px 0px;
	text-decoration: none;	
	margin: 2px;
	width: 800px;	
}

div.mp3clip a.first {
/*	border-top-width:1px; */
/*width: 830px; */
}

div.mp3clip a.playing, div.mp3clip a.paused, div.mp3clip a.progress {
	/*	background:url(images/dark.png) no-repeat 0px -69px; */
border: 0; 
	/* complimentary color to 193947 */
/*	background-color: #E6C6B8; */
}
	
div.mp3clip a.progress {
	opacity:0.6;		
}

div.mp3clip a.paused {
/* so show the "play" icon at pos 0,0 */
/*	background-position:0 0;	*/
}

div.mp3clip a.playing span.mp3playstate, div.mp3clip a.progress span.mp3playstate {
/* so show the "pause" icon at pos 0,-38 */
/*	background:url(images/dark_controlsonly.png) no-repeat 0px -38px; */
/*	background-position:0px -24px;	*/
}

div.mp3clip a.paused span.mp3playstate {
/* so show the "play" icon at pos 0,0 */
/*	background-position:0px 0px;	*/
}

div.mp3clip a span.mp3playstate {
	float:left;/* was inline block */
}

.playMp3Clip{
min-width: 90% !important;	
}


div.mp3clip a span.mp3title {
	float:left;/* was inline block */
	padding-left: 3px;
	min-width: 100px;
	vertical-align: top;
	cursor: pointer;
}

div.mp3clip a span.mp3desc {
	float:left;/* was inline block */
	vertical-align: top;	
	min-width: 300px;
	padding-left: 13px;
	cursor: pointer;
}

div.mp3clip a span.mp3speaker {
	vertical-align: top;	
	padding-left: 13px;	
	padding-right:5px;
	float:right;
	cursor: pointer;
}	

div.mp3clip a.playing span, div.mp3clip a.progress span, div.mp3clip a.paused span{
/*	color: black; */
}

div.mp3clip a:hover {
/* was 274d58*/
/*	background-color:#276D58;		 */
}

div.mp3clip a.playing:hover, div.mp3clip a.paused:hover, div.mp3clip a.progress:hover {
/*	background-color:transparent !important;		 */
}

div.mp3clip span.saveMp3Clip {
	/* shows below previous a link but no tsure why? */
/*	display: inline-block; */
	vertical-align: middle;
	float:right;
}

div.prevbroadcasts {
margin-top: 40px;	
/*	margin: 0 0 15px 15px; */
} 
 
