#KeViewerDisableBg {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: green;
  top: 0;
  left: 0;
  z-index: 1000;
}
* html #KeViewerContainer {
  position: absolute;
}
#KeViewerContainer {
  border: 1px outset #c0c0c0;
  background: #ffffff url(../img/loading.gif) no-repeat scroll center;
  display: none;
  position: fixed;
  width: 40px;
  height: 40px;
  z-index: 1001;
}
#KeViewerContainer a {
  cursor: pointer;
}
#KeViewerContainerNavBar {
  position: absolute;
  z-index: 5000;
  left: 0;
  width: 100%;
  height: 100%;
}
#KeViewerContainerInfoBar {
  display: none;
  position: absolute;
  left: 0;
  z-index: 5000;
  width: 100%;
  height: 45px;
  bottom: 0;
  text-align: left;
}
#KeViewerContainerInfoBar span {
  margin: 0 0 0 5px;
  padding: 2px;
  display: block;
  height: 15px;
  float: left;
  width: 85%;
  font-size: 11px;
}
#InfoBarTitle {
  font-size: 12px;
  font-weight: bold;
}
#InfoBarCount {
  color: #808080;
}
#KeViewerImage {
  margin: 0px;
  display: block;
  position: absolute;
  left: 0;
  z-index: 1001;
}
.KeViewerArrow {
  font-size: 18px;
  display: none;
  opacity: 0;
  width: 50%;
  height: 100%;
}
.ArrowLeft {
  background: transparent url(../img/prev.png) no-repeat scroll left center;
  float: left;
}
.ArrowRight {
  background: transparent url(../img/next.png) no-repeat scroll right center;
  float: right;
}
#KeViewerClose {
  border:  none;
  background: transparent url(../img/close.png) no-repeat scroll center;
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  width: 40px;
  height: 100%;
}
