* html #p_lightbox_black { /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
  width: expression(document.body.clientWidth + 'px');
}

* html #p_lightbox_header { /* ie6 hack */
  position: absolute;
  margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

* html #p_lightbox_static { /* ie6 hack */
  position: absolute;
  height: 500px;
  margin-top: expression(184 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

* html #p_lightbox_hideselect { /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#p_lightbox_hideselect {
  z-index:99;
  position:fixed;
  top: 0;
  left: 0;
  background-color:#fff;
  border:none;
  filter:alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  height:100%;
  width:100%;
}


#p_lightbox_black{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index:1001;
  -moz-opacity: 0.8;
  opacity:.80;
  filter: alpha(opacity=80);
  overflow: none;
}

#p_lightbox_static {
  display: none;
  position: fixed;
  top: 50px;
  margin-left: -200px;
  left: 50%;
  width: 400px;
  height: 500px;
  padding: 0px;
  -moz-opacity: 0.5;
  opacity:.50;
  filter: alpha(opacity=50);
  border: 2px solid #0BB5EF;
  border-top: 0px;
  background-color: #ffffff;
  z-index:1002;
}

#p_lightbox_loader {
  position: relative;
  font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
  margin-top: 30px;
  text-align: center;
}

#p_lightbox_loader img {
  text-align: center;
}

#p_lightbox_iframe {
  width: 100%;
  height: 100%;
  display: inline;
  clear: both;
  border: none;
}

#p_lightbox_header {
  position: fixed;
  margin: 0px;
  margin-left: -200px;
  padding: 0px;
  top: 10px;
  left: 50%;
  width: 400px;
  height: 40px;
  border:2px solid #0BB5EF;
  border-bottom: 0px;
  background: url('../images/p_lightbox/header2.gif');
  background-color: #0BB5EF;
  z-index: 1003;
  font-size: 10px;
  text-align: right;
}
		
#p_lightbox_header img {
  margin-top: 2px;
  margin-right: 2px;
  z-index: 1003;
}

#p_lightbox_header a, #p_lightbox_header a:visited {
  color: #ffffff;
}

