#imgboxshade {
  background:  url(/images/inlinepopup/shadowlight.gif) repeat;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1500;
  width: 100%;
  height: 100%;
  margin: 0;
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  -moz-opacity:0.80;
  -khtml-opacity:0.80;
}
#imgbox {
  height: 450px;
  overflow: none;
  border: 1px solid #000;
  z-index: 1550;
  background: #fff;
  position: relative;
  padding: 10px;
  top: -5px;
  left: -5px;
  text-align: center;
}
#imgbox img {
  border: 0;
}
.imgboxshadow {
  position: absolute;
  top: 100px;
  z-index: 2000;
  width: 550px;
  right: 30%;
  background: url(/images/inlinepopup/shadow.png) repeat !important;
  background: url(/images/inlinepopup/shadowlight.gif) repeat;
}
#imgboxclose {
  float: right;
  text-align: right;
  margin-bottom: 5px;
  margin-right: 5px;
}
#imgboxnav {
  margin-top: 10px;
  height: 28px;
  font-size: 23px;
}
#imgboxnav img {
  margin: 0px 5px;
}
#imgboxnav span {
  vertical-align: top;
}
#imgboxlink {
  font-size: 12px;
  text-align: center;
}
#imgboxtitle {
  font-size: 16px;
  font-weight: bold;
}
#imgboxtext {
  height: 46px;
  width: 512px;
  overflow: auto;
  border: 1px solid;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  display: none;
}

