#blanket {
background-color:#111;
opacity: 0.65;
filter:alpha(opacity=65);
position:absolute;
z-index: 9001;
top:0px;
left:0px;
width:100%;
}

/*#popUpDiv {*/
/*div.popUpDiv {
position:absolute;
background-color:#eeeeee;
width:300px;
height:300px;
z-index: 9002;
}*/

div.popupImage {
position:absolute;
background-color:#E0ECF8;
width:450px;
height:480px;
z-index: 9002;
border: medium outset #cccccc; background-color: #E0ECF8; padding: 15px;
}

img.smlimg {
	width:200px;
	margin:10px;
	border: none;
}

img.fullimg {
	/*width:400px;*/
	margin-left: 15px;
	margin-top: 20px;
	border: none;
}

span.close {
	position: absolute;
	bottom: 15px;
	right: 15px;
	text-decoration:none;
}
