/***********/
#html5-lightbox{
  height: 100%;
  left: 0;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 9999998;
}
#html5-lightbox-overlay {
  background-color: #000;
  display: block;
  height: 1396px;
  left: 0;
  min-height: 100%;
  opacity: 0.8;
  position: absolute;
  top: 0;
  width: 100%;
}
#html5-lightbox-box {
  height: 524px;
  left: 50%;
  margin-left: -400px;
  margin-top: -200px;
  position: relative;
  top: 50%;
  width: 700px;
}
#html5-elem-box { 
  box-sizing: content-box;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  text-align: center;
}
#html5-close:hover{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
#html5-close {
  background: url("close.jpg") no-repeat scroll 0 0 transparent;
  color: #000000;
  float: left;
  height: 20px;
  position: absolute;
  right: 21px;
  text-indent: -9999px;
  top: 20px;
  width: 20px;
  cursor: pointer;
}
#html5-elem-wrap {
  background-color: #fff;
  box-sizing: content-box;
  display: block;
  height: 524px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  width: 700px;
}