ul {padding-left:0px;}

div.jp-audio,
div.jp-audio-stream,
div.jp-video {

	font-size:1.25em; /* 1.25em for testing in site pages */ /* No parent CSS that can effect the size in the demos ZIP */

	font-family:Verdana, Arial, sans-serif;
	line-height:1.6;
	color: #fff;
	background-color:#ff3939;
}
div.jp-audio {
	width:201px;
	padding:20px;
}

div.jp-audio-stream {
	width:290px;
	padding: 15px 10px 0px 10px;
}


div.jp-interface {
	position: relative;
	width:100%;
}


div.jp-audio .jp-interface {
	height: 80px;
	padding-top:30px;
}

div.jp-audio-stream .jp-interface {
	height: 48px;
	/*padding-top:10px;*/
}

/* @group CONTROLS */

div.jp-controls-holder {
	clear: both;
	width:440px;
	margin:0 auto 10px auto;
	position: relative;
	overflow:hidden;
}

div.jp-interface ul.jp-controls {
	list-style-type:none;
	overflow:hidden;
	width: 117px;
	height: 48px;
}

div.jp-interface ul.jp-volume-controls {
	list-style-type: none;
	padding: 1px 0 2px 1px;
	overflow: hidden;
	width: 144px;
	height: 20px;
	top: 0px;
	left: 150px;
}

div.jp-audio ul.jp-controls,
div.jp-audio-stream ul.jp-controls {
	margin:0 auto;
}

div.jp-audio-stream ul.jp-controls {
	position:absolute;
	
}

div.jp-interface ul.jp-controls li {
	display:inline;
	float: left;
	
}
div.jp-interface ul.jp-controls a {
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	height: 48px;
	margin: 0 1px 2px 0;
	padding: 0;
}


/* @group single player controls */

div.jp-type-single  .jp-controls li a{
	width: 117px;
}

div.jp-type-single  .jp-play {
	background: url("player-skin-img.png?2") 0px 0px no-repeat;
}

div.jp-type-single  .jp-play:hover {
	background: url("player-skin-img.png?2") 0px -48px no-repeat;
}

div.jp-type-single  .jp-pause {
	background: url("player-skin-img.png?2") -120px -48px no-repeat;
}

.jp-type-single  .jp-pause:hover {
	background: url("player-skin-img.png?2") -120px -0px no-repeat;
}

/* @end */

/* @group volume controls */

div.jp-interface ul.jp-controls a.jp-mute,
div.jp-interface ul.jp-controls a.jp-unmute,
div.jp-interface ul.jp-controls a.jp-volume-max {
	background: url("player-skin-img.png?2") 0px -196px no-repeat;
	position: absolute;
	width: 20px;
	height: 16px;
	border:none;
}

div.jp-audio ul.jp-controls a.jp-mute,
div.jp-audio ul.jp-controls a.jp-unmute,
div.jp-audio-stream ul.jp-controls a.jp-mute,
div.jp-audio-stream ul.jp-controls a.jp-unmute {
	border:none;
}

div.jp-audio ul.jp-controls a.jp-volume-max,
div.jp-audio-stream ul.jp-controls a.jp-volume-max {
	top:0px;
	left: 110px;
}

div.jp-interface ul.jp-controls a.jp-mute {
	background: url("player-skin-img.png?2") 0px -168px no-repeat;
}
div.jp-interface ul.jp-controls a.jp-mute:hover {
	background: url("player-skin-img.png?2") -31px -168px no-repeat;
}

div.jp-interface ul.jp-controls a.jp-unmute {
	background: url("player-skin-img.png?2") 0px -168px no-repeat;
}

div.jp-interface ul.jp-controls a.jp-unmute:hover {
	background: url("player-skin-img.png?2") 0px -168px no-repeat;
}

div.jp-interface ul.jp-controls a.jp-volume-max {
	background: url("player-skin-img.png?2") 0px -196px no-repeat;
}

div.jp-interface ul.jp-controls a.jp-volume-max:hover {
	background: url("player-skin-img.png?2") -31px -196px no-repeat;
}

.jp-volume-bar {
	background: url("player-skin-img.png?2") 0px -121px no-repeat;
	position: absolute;
	width: 121px;
	height: 14px;
	padding: 0;
	overflow: hidden;
}

.jp-volume-bar:hover {
	cursor:  pointer;
}


div.jp-audio .jp-interface .jp-volume-bar,
div.jp-audio-stream .jp-interface .jp-volume-bar {
	top: 27px;
	left: 150px;
}

div.jp-audio-stream .jp-interface .jp-volume-bar {
	width: 132px;
	background: url("player-skin-img.png?2") 0px -121px no-repeat;
}


.jp-volume-bar-value {
	background: url("player-skin-img.png") 0px -137px repeat-x;
	height: 14px;
}

/* @end */


div.jp-jplayer audio,
div.jp-jplayer {
	width:0px;
	height:0px;
}

div.jp-jplayer {
	background-color: #000000;
}

/* @group NO SOLUTION error feedback */

.jp-no-solution {
	display:none;
}

div.jp-type-single{position: relative;}
/* @end */

div.jp-error{font-size: 0.8em; padding: 10px 0;}

div.jp-error a{color: #fff;}
