
div.jp-single-player,
div.jp-playlist-player {
	font-size:1.25em;
	font-family:Verdana, Arial, sans-serif;
	line-height:1.4;
	color: #666;	
}

	div#music_intro div.jp-single-player div,
	div#music_intro div.jp-playlist-player div {
		color: #666 !important;	
	}
	
div.jp-interface {
	position: relative;
	width:318px;
	height:60px;
}

	#music_intro div.jp-interface {
		width: 49px;
	}

/*
div.jp-single-player div.jp-interface {
	border-bottom:none;
}
*/
div.jp-playlist-player div.jp-interface {
}

div.jp-interface  ul.jp-controls {
	list-style-type:none;
	padding:0;
	margin: 0;
}
div.jp-interface  ul.jp-controls li {
	overflow:hidden;
	text-indent:-9999px;
}
li.jp-play,
li.jp-pause {
	display: block;
	position: absolute;
	top: 11px;
	width:40px;
	height:40px;
	cursor: pointer;
}
div.jp-single-player li.jp-play,
div.jp-single-player li.jp-pause {
	left:14px;
}
div.jp-playlist-player li.jp-play,
div.jp-playlist-player li.jp-pause {
	left:13px;
}

.sermon p.noflash {
	padding: 6px 0;
	background: #9b0c03;
	color: #fff;
	position: absolute;
	top: 88px;
	width: 100%;
	left: 0;
	text-align: center;
}

	.sermon p.noflash a {
		color: #dea29f;
	}

li.jp-play {
	background: url("images/jplayer.blue.tuesday.jpg") 0 0 no-repeat;
}
li.jp-play:hover {
	background: url("images/jplayer.blue.tuesday.jpg") -41px 0 no-repeat;
}
li.jp-pause {
	background: url("images/jplayer.blue.tuesday.jpg") 0 -42px no-repeat;
}
li.jp-pause:hover {
	background: url("images/jplayer.blue.tuesday.jpg") -41px -42px no-repeat;
}
li.jp-stop {
	position: absolute;
	top:16px;
	background: url("images/jplayer.blue.tuesday.jpg") 0 -83px no-repeat;
	width:28px;
	height:28px;
	cursor: pointer;
}
div.jp-single-player li.jp-stop {
	left:55px;
}
div.jp-playlist-player li.jp-stop {
	left:91px;
}
li.jp-stop:hover {
	background: url("images/jplayer.blue.tuesday.jpg") -29px -83px no-repeat;
}
li.jp-previous {
	position: absolute;
	left:20px;
	top:13px;
	background: url("images/jplayer.blue.tuesday.jpg") 0 -112px no-repeat;
	width:28px;
	height:28px;
	cursor: pointer;
}
li.jp-previous:hover {
	background: url("images/jplayer.blue.tuesday.jpg") -29px -112px no-repeat;
}
li.jp-next {
	position: absolute;
	left:53px;
	top:13px;
	background: url("images/jplayer.blue.tuesday.jpg") 0 -141px no-repeat;
	width:28px;
	height:28px;
	cursor: pointer;
}
li.jp-next:hover {
	background: url("images/jplayer.blue.tuesday.jpg") -29px -141px no-repeat;
}
div.jp-progress {
	position: absolute;
	overflow:hidden;
	top:19px;
	background-color: #ddd;
	width:102px;
	height:15px;
}
div.jp-single-player div.jp-progress {
	left:95px;
}
div.jp-playlist-player div.jp-progress {
	left:129px;
}
div.jp-load-bar {
	background: url("images/jplayer.blue.tuesday.jpg") 0 -202px repeat-x;
	width:0px;
	height:15px;
	cursor: pointer;
}
div.jp-play-bar {
	background: url("images/jplayer.blue.tuesday.jpg") 0 -218px repeat-x ;
	width:0px;
	height:15px;
}
li.jp-volume-min {
	position: absolute;
	top:19px;
	background: url("images/jplayer.blue.tuesday.jpg") 0 -170px no-repeat;
	width:18px;
	height:15px;
	cursor: pointer;
}
div.jp-single-player li.jp-volume-min {
	left:219px;
}
div.jp-playlist-player li.jp-volume-min {
	left:241px;
}
li.jp-volume-min:hover {
	background: url("images/jplayer.blue.tuesday.jpg") -19px -170px no-repeat;
}
li.jp-volume-max {
	position: absolute;
	top:19px;
	background: url("images/jplayer.blue.tuesday.jpg") 0 -186px no-repeat;
	width:18px;
	height:15px;
	cursor: pointer;
}
div.jp-single-player li.jp-volume-max {
	left:291px;
}
div.jp-playlist-player li.jp-volume-max {
	left:313px;
}
li.jp-volume-max:hover {
	background: url("images/jplayer.blue.tuesday.jpg") -19px -186px no-repeat;
}

div.jp-volume-bar {
	position: absolute;
	overflow:hidden;
	top:24px;
	background: url("images/jplayer.blue.tuesday.jpg") 0 -250px repeat-x;
	width:46px;
	height:5px;
	cursor: pointer;
}
div.jp-single-player div.jp-volume-bar {
	left:237px;
}
div.jp-playlist-player div.jp-volume-bar {
	left:259px;
}
div.jp-volume-bar-value {
	background: url("images/jplayer.blue.tuesday.jpg") 0 -256px repeat-x;
	width:0px;
	height:5px;
}
div.jp-play-time,
div.jp-total-time {
	position: absolute;
	top:36px;
	width:102px;
	font-size:.59em;
	font-style:oblique;
}
div.jp-total-time {
	text-align: right;
}
div.jp-single-player div.jp-play-time,
div.jp-single-player div.jp-total-time {
	left:95px;
}
div.jp-playlist-player div.jp-play-time,
div.jp-playlist-player div.jp-total-time {
	left:129px;
}
div.jp-playlist {
	width:318px;
}
div.jp-playlist ul{
	list-style-type:none;
	margin:0 0 10px 0;
	border-bottom: 1px #444 dotted;
	width:278px;
	font-size:.6em;
}
div.jp-single-player div.jp-playlist ul {
	padding:5px 20px 5px 20px;
}
div.jp-playlist-player div.jp-playlist ul {
	padding:10px 20px 20px 20px;
}
div.jp-single-player div.jp-playlist li{
	padding:0 0 0 0;
	font-weight: bold;
	margin-top: -5px;
}
div.jp-playlist-player div.jp-playlist li{
	padding:4px 0 4px 20px;
	border-bottom:1px solid #eee;
	cursor: pointer;
}
div.jp-playlist-player div.jp-playlist li.jplayer_playlist_current {
	color:#0d88c1;
	list-style-type:square;
	list-style-position:inside;
	padding-left:6px;
	cursor: default;
}
div.jp-playlist-player div.jp-playlist li:hover {
	color:#0d88c1;
}
