}
	
	.black_overlay {
			display:none;
			position:absolute;
			top:0;
			left:0;
			width: 10000px;
			height: 10000px;
			background-color:#000000;
			z-index:1001;
			-moz-opacity: 0.8;
			opacity:.80;
			filter: alpha(opacity=80);
		}
		
.white_content {
			display: none;
			position: absolute;
			top:0px;
			left:0px;
			width:712px;
			height:495px;
			padding: 0px;
			border: 0px solid white;
			background-color: transparent;
			z-index:1002;
			overflow: none;
		}




