/*.Vdio{
  float:left;
  margin-top: 30px;
}*/
.Vdio{
    position: relative;
    cursor: pointer;
}
.Vdio.played .vidBtn{
    display: none;
}
.Vdio .Vdio1{
  width:470px;
  height:400px;
  position: relative;
}
.Vdio .Vdio1 .videoPic{
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  background: #666;
  cursor: pointer;
}
.Vdio .Vdio1 .vidimg{
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
}
.Vdio .vidBtn{
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    width:50px;
    height: 50px;
    margin:auto;
}

.clear{
    clear: both;
    content:"";
    height: 0;
    font-size: 0;
    overflow: hidden;
    height: 0;
}
.controls {
    width: 100%;
    height: 65px;
    position: relative;
    /*z-index: 999;*/
    bottom: 60px;
}
.controls .timeline {
    width: 100%;
    height: 17px;
    position: relative;
    background: #666666;
}
.controls .timeline .jp-seek-bar {
    float: left;
    width: 600px;
    height: 17px;
    background: #666666;
}
.controls .timeline .jp-play-bar {
    float: left;
    width: 600px;
    height: 17px;
    background: url(../images/process_bar.png) repeat-x;
}
.controls .pbutton {
    width: 100%;
    height: 44px;
    position: relative;
    background: #c5c5c5;
}
.controls .jp-play {
    cursor: pointer;
    position: absolute;
    width: 32px;
    height: 32px;
    overflow: hidden;
    text-indent: -9999px;
    background: url(../images/play.png) no-repeat;
    top: 6px;
    left: 20px;
}
.controls .jp-pause {
    cursor: pointer;
    position: absolute;
    width: 32px;
    height: 32px;
    overflow: hidden;
    text-indent: -9999px;
    background: url(../images/pause.png) no-repeat;
    top: 6px;
    left: 20px;
}
.controls .jp-stop {
    cursor: pointer;
    position: absolute;
    width: 32px;
    height: 32px;
    overflow: hidden;
    text-indent: -9999px;
    background: url(../images/stop.png) no-repeat;
    top: 6px;
    left: 60px;
}
.controls .jp-time {
    position: absolute;
    width: 132px;
    height: 15px;
    font-size: 12px;
    color: #333333;
    top: 16px;
    right: 215px;
}
.controls .jp-time div {
    float: left;
}
.controls .jp-time div {
    float: left;
}
.controls .jp-mute {
    position: absolute;
    width: 24px;
    height: 24px;
    background: url(../images/muteoff.png) no-repeat;
    right: 175px;
    top: 10px;
    cursor: pointer;
}
.controls .jp-unmute {
    position: absolute;
    width: 24px;
    height: 24px;
    background: url(../images/muteon.png) no-repeat;
    right: 175px;
    top: 10px;
    cursor: pointer;
}
.controls .voice {
    position: absolute;
    height: 6px;
    width: 56px;
    background: url(../images/volSbar.png) repeat-x;
    right: 98px;
    top: 19px;
}
.controls .voice .jp-volume-bar {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/volSbar.png) repeat-x;
    cursor: pointer;
}
.controls .voice .jp-volume-bar .jp-volume-bar-value {
    position: absolute;
    height: 100%;
    background: url(../images/volPbar.png) repeat-x;
    cursor: pointer;
}
.controls .jp-full-screen {
    position: absolute;
    width: 32px;
    height: 32px;
    top: 6px;
    right: 30px;
    background: url(../images/big_fsOn.png) no-repeat;
    cursor: pointer;
}
.controls .jp-restore-screen {
    position: absolute;
    width: 32px;
    height: 32px;
    top: 6px;
    right: 30px;
    background: url(../images/big_fsOff.png) no-repeat;
    cursor: pointer;
} 

@media (max-width: 767px){
    .Vdio .Vdio1{
      width:300px;
      height:300px;
      margin: 0 auto;
    }
    .controls .jp-play{
        left: 10px;
    }
    .controls .jp-stop{
        left: 50px;
    }
    .controls .jp-time{
        width: 100px;
        right: 110px;
    }
    .controls .jp-full-screen{
        right: 10px;
    }
    .controls .voice{
        right: 50px;
    }
    .controls .jp-mute{
        right: 115px;
    }
}
