* 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: 400px;
  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: 30px;
  margin-left: -200px;
  left: 50%;
  width: 400px;
  height: 350px;
  padding: 0px;
  -moz-opacity: 0.5;
  opacity:.50;
  filter: alpha(opacity=50);
  border: 1px solid #ffffff;
  border-top: 0px;
  background-color: #ffffff;
  z-index:1002;
  -webkit-border-bottom-left-radius: 8px;    /* for Safari */
  -webkit-border-bottom-right-radius: 8px;    /* for Safari */
  -moz-border-radius-bottomleft: 8px;       /* for Firefox */
  -moz-border-radius-bottomright: 8px;       /* for Firefox */

}

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

#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: 20px;
  border:1px solid #ffffff;
  border-bottom: 0px;
  background: url('../images/p_lightbox/header.gif');
  background-color: #0BB5EF;
  z-index: 1003;
  font-size: 10px;
  text-align: right;
  -webkit-border-top-left-radius: 8px;    /* for Safari */
  -webkit-border-top-right-radius: 8px;    /* for Safari */
  -moz-border-radius-topleft: 8px;       /* for Firefox */
  -moz-border-radius-topright: 8px;       /* for Firefox */
}
		
#p_lightbox_header img {
  margin-top: 2px;
  margin-right: 2px;
  z-index: 1003;
}

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


