/*------------------------------
body
------------------------------*/
body {
  overflow-x: hidden;
}





/*------------------------------
#movieList
------------------------------*/
#movieList {
  position: absolute;
  z-index: 100000;
  top: 178px;
  right: -254px;
  width: 254px;
  background: #ddd;
  box-shadow: 1px 1px 4px #555;
}

#movieListInner {
  position: relative;
}

#movieList ul {
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fff;
}

#movieList li {
  position: relative;
  list-style: none;
  cursor: pointer;
  width: 254px;
  height: 143px;
}

.play_mark {
  position: absolute;
  z-index: 100030;
  display: block;
  width: 50px;
  height: 50px;
  left: 50%;
  top: 50%;
  margin-left: -25px;
  margin-top: -25px;
  background: url(../img/movie_img/play_mark.png) no-repeat;
}

#movieList li .thumb {
  position: absolute;
  top: 0;
  left: 0;
}

#movieList li .thumb img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}


#movieLoading {
  position: absolute;
  width: 128px;
  height: 128px;
  top: 50%;
  left: 50%;
  margin-top: -64px;
  margin-left: -64px;
}

#movieLoading img {
}





/*------------------------------
#pull
------------------------------*/
#pull {
  position: absolute;
  padding: 35px 0 0 14px;
  width: 45px;
  height: 191px;
  top: 0;
  left: -59px;
  background: url(../img/movie_img/pull.png) no-repeat;
  cursor: pointer;
}





/*------------------------------
#meshing
------------------------------*/
#meshing {
  position: fixed;
  z-index: 200000;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.7;
  -ms-filter: "alpha(opacity=70)"; /* IE 8 */
  cursor: pointer;
}





/*------------------------------
#main_player
------------------------------*/
#main_player {
  position: fixed;
  padding: 10px;
  z-index: 300000;
  background: #fff;
  left: 50%;
  top: 50%;
  border-radius: 5px;
  opacity: 0;
  -ms-filter: "alpha(opacity=0)"; /* IE 8 */
}

#main_player_inner {
  position: relative;
  width: 100%;
  height: 100%;
}

#main_player iframe {
  width: 100%;
  height: 100%;
}

#main_player.undisp {
  left: 200%;
}


#main_player_off {
  position: absolute;
  z-index: 310000;
  top: -28px;
  right: -28px;
  width: 36px;
  height: 36px;
  background: url(../img/movie_img/main_player_off.png) no-repeat;
  cursor: pointer;
}