/* videos */
#videosShell {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
}
  #videosContent {
    position: absolute;
    top: 12%;
    left: 50%;
    width: 980px;
    height: 88%;
    margin-left: -490px;
  } 
    .videosItem {
      visibility: hidden;
    }
    #videosHeader {
      display: block;
      margin: 0 0 108px 146px;
    } 
    #videosLine {
      position: absolute;
      top: 230px;
      width: 2000px;
      height: 1px;
      margin-left: -510px;
      background-color: #384c59;
    } 
      #videosLine div {
        position: absolute;
        width: 20px;
        height: 100%;
        background-color: #fff;
      }  
      #videosLine #left {
        left: 570px;
      }  
      #videosLine #mid {
        left: 990px;
      }  
      #videosLine #right {
        left: 1410px;
      }
    #videosContainer {
      position: absolute;
      top: 144px;
      width: 980px;
      height: 200px;
      overflow: hidden;
    } 
      #videosThumbs {
        position: absolute;
        width: auto;
        height: 100%;
      } 
        .videosNavBtn {
          float: left;
          width: 320px;
          height: 200px;
          margin-right: 10px;
          cursor: pointer;
          visibility: hidden;
        } 
        .videosNavBtn img,
        .videosNavBtn #screen {
          position: absolute;
          width: 320px;
          height: 172px;
        }
        .videosNavBtn #screen {
          background-color: #000;
          opacity: .2;
        }
        .videosNavBtn #txt {
          position: relative;
          top: 180px;
          font-size: 12px;
          line-height: 20px;
          letter-spacing: 3px;
          color: #fff;
          text-shadow: 1px 1px 0 #000;
        }

/* video player */
#videosOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  visibility: hidden;
  z-index: 50;
  -webkit-user-select: text;
}
  #videoShell {
    position: absolute;
    display: block;
    top: 100px;
    bottom: 70px;
    width: 100%;
    background: #000;
  }
  #videoHeader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    text-align: center;
  }
    #videoHeader img {
      margin-top: 4px;
    }
  #videoFooter {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
  }
    #videoNavContainer {
      margin-top: 4px;
    }
      .videoNavBtn {
        position: relative;
        display: inline-block;
        margin: 0 2px;
        color: #fff;
        height: 70px;
        font-size: 8px;
        line-height: 10px;
        text-align: left;
        cursor: pointer;
      }
      .videoNavBtn.selected {
        pointer-events: none;
        cursor: default;
      }
      .videoNavBtn img {
        border: 1px solid #000;
        width: 97px;
        height: 52px;
      }
      .videoNavBtn img.selected {
        border: 1px solid #57a8c0;
      }