
#popup{
position:absolute;
display:hidden;
top:10px;
left:50%;
width:500px;
height:auto;
margin-left:-250px;
background-color:white;
z-index:99999;
padding:16px;
border:solid 5px #333333;
border-radius:5px;
filter: alpha(opacity=60); /* For IE8 and earlier */
}
#popup img{
	margin-top:-10px;
}
#overlay-back {
position: fixed !important;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #000;
opacity: 0.6;
filter: alpha(opacity=60);
z-index: 9999;
display: none
}
.close-image{
display: block;
float:right;
position:relative;
top:-6px;
right: -17px;
height: 20px;
}