div.jp-type-single {
	font-size:1.25em;
	font-family:Verdana, Arial, sans-serif;
	line-height:1.6;
	color: #ccc;
	height:400px;
	margin:10px 0 10px 10px;
}

div.jp-interface {
	position: relative;
	background:url("/css/jplayerskin-2.1.0/playlist-bg.png")top left repeat;
	width:395px;
	height:80px;
	float:left;
}

div.jp-type-single div.jp-interface {
	border-bottom:none;
}

div.jp-interface ul.jp-controls {
	list-style-type:none;
	padding:0;
	margin: 0;
}
div.jp-interface ul.jp-controls li {
	position: absolute;
}
div.jp-interface ul.jp-controls a {
	position: absolute;
	overflow:hidden;
	text-indent:-9999px;
}
a.jp-play,
a.jp-pause {
	top:32px;
	width:8px;
	height:9px;
}

div.jp-type-single a.jp-play,
div.jp-type-single a.jp-pause {
	left:20px;
}

a.jp-play {
	background: url("/css/jplayerskin-2.1.0/play-icon.gif") bottom left no-repeat;
}
a.jp-play:hover {
	background: url("/css/jplayerskin-2.1.0/play-icon.gif") top left no-repeat;
}
a.jp-pause {
	background: url("/css/jplayerskin-2.1.0/pause-icon.gif") bottom left no-repeat;
	display: none;
}
a.jp-pause:hover {
	background: url("/css/jplayerskin-2.1.0/pause-icon.gif") top left no-repeat;
}
a.jp-stop {
	top:32px;
	background: url("/css/jplayerskin-2.1.0/stop-icon.gif") bottom left no-repeat;
	width:8px;
	height:9px;
}
div.jp-type-single a.jp-stop {
	left:40px;
}
a.jp-stop:hover {
	background: url("/css/jplayerskin-2.1.0/stop-icon.gif") top left no-repeat;
}
a.jp-previous {
	left:20px;
	top:32px;
	background: url("/css/jplayerskin-2.1.0/previous-icon.gif") bottom left no-repeat;
	width:8px;
	height:9px;
}
a.jp-previous:hover {
	background: url("/css/jplayerskin-2.1.0/previous-icon.gif") top left no-repeat;
}
a.jp-next {
	left:70px;
	top:32px;
	background: url("/css/jplayerskin-2.1.0/next-icon.gif") bottom left no-repeat;
	width:8px;
	height:9px;
}
a.jp-next:hover {
	background: url("/css/jplayerskin-2.1.0/next-icon.gif") top left no-repeat;
}
div.jp-progress {
	position: absolute;
	overflow:hidden;
	top:32px;
	background-color: #595C55;
	width:215px;
	height:9px;
}
div.jp-type-single div.jp-progress {
	left:65px;
}
div.jp-seek-bar {
	background:#ddd;
	width:0px;
	height:15px;
	cursor: pointer;
}
div.jp-play-bar {
	background:#000;
	width:0px;
	height:15px;
}
a.jp-mute {
	top:32px;
	background: url("/css/jplayerskin-2.1.0/volume-min-icon.gif") bottom left no-repeat;
	width:6px;
	height:9px;
}
div.jp-type-single a.jp-mute {
	left:296px;
}
a.jp-mute:hover {
	background: url("/css/jplayerskin-2.1.0/volume-min-icon.gif") top left no-repeat;
}
a.jp-volume-max {
	top:32px;
	background: url("/css/jplayerskin-2.1.0/volume-max-icon.gif") bottom left no-repeat;
	width:11px;
	height:9px;
}
div.jp-type-single a.jp-volume-max {
	left:368px;
}
a.jp-volume-max:hover {
	background: url("/css/jplayerskin-2.1.0/volume-max-icon.gif") top left no-repeat;
}

div.jp-volume-bar {
	position: absolute;
	overflow:hidden;
	top:34px;
	background: #000000;
	width:46px;
	height:5px;
	cursor: pointer;
}
div.jp-type-single div.jp-volume-bar {
	left:312px;
}
div.jp-volume-bar-value {
	background:#89020F;
	width:0px;
	height:5px;
}
div.jp-time-holder {    
	position: absolute;
	top:50px;
    left: 65px;    
	width:215px;
          height: 20px;
	font-size:9px;
	font-style:oblique;
}

div.jp-current-time,
div.jp-duration {
    position: absolute;
    top: 2px;
}

div.jp-duration {
    right: 0;
}
div.jp-playlist {
	margin-left:10px;
	width:270px;
	float:right;
}
div.jp-playlist ul{
	list-style-type:none;
	margin:0;
	padding:0;
	width:270px;
	font-size:10px;
	background:url("/css/jplayerskin-2.1.0/playlist-bg.png") top left repeat;
}
div.jp-type-single div.jp-playlist li {
	height:15px;
	padding:7px 0 7px 15px;
	width:270px;

}
div.jp-type-single div.jp-playlist li.jplayer_playlist_item_last {
	height:15px;
	padding:7px 0 7px 15px;
	border-bottom:none;
}
div.jp-type-single div.jp-playlist li.jplayer_playlist_current {
	list-style-image:url("/css/jplayerskin-2.1.0/current-icon.gif");
	list-style-position:inside;
	padding-left:8px;
}
div.jp-type-single div.jp-playlist a {
	color: #ffffff !important;
	text-decoration: none;
}
div.jp-type-single div.jp-playlist a:hover {
	color:#ff0303 !important; 
}
div.jp-type-single div.jp-playlist a.jplayer_playlist_current {
	color:#ff0303 !important; 
}
