#fade, #fade2 {
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index: 1001;
	-moz-opacity: 0.8;
	opacity: .80;
	filter: alpha(opacity=80);
}

#light, #light2 {
	width: 70%;
	height: auto;
	display: none;
	position: absolute;
	top: 10%;
	left: 0;
	bottom:0;
	right: 0;
	margin: auto;
	z-index: 1002;

}

#boxclose, #boxclose2 {
	float: right;
	cursor: pointer;
	color: #fff;
	border: 1px solid #AEAEAE;
	border-radius: 3px;
	background: #222222;
	font-size: 31px;
	font-weight: bold;
	display: inline-block;
	line-height: 0px;
	padding: 11px 3px;
	position: absolute;
	right: 2px;
	top: 2px;
	z-index: 1002;
	opacity: 0.9;
}

.boxclose:before, .boxclose2:before {
	content: "×";
}

#fade:hover ~ #boxclose, #fade2:hover ~ #boxclose2 {
	display:none;
}















