#player_container {
	position: relative;
	background-color:#eee;
	width:640px;
	height:54px;
	border:1px solid #333;
margin-left:9px
}
#player_container  ul#player_controls {
	list-style-type:none;
	padding:0;
	margin: 0;
}
#player_container  ul#player_controls li {
	overflow:hidden;
	text-indent:-9999px;
}
#player_play,
#player_pause {
	display: block;
	position: absolute;
	left:6px;
	top:7px;
	width:40px;
	height:40px;
	cursor: pointer;
}
#player_play {
	background: url("/wp-content/themes/africastories-video/images/jplayer-spirites.jpg") 0 0 no-repeat;
}
#player_play.different_prefix_example_hover {
	background: url("/wp-content/themes/africastories-video/images/jplayer-spirites.jpg") -41px 0 no-repeat;
}
#player_pause {
	background: url("/wp-content/themes/africastories-video/images/jplayer-spirites.jpg") 0 -42px no-repeat;
}
#player_pause.different_prefix_example_hover {
	background: url("/wp-content/themes/africastories-video/images/jplayer-spirites.jpg") -41px -42px no-repeat;
}
#player_stop {
	position: absolute;
	left:52px;
	top:14px;
	background: url("/wp-content/themes/africastories-video/images/jplayer-spirites.jpg") 0 -83px no-repeat;
	width:28px;
	height:28px;
	cursor: pointer;
}
#player_stop.different_prefix_example_hover {
	background: url("/wp-content/themes/africastories-video/images/jplayer-spirites.jpg") -29px -83px no-repeat;
}
#player_progress {
	position: absolute;
	left:89px;
	top:20px;
	background-color: #eee;
	width:422px;
	height:16px;
}
#player_progress_load_bar {
	background: url("/wp-content/themes/africastories-video/images/jplayer-bar-load.gif")  top left repeat-x;
	width:0px;
	height:16px;
	cursor: pointer;
}
#player_progress_load_bar.different_prefix_example_buffer {
	background: url("/wp-content/themes/africastories-video/images/jplayer-bar-buffer.gif")  top left repeat-x;
}
#player_progress_play_bar {
	background: url("/wp-content/themes/africastories-video/images/jplayer-bar-play.gif") top left repeat-x ;
	width:0px;
	height:16px;
}
#player_volume_min {
	position: absolute;
	left:522px;
	top:20px;
	background: url("/wp-content/themes/africastories-video/images/jplayer-spirites.jpg") 0 -170px no-repeat;
	width:18px;
	height:16px;
	cursor: pointer;
}

#player_volume_max {
	position: absolute;
	left:612px;
	top:20px;
	background: url("/wp-content/themes/africastories-video/images/jplayer-spirites.jpg") 0 -186px no-repeat;
	width:18px;
	height:15px;
	cursor: pointer;
}

#player_volume_min.different_prefix_example_hover {
	background: url("/wp-content/themes/africastories-video/images/jplayer-spirites.jpg") -19px -170px no-repeat;
}

#player_volume_max.different_prefix_example_hover {
	background: url("/wp-content/themes/africastories-video/images/jplayer-spirites.jpg") -19px -186px no-repeat;
}

#player_volume_bar {
	position: absolute;
	left:542px;
	top:25px;
	background: url("/wp-content/themes/africastories-video/images/jplayer-volume-bar.gif") repeat-x top left;
	width:60px;
	height:5px;
	cursor: pointer;
}
#player_volume_bar_value {
	background: url("/wp-content/themes/africastories-video/images/jplayer-volume-bar-value.gif") repeat-x top left;
	width:0px;
	height:5px;
}

#player_playlist_message {
	position: absolute;
	left:0;
	bottom:0;
	width:625px;
	padding:5px 10px 10px 5px;
	font-family: Arial, Helvetica, sans-serif;
	line-height:1.3em;
	height:1em;
	background-color:#333;
display:none;
}

#song_title {
	text-align:center;
	padding:0;
	font-weight:bold;
color:#fff;
}

#play_time,
#total_time {
	padding-top:.3em;
	font-weight:normal;
	font-style:oblique;
	font-size:.7em;
}

#play_time {
	float:left;
}

#total_time {
	float:right;
	text-align: right;
}
