#video_wrapper {
  position: relative;
  overflow: hidden;
    width: 360px;
    height: 270px;
}
#video_wrapper #video {
  z-index: 1;
    width: 360px;
    height: 240px;
}
#video_wrapper #control {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 4px 10px;
    height: 22px;
    font-size: 16px;
    width: 340px;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 5;
}
#video_wrapper #control > div {
  float: left;
}
#video_wrapper #control #panel {
  font-size: 1.2rem;
  position: relative;
  margin-right: 18px;
  padding: 0 15px;
  height: 30px;
  color: white;
  font-weight: 200;
  line-height: 28px;
  letter-spacing: 1px;
}
#video_wrapper #control #playcontrol, #video_wrapper #control #volumecontrol {
    margin: 0 10px;
    position: relative;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background-image: url(images/videocontrol.png);
    background-repeat: no-repeat;
    left: 70%;
    top: 0;
}
#video_wrapper #control #playcontrol.play, #video_wrapper #control #volumecontrol.play {
  background-position: 0 0;
}
#video_wrapper #control #playcontrol.stop, #video_wrapper #control #volumecontrol.stop {
  background-position: -33px 0;
}
#video_wrapper #control #playcontrol.volumeon, #video_wrapper #control #volumecontrol.volumeon {
  background-position: -66px 0;
}
#video_wrapper #control #playcontrol.mute, #video_wrapper #control #volumecontrol.mute {
  background-position: -99px 0;
}
#video_wrapper #seekbar {
    position: relative;
    bottom: 0;
    left: 0;
    padding-left: 10px;
    width: 67%;
    background: url(images/bg_seekbar.png) repeat-x 0 26px;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 10;
}
#video_wrapper #seekbar #currenttime {
  width: 0;
  margin: 9px 0;
  height: 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  background-color: rgba(255, 255, 255, 0.7);
}
#video_wrapper #chapter {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 85px;
  z-index: 3;
}
#video_wrapper #chapter li {
  position: absolute;
  left: 50%;
  bottom: 20px;
  margin-left: -8px;
}
#video_wrapper #chapter li .caption {
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 17px;
  padding-left: 15px;
  color: white;
  font-weight: 300;
}
#video_wrapper #chapter li span {
  display: block;
  width: 17px;
  height: 17px;
  background: url(images/point.png) no-repeat 0 0;
  cursor: pointer;
}
#video_wrapper #ended {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 360px;
  height: 240px;
  color: #fff;
  text-indent: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: -1;
}
#video_wrapper #ended ul {
  position: absolute;
  top: 50%;
  margin: -26px auto;
  width: 100%;
}
#video_wrapper #ended ul li {
  margin: 0 20px;
}
#video_wrapper #ended ul li div, #video_wrapper #ended ul li a {
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-transition: all ease;
  -webkit-transition-delay: 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  padding: 0 40px;
  height: auto;
  font-weight: 100;
  line-height: 2em;
  border: 1px solid white;
  color: white;
  text-decoration: none;
  cursor: pointer;
}
#video_wrapper #ended ul li div:hover, #video_wrapper #ended ul li a:hover {
  color: black;
  font-weight: 200;
  background-color: #fff;
}


#video_wrapper2 {
  position: relative;
  overflow: hidden;
    width: 800px;
    height: 650px;
}
#video_wrapper2 #video {
  z-index: 1;
    width: 800px;
    height: 600px;
}
#video_wrapper2 #control {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 4px 10px;
    height: 22px;
    font-size: 16px;
    width: 800px;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 5;
}
#video_wrapper2 #control > div {
  float: left;
}
#video_wrapper2 #control #panel {
  font-size: 1.2rem;
  position: relative;
  margin-right: 18px;
  padding: 0 15px;
  height: 30px;
  color: white;
  font-weight: 200;
  line-height: 28px;
  letter-spacing: 1px;
}
#video_wrapper2 #control #playcontrol, #video_wrapper2 #control #volumecontrol {
    margin: 0 10px;
    position: relative;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background-image: url(images/videocontrol.png);
    background-repeat: no-repeat;
    left: 70%;
    top: 0;
}
#video_wrapper2 #control #playcontrol.play, #video_wrapper2 #control #volumecontrol.play {
  background-position: 0 0;
}
#video_wrapper2 #control #playcontrol.stop, #video_wrapper2 #control #volumecontrol.stop {
  background-position: -33px 0;
}
#video_wrapper2 #control #playcontrol.volumeon, #video_wrapper2 #control #volumecontrol.volumeon {
  background-position: -66px 0;
}
#video_wrapper2 #control #playcontrol.mute, #video_wrapper2 #control #volumecontrol.mute {
  background-position: -99px 0;
}
#video_wrapper2 #seekbar {
    position: relative;
    bottom: 0;
    left: 0;
    padding-left: 10px;
    width: 67%;
    background: url(images/bg_seekbar.png) repeat-x 0 26px;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 10;
}
#video_wrapper2 #seekbar #currenttime {
  width: 0;
  margin: 9px 0;
  height: 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  background-color: rgba(255, 255, 255, 0.7);
}
#video_wrapper2 #chapter {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 85px;
  z-index: 3;
}
#video_wrapper2 #chapter li {
  position: absolute;
  left: 50%;
  bottom: 20px;
  margin-left: -8px;
}
#video_wrapper2 #chapter li .caption {
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 17px;
  padding-left: 15px;
  color: white;
  font-weight: 300;
}
#video_wrapper2 #chapter li span {
  display: block;
  width: 17px;
  height: 17px;
  background: url(images/point.png) no-repeat 0 0;
  cursor: pointer;
}
#video_wrapper2 #ended {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 20px;
  left: 0;
  width: 800px;
  height: 600px;
  color: #fff;
  text-indent: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: -1;
}
#video_wrapper2 #ended ul {
  position: absolute;
  top: 50%;
  margin: -26px auto;
  width: 100%;
}
#video_wrapper2 #ended ul li {
  margin: 0 20px;
}
#video_wrapper2 #ended ul li div, #video_wrapper2 #ended ul li a {
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-transition: all ease;
  -webkit-transition-delay: 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  padding: 0 40px;
  height: auto;
  font-weight: 100;
  line-height: 2em;
  border: 1px solid white;
  color: white;
  text-decoration: none;
  cursor: pointer;
}
#video_wrapper2 #ended ul li div:hover, #video_wrapper2 #ended ul li a:hover {
  color: black;
  font-weight: 200;
  background-color: #fff;
}

#video_wrapper3 {
  position: relative;
  overflow: hidden;
    width: 400px;
    height: 720px;
}
#video_wrapper3 #video {
  z-index: 1;
    width: 400px;
    height: 670px;
}
#video_wrapper3 #control {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 4px 10px;
    height: 22px;
    font-size: 16px;
    width: 400px;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 5;
}
#video_wrapper3 #control > div {
  float: left;
}
#video_wrapper3 #control #panel {
  font-size: 1.2rem;
  position: relative;
  margin-right: 18px;
  padding: 0 15px;
  height: 30px;
  color: white;
  font-weight: 200;
  line-height: 28px;
  letter-spacing: 1px;
}
#video_wrapper3 #control #playcontrol, #video_wrapper3 #control #volumecontrol {
    margin: 0 10px;
    position: relative;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background-image: url(images/videocontrol.png);
    background-repeat: no-repeat;
    left: 70%;
    top: 0;
}
#video_wrapper3 #control #playcontrol.play, #video_wrapper3 #control #volumecontrol.play {
  background-position: 0 0;
}
#video_wrapper3 #control #playcontrol.stop, #video_wrapper3 #control #volumecontrol.stop {
  background-position: -33px 0;
}
#video_wrapper3 #control #playcontrol.volumeon, #video_wrapper3 #control #volumecontrol.volumeon {
  background-position: -66px 0;
}
#video_wrapper3 #control #playcontrol.mute, #video_wrapper3 #control #volumecontrol.mute {
  background-position: -99px 0;
}
#video_wrapper3 #seekbar {
    position: relative;
    bottom: 0;
    left: 0;
    padding-left: 10px;
    width: 67%;
    background: url(images/bg_seekbar.png) repeat-x 0 26px;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 10;
}
#video_wrapper3 #seekbar #currenttime {
  width: 0;
  margin: 9px 0;
  height: 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  background-color: rgba(255, 255, 255, 0.7);
}
#video_wrapper3 #chapter {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 85px;
  z-index: 3;
}
#video_wrapper3 #chapter li {
  position: absolute;
  left: 50%;
  bottom: 20px;
  margin-left: -8px;
}
#video_wrapper3 #chapter li .caption {
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 17px;
  padding-left: 15px;
  color: white;
  font-weight: 300;
}
#video_wrapper3 #chapter li span {
  display: block;
  width: 17px;
  height: 17px;
  background: url(images/point.png) no-repeat 0 0;
  cursor: pointer;
}
#video_wrapper3 #ended {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 20px;
  left: 0;
  width: 400px;
  height: 675px;
  color: #fff;
  text-indent: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: -1;
}
#video_wrapper3 #ended ul {
  position: absolute;
  top: 50%;
  margin: -26px auto;
  width: 100%;
}
#video_wrapper3 #ended ul li {
  margin: 0 20px;
}
#video_wrapper3 #ended ul li div, #video_wrapper3 #ended ul li a {
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-transition: all ease;
  -webkit-transition-delay: 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  padding: 0 40px;
  height: auto;
  font-weight: 100;
  line-height: 2em;
  border: 1px solid white;
  color: white;
  text-decoration: none;
  cursor: pointer;
}
#video_wrapper3 #ended ul li div:hover, #video_wrapper3 #ended ul li a:hover {
  color: black;
  font-weight: 200;
  background-color: #fff;
}

#video_wrapper4 {
  position: relative;
  overflow: hidden;
    width: 800px;
    height: 500px;
}
#video_wrapper4 #video {
  z-index: 1;
    width: 800px;
    height: 450px;
}
#video_wrapper4 #control {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 4px 10px;
    height: 22px;
    font-size: 16px;
    width: 800px;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 5;
}
#video_wrapper4 #control > div {
  float: left;
}
#video_wrapper4 #control #panel {
  font-size: 1.2rem;
  position: relative;
  margin-right: 18px;
  padding: 0 15px;
  height: 30px;
  color: white;
  font-weight: 200;
  line-height: 28px;
  letter-spacing: 1px;
}
#video_wrapper4 #control #playcontrol, #video_wrapper4 #control #volumecontrol {
    margin: 0 10px;
    position: relative;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background-image: url(images/videocontrol.png);
    background-repeat: no-repeat;
    left: 70%;
    top: 0;
}
#video_wrapper4 #control #playcontrol.play, #video_wrapper4 #control #volumecontrol.play {
  background-position: 0 0;
}
#video_wrapper4 #control #playcontrol.stop, #video_wrapper4 #control #volumecontrol.stop {
  background-position: -33px 0;
}
#video_wrapper4 #control #playcontrol.volumeon, #video_wrapper4 #control #volumecontrol.volumeon {
  background-position: -66px 0;
}
#video_wrapper4 #control #playcontrol.mute, #video_wrapper4 #control #volumecontrol.mute {
  background-position: -99px 0;
}
#video_wrapper4 #seekbar {
    position: relative;
    bottom: 0;
    left: 0;
    padding-left: 10px;
    width: 67%;
    background: url(images/bg_seekbar.png) repeat-x 0 26px;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 10;
}
#video_wrapper4 #seekbar #currenttime {
  width: 0;
  margin: 9px 0;
  height: 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  background-color: rgba(255, 255, 255, 0.7);
}
#video_wrapper4 #chapter {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 85px;
  z-index: 3;
}
#video_wrapper4 #chapter li {
  position: absolute;
  left: 50%;
  bottom: 20px;
  margin-left: -8px;
}
#video_wrapper4 #chapter li .caption {
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 17px;
  padding-left: 15px;
  color: white;
  font-weight: 300;
}
#video_wrapper4 #chapter li span {
  display: block;
  width: 17px;
  height: 17px;
  background: url(images/point.png) no-repeat 0 0;
  cursor: pointer;
}
#video_wrapper4 #ended {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 20px;
  left: 0;
  width: 800px;
  height: 450px;
  color: #fff;
  text-indent: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: -1;
}
#video_wrapper4 #ended ul {
  position: absolute;
  top: 50%;
  margin: -26px auto;
  width: 100%;
}
#video_wrapper4 #ended ul li {
  margin: 0 20px;
}
#video_wrapper4 #ended ul li div, #video_wrapper4 #ended ul li a {
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-transition: all ease;
  -webkit-transition-delay: 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  padding: 0 40px;
  height: auto;
  font-weight: 100;
  line-height: 2em;
  border: 1px solid white;
  color: white;
  text-decoration: none;
  cursor: pointer;
}
#video_wrapper4 #ended ul li div:hover, #video_wrapper4 #ended ul li a:hover {
  color: black;
  font-weight: 200;
  background-color: #fff;
}