div.jp-single-player,
div.jp-playlist-player {

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

	font-size:1.25em;

	font: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height:1.6;
	color: #666666;
}
div.jp-interface {
 	top: 0px;
 	left: 154px;
	position: relative;
	/*background:#000000 url(_png/metal-plate.png) no-repeat right;*/
	background: #1e4b6f;
	width:306px;
	height:30px;
	
	-moz-box-shadow:0 0 4px #000000;
	-webkit-box-shadow:0 0 4px #000000;
	box-shadow:0 0 4px #000000;

	-moz-border-radius-topleft:6px;
	-webkit-border-top-left-radius:6px;
	border-top-left-radius:6px;
	
	-moz-border-radius-topright:6px;
	-webkit-border-top-right-radius:6px;
	border-top-right-radius:6px;
	
	-moz-border-radius-bottomleft:6px;
	-webkit-border-bottom-left-radius:6px;
	border-bottom-left-radius:6px;
	
	-moz-border-radius-bottomright:6px;
	-webkit-border-bottom-right-radius:6px;
	border-bottom-right-radius:6px;
	
}
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: -14px;
	left: 4px;
	width:40px;
	height:40px;
}
a.jp-play {
	background: url("_png/jPlayerSkin.png") 0 0 no-repeat;
}
a.jp-play:hover {
	background: url("_png/jPlayerSkin.png") -41px 0 no-repeat;
}
a.jp-pause {
	background: url("_png/jPlayerSkin.png") 0 -42px no-repeat;
	display: none;
}
a.jp-pause:hover {
	background: url("_png/jPlayerSkin.png") -41px -42px no-repeat;
}
a.jp-stop {
	top: 0px;
	left:46px;
	background: url("_png/jPlayerSkin.png") 0 -83px no-repeat;
	width:28px;
	height:28px;
}
a.jp-stop:hover {
	background: url("_png/jPlayerSkin.png") -29px -83px no-repeat;
}
div.jp-progress {
	position: absolute;
	overflow:hidden;
	top: 6px;
	left: 81px;
	background: url("_png/jPlayerSkin.png") 0 -202px no-repeat;
	width:122px;
	height:15px;
}
div.jp-load-bar {
	background: url("_png/jPlayerSkin.png") 0 -202px repeat-x;
	width:0px;
	height:15px;
	cursor: pointer;
}
div.jp-play-bar {
	background: url("_png/jPlayerSkin.png") 0 -218px repeat-x ;
	width:0px;
	height:15px;
}
a.jp-volume-min {
	top: 6px;
	left: 210px;
	background: url("_png/jPlayerSkin.png") 0 -170px no-repeat;
	width:18px;
	height:15px;
}
a.jp-volume-min:hover {
	background: url("_png/jPlayerSkin.png") -19px -170px no-repeat;
}
a.jp-volume-max {
	top: 6px;
	left: 275px;
	background: url("_png/jPlayerSkin.png") 0 -186px no-repeat;
	width:18px;
	height:15px;
}
a.jp-volume-max:hover {
	background: url("_png/jPlayerSkin.png") -19px -186px no-repeat;
}
div.jp-volume-bar {
	position: absolute;
	overflow:hidden;
	top: 11px;
	left: 228px;
	background: url("_png/jPlayerSkin.png") 0 -250px repeat-x;
	width:46px;
	height:5px;
	cursor: pointer;
}
div.jp-volume-bar-value {
	background: url("_png/jPlayerSkin.png") 0 -256px repeat-x;
	width:0px;
	height:5px;
}
div.jp-play-time,
div.jp-total-time {
	position: absolute;
	top: 18px;
	left: -14px;
	width:218px;
	font-size:.64em;
	color:silver;
}
div.jp-total-time {
	text-align: right;
}
