div.jp-audio,
div.jp-video {
	font-size:1em; /* No parent CSS that can effect the size in these demos */
	font-family: Verdana, Helvetica, sans-serif;
	line-height:1.6;
	color: #666;
}

div.jp-interface ul.jp-controls {
	list-style-type:none;
	padding:0;
	margin: 0;
}

div.jp-interface ul.jp-controls a {
	position: absolute;
	overflow:hidden;
	text-indent:-9999px;
}
a.jp-play,
a.jp-pause {
	width:17px;
	height:17px;
	z-index:1;
}


.content-jp{
width:120px;
height:40px;
overflow:hidden;
position:absolute;
left:50%;
top:50%;
margin-top:-35px;
margin-left:-27px;
z-index:9991;}

div.jp-audio div.jp-type-single a.jp-play,
div.jp-audio div.jp-type-single a.jp-pause {
	top:12px;
	left:30px;
}


a.jp-play {
	background: url("play.png") 0 0 no-repeat;
}
a.jp-play:hover {
	background: url("play.png") 0 0 no-repeat;
}
a.jp-pause {
	background: url("pause.png") 0 0 no-repeat;
	display: none;
}
a.jp-pause:hover {
	background: url("pause.png") 0 0 no-repeat;
}
div.jp-audio div.jp-type-single a.jp-stop {
	top:14px;
	left:50px;
}
div.jp-audio div.jp-type-playlist a.jp-stop {
	top:26px;
	left:26px;
}

a.jp-stop {
	background: url("stop.png") 0 0 no-repeat;
	width:12px;
	height:12px;
	z-index:1;
}
a.jp-stop:hover {
	background: url("stop.png") 0 0 no-repeat;
}

div.jp-current-time {
	font-size:0.9em;
	font-weight:bold;
	text-align:right;
	color:#FFFFFF;

}

div.jp-audio div.jp-type-single div.jp-current-time,
div.jp-audio div.jp-type-single div.jp-duration {
position:absolute;
	top:9px;
	left:3px;
	width:110px;
}

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

