#blackscreen {
visibility: hidden;
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
display: none;
background-color: #000;
filter: alpha(opacity=70);
z-index: 9;
}
#popup{
position: fixed;
top: 50%;
left: 50%;
margin-top: -340px; /*half of the height plus a little to the top*/
margin-left: -325px; /*half of the width */
visibility: hidden;
display: none;
border: 1px solid #000;
background-color: #FFF;
color: #333;
padding: 0;
height: 680px;
width: 750px;
z-index: 10;
font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}
#popup_image a{
text-decoration:none;
color: #333;
}
#popup_image a:hover{
color:#0066CC;
}
#popup_image{
clear:both;
padding: 10px;
}
