2011-06-04 22:43:32 +04:00
|
|
|
#lightbox_overlay{
|
2011-06-05 00:20:57 +04:00
|
|
|
position:fixed;
|
2011-06-05 00:41:17 +04:00
|
|
|
display:none;
|
2011-06-04 22:43:32 +04:00
|
|
|
height:100%;
|
|
|
|
width:100%;
|
|
|
|
top:0px;
|
|
|
|
left:0px;
|
|
|
|
opacity:0.5;
|
|
|
|
filter: alpha(opacity = 50);
|
|
|
|
background-color:black;
|
|
|
|
z-index:9999;
|
|
|
|
}
|
|
|
|
|
|
|
|
#lightbox{
|
2011-06-05 00:20:57 +04:00
|
|
|
position:fixed;
|
2011-06-05 00:41:17 +04:00
|
|
|
display:none;
|
2011-06-04 22:43:32 +04:00
|
|
|
max-height:90%;
|
|
|
|
max-width:90%;
|
|
|
|
top:10px;
|
|
|
|
margin-left:auto;
|
|
|
|
margin-right:auto;
|
|
|
|
z-index:9999;
|
|
|
|
}
|