		.black1_overlay{
			display: none;
			position: absolute;
			top: 25px;
			left: 25%;
			width: 500px;
			height: 230px;
			background-color: black;
			z-index:1001;
			opacity:.80;

		}
		.white1_content {
			display: none;
			position: absolute;
			top: 25px;
			left: 25%;
			width: 500px;
			height: 230px;
			padding: 16px;
			border: 16px solid #ff6600;
			background-color: white;
			z-index:1002;
			overflow: auto;
		}

		.black2_overlay{
			display: none;
			position: absolute;
			top: 25px;
			left: 25%;
			width: 500px;
			height: 230px;
			background-color: black;
			z-index:1001;
			opacity:.80;

		}
		.white2_content {
			display: none;
			position: absolute;
			top: 25px;
			left: 25%;
			width: 500px;
			height: 200px;
			padding: 16px;
			border: 16px solid #ff6600;
			background-color: white;
			z-index:1002;
			overflow: auto;
		}
