#grey {
	position:fixed;
	position:absolute;
	left:0px;
	top:0px;
	height:100%;
	width:100%;
	vertical-align:middle;
	background-color: #CCCCCC;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	z-index:5;
}
#fulldiv {
	position:fixed;
	margin-left:50%;
	left:-220px;
	top:0px;
	background-color:#fbf9f0;
	vertical-align:middle;
	border:1px solid #000000;
	z-index:6;
}
#fullimg {
	width:350px;
	height:500px;
	border:4px solid #000000;
	margin:20px;
	margin-bottom:20px;
	cursor:pointer;
	z-index:7;
}
#close {
	margin-left:20px;
	/*margin-bottom:20px;*/
	font-weight:bold;
	width:50px;
	height:15px;
	background-color: #A60000;
	cursor: pointer;
	z-index:8;
}
