@charset "utf-8";
#darkLayer {
	display:none;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:#000000;
	-moz-opacity:.70; 
	filter:alpha(opacity=70); 
	opacity:.70;
	z-index:200;
}
#lightLayer {
	display:none;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:#ffffff;
	-moz-opacity:.70; 
	filter:alpha(opacity=70); 
	opacity:.70;
	z-index:200;
}

#mainPicCont{
	background-color:#00FF99;
	overflow:visible;
	position:fixed;
	z-index:201;
}
#actualImg{
	border:10px solid #FFFFFF;
}
