.webPlayer
{
  display:inline-block;
  position:relative;
  font-family:'Segoe UI', Verdana, sans-serif;
  clear:both;
  margin-bottom:10px;
  line-height:1.4;
  font-size:11px;
  box-shadow:0 0 1px rgba(0,0,0,0);
  -webkit-box-shadow:0 0 1px rgba(0,0,0,0);
  text-align:center;
}

.webPlayer a.smooth
{
  transition:all .1s linear;
  -webkit-transition:all .1s linear;
  -moz-transition:all .1s linear;
  -o-transition:all .1s linear;
}

.webPlayer.jp-video-full>.controls
{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  opacity:0.8;
  z-index:1000;
}

.webPlayer.jp-video-full,.webPlayer.jp-video-full object,.webPlayer.jp-video-full video
{
  position:fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  display:block;
  z-index:999;
}

.webPlayer.jp-video-full>.playerScreen,.webPlayer.jp-video-full>.playerScreen>.video-play
{
  z-index:1000;
}

.webPlayer .playerScreen
{
  cursor:pointer;
}

.webPlayer .playerScreen .video-play
{
  display:block;
  position:absolute;
  z-index:990;
  width:100%;
  top:0;
  left:0;
  right:0;
  bottom:50px;
  background:url(./../img/preimg.png) no-repeat center center;
  opacity:0.4;
  background-color:rgba(0,0,0,0.4);
}

.webPlayer .controls
{
  display:block;
  position:relative;
  height:40px;
  background:rgba(0,0,0,0);
  color:#969696;
  z-index:996;
  padding:5px 10px;
}

.webPlayer .controls .leftblock
{
  position:absolute;
  left:3px;
  width:50px;
}

.webPlayer .controls .leftblock .play
{
  display:block;
  width:40px;
  height:40px;
  background:url(./../img/playerUI.png) no-repeat 0 1px;
  opacity:0.8;
}

.webPlayer .controls .leftblock .pause
{
  display:block;
  width:40px;
  height:40px;
  background:url(./../img/playerUI.png) no-repeat -40px 1px;
  opacity:0.8;
}

.webPlayer .controls .progress
{
  position:relative;
  display:block;
  text-align:left;
  margin:0 130px 0 50px;
}

.webPlayer .controls .progress span
{
  font-size:12px;
  margin-left:1px;
  color:#f0f0f0;
  text-shadow: 1px 1px 2px black, 0 0 1em black;
}

.webPlayer .controls .progress .progressbar
{
  display:block;
  height:0px;
  background-color:#000000;
  background:rgba(0,0,0,0);
  margin:2.5px 0;
}

.webPlayer .controls .progress .progressbar .seekBar
{
  position:relative;
  display:block;
  cursor:pointer;
  background:rgba(255,255,255,0.1);
  padding:1px;
}

.webPlayer .controls .progress .progressbar .seekBar a
{
  display:block;
  position:absolute;
  top:-2px;
  width:0px;
  height:0px;
  border-radius:0px;
  background:#fff;
  margin-left:-3px;
}

.webPlayer .controls .progress .progressbar .seekBar a div
{
  width:8px;
  height:8px;
}

.webPlayer .controls .progress .time
{
  display:block;
  position:absolute;
  width:50px;
  font-size:11px;
}

.webPlayer .controls .progress .time.current
{
  left:1px;
  text-align:left;
  color:#f0f0f0;
}

.webPlayer .controls .progress .time.duration
{
  right:0;
  text-align:right;
}

.webPlayer .controls .rightblock
{
  position:absolute;
  right:10px;
  width:110px;
  top:5px;
}

.webPlayer .controls .progress .volumeText
{
  z-index: 5;
  display:block;
  position:absolute;
  bottom:-16px;
  text-align:center;
  width:80px;
  font-size:11px;
  text-shadow: 1px 1px 2px black, 0 0 1em black;
}

.webPlayer .controls .progress .volumeBar
{
  display:block;
  position:absolute;
  height:4px;
  background-color:#CCCCCC;
  background:rgba(255,255,255,0.5);
  width:80px;
  top:22px;
  left:0;
  cursor:pointer;
}

.webPlayer .controls .progress .volumeBar .currentVolume
{
  z-index: 11;
  position:relative;
  height:22px;
  padding:1px;
}

.webPlayer .controls .progress .volumeBar .currentVolume a
{
  display:block;
  position:absolute;
  top:-2px;
  margin-left:-3px;
  width:8px;
  height:8px;
  border-radius:5px;
  background:#fff;
}

.webPlayer .controls .progress .volumeBar .currentVolume a div
{
  display:block;
  width:8px;
  height:24px;
}

.webPlayer .controls .rightblock .fullScreen
{
  display:block;
  float:right;
  width:16px;
  height:16px;
  background:url(./../img/playerUI.png) no-repeat 0 -50px;
  margin-top:12px;
  opacity:0.4;
}

.webPlayer .controls .rightblock .fullScreenOFF
{
  display:block;
  float:right;
  width:16px;
  height:16px;
  background:url(./../img/playerUI.png) no-repeat 0 -68px;
  margin-top:12px;
  opacity:0.4;
}

.webPlayer.audioPlayer .progress
{
  margin-right:100px;
}

.webPlayer.audioPlayer .rightblock
{
  width:85px;
}

.webPlayer.audioPlayer .rightblock .volumeText
{
  bottom:-42px;
}

.webPlayer .controls .leftblock .play:hover,.webPlayer .controls .leftblock .pause:hover
{
  opacity:1;
}

.webPlayer .controls .progress .progressbar .seekBar .playBar,.webPlayer .controls .rightblock .volumeBar .currentVolume .curvol
{
  display:block;
  height:0px;
  background:#FFF;
  padding:0;
}

.webPlayer .controls .rightblock .fullScreen:hover,.webPlayer .controls .rightblock .fullScreenOFF:hover
{
  opacity:0.8;
}

.webPlayer.audioPlayer .fullScreen,.webPlayer.audioPlayer .fullScreenOFF
{
  display:none;
}