.jplayer{ color: #fff;  }
.jp-type-playlist ul{ padding-left: 0;}
div.jp-audio,
div.jp-video {
	font-size:12px; 
	line-height:18px;
	color: #e0e5cc;
}

div.jp-interface {
	position: relative;
	padding-top: 15px;
	height: 35px;
	overflow: hidden;
}

.playlist-holder{
	overflow: auto;
	position: relative;	
	max-height: 250px;
}

/* scroll pane */

.playlist-scroll-pane{width: 100%; overflow: auto;}

.playlist-scroll-pane .jspContainer
{
	overflow: hidden;
	position: relative;
}

.playlist-scroll-pane .jspPane
{
	position: absolute;
}

.playlist-scroll-pane .jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 18px;
	height: 100%;
	background: none;
}

.playlist-scroll-pane .jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: none;
}

.playlist-scroll-pane .jspVerticalBar *,
.playlist-scroll-pane .jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}

.playlist-scroll-pane .jspCap
{
	display: none;
}

.playlist-scroll-pane .jspHorizontalBar .jspCap
{
	float: left;
}

.playlist-scroll-pane .jspTrack
{
	background: url(../images/jplayer_jspTrack.png) 0 0 no-repeat;
	position: relative;
}

.playlist-scroll-pane .jspDrag
{
	background: url(../images/jplayer_jspDrag.png) 0 0 no-repeat;
	position: relative;
	top: 0;
	left: 0px;
	cursor: pointer;
}

.playlist-scroll-pane .jspHorizontalBar .jspTrack,
.playlist-scroll-pane .jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.playlist-scroll-pane .jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.playlist-scroll-pane .jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

.playlist-scroll-pane .jspVerticalBar .jspArrow
{
	height: 16px;
}

.playlist-scroll-pane .jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

.playlist-scroll-pane .jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.playlist-scroll-pane .jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}



/* @end */

/* @group CONTROLS */





div.jp-interface ul.jp-controls li {
	display:inline;
	float: left;
}

div.jp-interface ul.jp-controls a,  div.jp-interface ul.jp-controls span{
	display:block;
	overflow:hidden;
	text-indent:-9999px;
}
.jp-controls span,.jp-toggles span{
	cursor: pointer;
}
.jp-play {
	width:18px;
	height:20px;
	background: url(../images/jplayer_play.png) left top no-repeat;
}
.jp-play:hover {
	background: url(../images/jplayer_play.png) left bottom no-repeat;
}
.jp-pause {
	width:18px;
	height:20px;
	background: url(../images/jplayer_pause.png) left top no-repeat;
	display: none;
}
.jp-pause:hover {
	background: url(../images/jplayer_pause.png) left bottom no-repeat;
}
.jp-stop {
	width:17px;
	height:17px;
	background: url(../images/jplayer_stop.png) left top no-repeat;
	margin-left:10px;
	margin-top:2px;
}

.jp-stop:hover {
	background: url(../images/jplayer_stop.png) left bottom no-repeat;
}

.jp-previous {
	width:22px;
	height:16px;
	margin-top:2px;
	background: url(../images/jplayer_previous.png) left top no-repeat;
}
.jp-previous:hover {
	background: url(../images/jplayer_previous.png) left bottom no-repeat;
}

.jp-next {
	width:21px;
	height:16px;
	margin-top:2px;
	background: url(../images/jplayer_next.png) left top no-repeat;
}
.jp-next:hover {
	background: url(../images/jplayer_next.png) left bottom no-repeat;
}

/* @end */

/* @group progress bar */

div.jp-progress {
	bottom: 100%;
	height: 4px;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 100;
}
div.jp-seek-bar {
	width:0px;
	height:100%;
	cursor: pointer;
}
div.jp-play-bar {
	background: #ffffff;
	width: 0px;
	height: 4px;
	border: none;
}

/* The seeking class is added/removed inside jPlayer */
div.jp-seeking-bg {
	background: url(../images/jplayer.seeking.gif);
}

/* @end */

/* @group volume controls */


.jp-mute,
.jp-unmute,
.jp-volume-max {

	margin-top:2px;
}


div.jp-audio div.jp-type-playlist .jp-mute,
div.jp-audio div.jp-type-playlist .jp-unmute {
	margin-left: 10px;
}

div.jp-audio .jp-volume-max {
	margin-left: 100px;	
}



.jp-mute {
	width:22px;
	height:18px;
	background: url(../images/jplayer_mute.png) left top no-repeat;
}
.jp-mute:hover {
	background: url(../images/jplayer_mute.png) left bottom no-repeat;
}
.jp-unmute {
	width:22px;
	height:18px;
	background: url(../images/jplayer_unmute.png) left top no-repeat;
	display: none;
}
.jp-unmute:hover {
	background: url(../images/jplayer_unmute.png) left bottom no-repeat;
}

.jp-volume-max {
	width:22px;
	height:18px;
	background: url(../images/jplayer_volume_max.png) left top no-repeat;
}
.jp-volume-max:hover {
	background: url(../images/jplayer_volume_max.png) left bottom no-repeat;
}

div.jp-volume-bar {
	position: absolute;
	top:20px;
	left:155px;
	overflow:hidden;
	background: #222222;border:1px solid #000;
	width:93px;
	height:9px;
	cursor: pointer;
}
div.jp-volume-bar-value {
	background: #ffffff;
	width:0px;
	height:7px;border:1px solid #000;
}

/* @end */

/* @group current time and duration */

div.jp-audio div.jp-time-holder {
	color:#fff;
	font-size:10px;
}



div.jp-current-time,
div.jp-duration {
	width:50px;
	padding-top: 2px;

}
div.jp-current-time {
	float: left;
	display:inline;
}
div.jp-duration {
	float: right;
	display:inline;
	text-align: right;
}


/* @end */

/* @group playlist */



div.jp-title {
	font-weight:bold;
	text-align:center;
}

div.jp-title,
div.jp-playlist {	

}
div.jp-playlist {	
	position: absolute;
	bottom: 100%;
	width: 250px;
	opacity: 0;
	padding: 10px;
	z-index: 10;
	overflow: hidden;
	margin-bottom: 8px;
}

div.jp-type-single div.jp-title,
div.jp-type-playlist div.jp-title,
div.jp-type-single div.jp-playlist {
	border-top:none;
}
div.jp-title ul,
div.jp-playlist ul {
	display:block;	
	margin:0;
	padding:0 0px 0 0px;
	font-size:12px; /*text-shadow:1px 1px 1px #dcd6cb;*/
}

div.jp-title li {
	padding:5px 0;
	font-weight:bold;
}
div.jp-playlist li {
	display:block;
	padding:5px 0 5px 2px;
	border-top:2px solid #252621;
}
div.jp-playlist li.jp-playlist-current {
	
}

div.jp-playlist li div {
	display:inline;
}

/* Note that the first-child (IE6) and last-child (IE6/7/8) selectors do not work on IE */

div.jp-type-playlist div.jp-playlist li:last-child {
	/*padding:5px 0 5px 2px;*/
	border-bottom:none;
}
div.jp-type-playlist div.jp-playlist li:first-child {
	
	border-top:none;
}
div.jp-type-playlist div.jp-playlist li.jp-playlist-current span { text-shadow:none; color:#fff;}
div.jp-type-playlist div.jp-playlist li.jp-playlist-current span a { text-shadow:none; color:#fff;}
div.jp-type-playlist div.jp-playlist li.jp-playlist-current span a:hover { text-shadow:none; color:#fff;}
div.jp-type-playlist div.jp-playlist a {
	color: #666;
	text-decoration: none;text-shadow:none;
}
div.jp-type-playlist div.jp-playlist a:hover {
	color:#fff; 
}
div.jp-type-playlist div.jp-playlist a.jp-playlist-current {
	color:#fff; text-shadow:none;
}

div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove {
	float:right;
	display:inline;
	text-align:right;
	margin-right:10px;
	font-weight:bold;
	color:#666;
}
div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove:hover {
	color:#0d88c1;
}
div.jp-type-playlist div.jp-playlist span.jp-free-media {
	float:right;
	display:inline;
	text-align:right;
	margin-right:10px;
}
div.jp-type-playlist div.jp-playlist span.jp-free-media a{
	color:#62645c;
}
div.jp-type-playlist div.jp-playlist span.jp-free-media a:hover{
	color:#fff;
}
span.jp-artist {
	font-size:.8em;
	color:#666;
}

/* @end */







div.jp-jplayer audio,
div.jp-jplayer {
	width:0px;
	height:0px;
}

div.jp-jplayer {
	
}





/* @group TOGGLES */

/* The audio toggles are nested inside jp-time-holder */

ul.jp-toggles {
	list-style-type:none;
	padding:0;
	margin:0 auto;
	overflow:hidden;
}


div.jp-audio .jp-type-playlist ul.jp-toggles {
	width:80px;
	margin: 0;
	left: 100px;
}



ul.jp-toggles li {
	display:block;
	float:right;
}

ul.jp-toggles li a ,ul.jp-toggles li span{
	display:block;
	width:28px;
	height:20px;
	text-indent:-9999px;
	line-height:100%; /* need this for IE6 */
}



.jp-repeat {
	background: url(../images/jplayer_repeat.png) left top no-repeat;
}

.jp-repeat:hover {
	background: url(../images/jplayer_repeat.png) left bottom no-repeat;
}

.jp-repeat-off {
	background: url(../images/jplayer_repeat_off.png) left top no-repeat;
}

.jp-repeat-off:hover {
	background: url(../images/jplayer_repeat_off.png) left bottom no-repeat;
}

.jp-shuffle {
	background: url(../images/jplayer_shuffle.png) left top no-repeat;
	margin-left: 5px;
}

.jp-shuffle:hover {
	background: url(../images/jplayer_shuffle.png) left bottom no-repeat;
}

.jp-shuffle-off {
	background: url(../images/jplayer_shuffle_off.png) left top no-repeat;
	margin-left: 5px;
}

.jp-shuffle-off:hover {
	background: url(../images/jplayer_shuffle_off.png) left bottom no-repeat;
}


/* @end */

/* @group NO SOLUTION error feedback */

.jp-no-solution {
position: absolute;
width: 390px;
margin-left: 0;
left: 0;
bottom: 0;
padding: 5px;
font-size: .8em;
background-color: #eee;
border: 2px solid #009be3;
color: #000;
display: none;
z-index: 1000;
}

.jp-no-solution a, .jp-no-solution span {
	color:#000;
}

.jp-no-solution span {
	font-size:1em;
	display:block;
	text-align:center;
	font-weight:bold;
}

/* @end */