.video_container {
  position:relative;
  margin-bottom:20px;
}

.video_overlay {
  position:absolute;
  display:none;
  z-index:2;
  background:#EBEDEE;
  border-bottom:solid 1px #C9CACF;
}

.video_overlay_img_detail {
  float:left;
  height:264px;
  width:190px;
  max-width:190px;
}

.video_overlay_img_ic {
  cursor:pointer;
  height:150px;
  width:190px;
  max-width:190px;
  border-bottom:solid 1px #C9CACF;
}

.video_overlay_detail_oc {
  height:113px;
  width:190px;
  max-width:190px;
}

.video_overlay_play {
  position:absolute;
  top:0px;
  left:0px;
  width:inherit;
  height:inherit;
  background:transparent url(../images/play_button.png) center center no-repeat;
}

.video_overlay_image {
  margin:15px;
}

.video_overlay_detail_ic {
  height:103px;
  margin:0px 15px;
  font-size:1.1em;
  line-height:16px;
  overflow:hidden;
}

.custom_height_br {
  height:12px;
}

.video_overlay_text_oc {
  float:left;
  height:264px;
  width:279px;
  border-left:solid 1px #C9CACF;
}

.video_overlay_text_ic {
  margin:15px;
}

.video_overlay_text_bi_link {
  position:absolute;
  bottom:0px;
  padding:10px 0px;
  width:249px;
  margin:0px 15px;
  border-top:solid 1px #C9CACF;
  text-align:center;
}

.video_container iframe {
  position:relative;
  z-index:1;
}

.video_overlay h1 {
  background:#EBEDEE;
}
.titlebar.marginbottom1 {
  background:#4C5160;
  color:white;
  margin:0px;
  margin-bottom: 1px;
  padding:7px 0px 5px 17px;
  width:453px;
  max-width:453px;
  font-weight:normal;
}
.show_info {
  position:absolute;
  top:0px;
  right:0px;
  display:none;
  cursor:pointer;
  width:29px;
  height:28px;
  background:transparent url(../images/info_2.png) center center no-repeat;
}
