 .player-template{
	visibility:collapse;
	display:none;
 }
 
div.jp-single-player {

	/* Edit the font-size to counteract inherited font sizing.
	 * Eg. 1.25em = 1 / 0.8em
	 */

	font-size:9px;

	font-family:Verdana, Arial, sans-serif;
	line-height:1.6;
	color: #666;
}
div.jp-interface {
	position: relative;
	background-color:#eee;
	width:315px;
	height:27px;
	border:1px solid #009be3;
}
div.jp-single-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 {
	position: absolute;
}
div.jp-interface ul.jp-controls a {
	display: block;
	position: absolute;
	overflow:hidden;
	text-indent:-9999px;
}
a.jp-play,
a.jp-pause {
	top:1px;
	width:23px;
	height:23px;
}
div.jp-single-player a.jp-play,
div.jp-single-player a.jp-pause {
	left:3px;
}
a.jp-play {
	background: url("/skin1/theme.jpg") 0 0 no-repeat;
}
a.jp-play:hover {
	background: url("/skin1/theme.jpg") -41px 0 no-repeat;
}
a.jp-pause {
	background: url("/skin1/theme.jpg") 0 -42px no-repeat;
}
a.jp-pause:hover {
	background: url("/skin1/theme.jpg") -41px -42px no-repeat;
}
a.jp-stop {
	top:3px;
	background: url("/skin1/theme.jpg") 0 -83px no-repeat;
	width:20px;
	height:20px;
}
div.jp-single-player a.jp-stop {
	left:32px;
}
a.jp-stop:hover {
	background: url("/skin1/theme.jpg") -29px -83px no-repeat;
}
a.jp-previous {
	left:20px;
	top:1px;
	background: url("/skin1/theme.jpg") 0 -112px no-repeat;
	width:28px;
	height:28px;
}
a.jp-previous:hover {
	background: url("theme.jpg") -29px -112px no-repeat;
}
a.jp-next {
	left:88px;
	top:1px;
	background: url("/skin1/theme.jpg") 0 -141px no-repeat;
	width:28px;
	height:28px;
}
a.jp-next:hover {
	background: url("/skin1/theme.jpg") -29px -141px no-repeat;
}
div.jp-progress {
	position: absolute;
	overflow:hidden;
	top:4px;
	background-color: #ddd;
	width:115px;
	height:15px;
}
div.jp-single-player div.jp-progress {
	left:88px;
}

div.jp-load-bar {
	background: url("/skin1/theme.jpg") 0 -202px repeat-x;
	width:0px;
	height:15px;
	cursor: pointer;
}
div.jp-play-bar {
	background: url("/skin1/theme.jpg") 0 -218px repeat-x ;
	width:0px;
	height:15px;
}
a.jp-volume-min {
	top:5px;
	background: url("/skin1/theme.jpg") 0 -170px no-repeat;
	width:12px;
	height:10px;
}
div.jp-single-player a.jp-volume-min {
	left:245px;
}

a.jp-volume-min:hover {
	background: url("/skin1/theme.jpg") -19px -170px no-repeat;
}
a.jp-volume-max {
	top:5px;
	background: url("/skin1/theme.jpg") 0 -186px no-repeat;
	width:12px;
	height:10px;
}
div.jp-single-player a.jp-volume-max {
	left:298px;
}

a.jp-volume-max:hover {
	background: url("/skin1/theme.jpg") -19px -186px no-repeat;
}

div.jp-volume-bar {
	position: absolute;
	overflow:hidden;
	top:8px;
	background: url("/skin1/theme.jpg") 0 -250px repeat-x;
	width:35px;
	height:5px;
	cursor: pointer;
}
div.jp-single-player div.jp-volume-bar {
	left:258px;
}

div.jp-volume-bar-value {
	background: url("/skin1/theme.jpg") 0 -256px repeat-x;
	width:0px;
	height:5px;
}
div.jp-play-time,
div.jp-total-time {
	position: absolute;
	top:4px;
	width:176px;
	font-size:10px;
	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:58px;
}

div.jp-info ul{
	visibility:collapse;
}
div.jp-single-player div.jp-info li {
	padding:5px 0 5px 20px;
	font-weight:bold;
}


