html, body {
  padding: 0;
  height: 100%;
  width: 100%;
}
.cBildlayer {
  z-index: 80;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  /* For IE8 and earlier */
  background-color: #000000;
  position: fixed;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  width: 100%;
  overflow: hidden !important;
  visibility: hidden;
  top: 0;
  left: 0;
  margin: auto;
}
.cQbild, .cHbild {
  z-index: 85;
  position: fixed;
  width: 1268px;
  height: auto;
  overflow: hidden !important;
  /* height:640px;
	height:768px;*/
  visibility: hidden;
  top: 50%;
  left: 50%;
  margin-left: -634px;
  margin-top: -455px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.cHbild {
  /*width:576px;*/
  width: auto;
  height: 910px;
  margin-left: -288px;
  margin-top: -455px;
}
.cShowNavli, .cShowNavre, .cShowHNavli, .cShowHNavre, .cShowPicCls {
  position: fixed;
  z-index: 99;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  /* For IE8 and earlier */
  visibility: hidden;
  background-color: #000;
  height: 800px;
  width: 400px;
}
.cNavli, .cNavre, .cPicCls {
  position: fixed;
  z-index: 99;
  opacity: 0.8;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  /* For IE8 and earlier */
  visibility: hidden;
  height: 70px;
  width: 70px;
}
.cNavli, .cNavre {
  top: 50%;
  margin-top: -20px;
}
.cShowNavli, .cShowHNavli, .cShowNavre, .cShowHNavre {
  top: 50%;
  margin-top: -400px;
}
.cShowNavli, .cShowHNavli, .cNavli {
  left: 50%;
  margin-left: -634px;
}
.cShowNavre, .cShowHNavre, .cNavre {
  right: 50%;
  margin-right: -634px;
}
.cShowPicCls {
  height: 450px;
  width: 224px;
  left: 50%;
  margin-left: -112px;
  bottom: 0%;
}
.cPicCls {
  height: 30px;
  width: 60px;
  left: 50%;
  margin-left: -30px;
  top: 50%;
  margin-top: 354px;
}
