﻿.jp-interface {
	position: relative;
	width:100%;
}

.jp-video .jp-type-single .jp-interface {
	height: 36px;
	background:url(../image/interface-bg.png) no-repeat 0 0;
}

.jp-interface ul.jp-controls {
	list-style-type:none;
	padding:0;
	margin: 0;
}

.jp-interface ul.jp-controls li {
	display:inline;
}

.jp-interface ul.jp-controls a {
	position: absolute;
	overflow:hidden;
	text-indent:-9999px;
}

a.jp-play,
a.jp-pause {
	width:8px;
	height:12px;
	z-index:1;
}

.jp-video a.jp-play,
.jp-video a.jp-pause {
	top:13px;
}

a.jp-play {
	left:16px;
	background: url(../image/play-btn.png) no-repeat 0 0;
}

a.jp-play:hover {
	background: url(../image/play-btn.png) no-repeat 100% 0;
}

a.jp-pause {
	left:16px;
	display: none;
	background: url(../image/pause-btn.png) no-repeat 0 0;
}

a.jp-pause:hover {
	background: url(../image/pause-btn.png) no-repeat 100% 0;
}

.jp-video a.jp-stop {
	left: 54px;
	top:14px;
	width: 10px;
	height:10px;
	z-index:1;
	background: url(../image/stop-btn.png) no-repeat 0 0;
}

a.jp-stop:hover {
	background: url(../image/stop-btn.png) no-repeat 100% 0;
}

.jp-video .jp-progress {
	position: absolute;
	overflow:hidden;
	top:15px;
	left:95px;
	width: 780px;
	height:7px;
	background: url(../image/progress-bar.png) repeat-x;
}

.jp-seek-bar {
	height: 7px;
	cursor: pointer;
	background: url(../image/seek-bar.png) repeat-x;
}

.jp-play-bar {
	background: url(../image/play-bar.png) repeat-x;
	width:0px;
	height:100%;
}

a.jp-mute,
a.jp-unmute {
	top:12px;
	right: 68px;
	width:15px;
	height:12px;
	background: url(../image/mute-btn.png) no-repeat;
}

a.jp-mute {
	background-position: 0 0;
}

a.jp-mute:hover {
	background-position: 100% 0;
}

a.jp-unmute {
	display: none;
}

a.jp-unmute:hover {
	background-position: -25px 0;
}

.jp-volume-bar {
	position: absolute;
	top:15px;
	right: 15px;
	overflow:hidden;
	width:48px;
	height:5px;
	cursor: pointer;
	background: url(../image/progress-bar.png) repeat-x;
}

.jp-volume-bar-value {
	background: url(../image/play-bar.png) repeat-x;
	width:0px;
	height:5px;
}

.jp-video .jp-video-play {
	position: absolute;
	cursor:pointer;
	z-index:2;
	background: url(../image/play-ico.png) no-repeat 50% 50%;
}

.jp-video .jp-video-play:hover {
	background: url(../image/play-hover-ico.png) no-repeat 50% 50%;
}

.jp-video .jp-video-play {
	width:990px;
}

.jp-video .jp-jplayer {
	z-index:1;
	background: #292929;
	border-bottom: 1px solid #232323;
}