@charset "UTF-8";
/*lighter box*/
#lighterbox {
display:none;
position:absolute;
margin:auto;
#left:250px;
#top:350;
width:100%;
height:3000;
background-image:url(overlay.png);
/*overflow:auto;*/
/*padding-top:20px;*/
z-index:100;
}

#lighterbox img {
position:relative;
border:0;
z-index:100;
}
#lighterboxholder,#portimage,#lightercloseimage {
z-index:100;
}


#lighterboxcontent {
position:fixed;
top:50;
left:50;
display:float;
border:solid #0066ff 1px;
padding:4;
background-color:white;
z-index:100;
}

*html #lighterboxcontent { /* only ie6 : hack position fixe */
position: absolute;
top: expression((document.documentElement.scrollTop || document.body.scrollTop) + this.offsetHeight - this.offsetHeight);
}

#closebutton {
position:absolute;
z-index:150;
top:-10px;
left:-10px;
border:0;
}
#loadingimg {
position:fixed;
top:0px;
z-index:500;
}
