/* castcrew */
#castcrewShell {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
}
  #castcrewBg {
    position: absolute;
    left: 50%;
    width: 1600px;
    height: 800px;
    margin-left: -800px;
    overflow: hidden;
    -webkit-user-select: none;
    visibility: hidden;
  }
    #castcrewBgShell {
      position: absolute;
      background: no-repeat center center;
      background-size: cover;
      width: 100%;
      height: 100%;
    }
  #castcrewImg {
    position: absolute;
    left: 50%;
    width: 800px;
    height: 800px;
    overflow: hidden;
    -webkit-user-select: none;
    visibility: hidden;
  }
    #castcrewImgShell {
      position: absolute;
      background: no-repeat center center;
      background-size: cover;
      width: 100%;
      height: 100%;
    }
  .castcrewItem {
    visibility: hidden;
  }
  #castcrewContent {
    position: absolute;
    top: 90px;
    left: 50%;
    width: 500px;
    height: auto;
    margin-left: -480px;
  }
    #castcrewHeader {
      display: block;
      width: 472px;
      height: 64px;
      margin-bottom: 16px;
    }
      #castcrewHeader #txt {
        display: block;
        width: 100%;
      }
      #castcrewHeader #txt #txtName,
      #castcrewHeader #txt #txtRole {
        display: block;
        width: 100%;
        font-size: 28px;
        line-height: 32px;
        text-align: right;
        color: #fff;
      }
      #castcrewHeader #txt #txtName #line,
      #castcrewHeader #txt #txtRole #line {
      }
      #castcrewHeader #txt #txtName #name,
      #castcrewHeader #txt #txtRole #role {
        font-size: 28px;
        line-height: 32px;
        text-align: right;
        text-shadow: 1px 2px 0 #000;
      }
      #castcrewHeader #txt #txtRole #name {
        color: #fff;
      }
      #castcrewHeader #txt #txtRole #role {
        color: #57a8c0;
      }
    #castcrewLine {
      top: 64px;
      left: 472px;
    }
    #castcrewCopy {
      display: block;
      width: 500px;
      height: 248px;
      margin-top: 32px;
    }
      #castcrewCopy #copy {
        font-size: 14px;
        line-height: 28px;
        color: #fff;
        text-align: right;
        text-shadow: 1px 1px 0 #000;
      }
      #castcrewCopy .viewport { 
        position: relative; 
        float: left;
        width: 472px; 
        height: 100%; 
        overflow: hidden; 
      }
      #castcrewCopy .overview { 
        list-style: none; 
        position: absolute; 
        width: 100%; 
      }
      #castcrewCopy .scrollbar { 
        position: relative; 
        float: right; 
        width: 12px; 
        margin-top: 8px;
      }
      #castcrewCopy .track { 
        position: relative; 
        float: right;  
        width: 100%;
        height: 100%; 
        background-color: rgba(0,0,0,0); 
      }
      #castcrewCopy .thumb { 
        position: absolute; 
        top: 0; 
        height: 32px; 
        width: 12px; 
        background-color: rgba(0,0,0,0);
        cursor: pointer; 
        overflow: hidden; 
      }
      #castcrewCopy .line { 
        position: absolute; 
        top: 0; 
        left: 5px;
        height: 100%; 
        width: 1px; 
        background-color: #fff; 
      }
      #castcrewCopy .disable { 
        display: none; 
      }
/* castcrew overlay */
#castcrewOverlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
}
  #castcrewSelector {
    position: absolute;
    width: 2136px;
    height: 1200px;
  }
    .castcrewTmb {
      position: absolute;
      width: 266px;
      height: 100%;
      border-right: 1px solid #000;
      cursor: pointer; 
      visibility: hidden;
    }
      .castcrewTmb img,
      .castcrewTmb #screen {
        position: absolute;
        width: 266px;
      }
      .castcrewTmb img {
        height: 800px;
      }
      .castcrewTmb #screen {
        height: 100%;
        background-color: #4b7f9a;
        opacity: 0;
        z-index: 1;
      }
      .castcrewTmb #txt {
        position: relative;
        left: 133px;
        top: 400px;
        width: 218px;
        height: 38px;
        margin-left: -109px;
        font-size: 12px;
        line-height: 38px;
        color: #fff;
        text-align: center;
        background-color: rgba(0,0,0,.5);
        border: 1px solid #9ccddb; 
        z-index: 1;
      }
      .castcrewArrow {
        top: 70%;
      }
