@charset "utf-8";
/* CSS Document */
/*Ligth box*/
.black_overlay{
			display: none;
			position: absolute;
			top: 0%;
			left: 0%;
			width: 300%;
			height: 300%;
			background-color: black;
			z-index:1001;
			-moz-opacity: 0.4;
			opacity:0.4;
			filter: alpha(opacity=20);
		}
		/*Ligth box*/
		.white_content {
			display: none;
			position: absolute;
			top: 10%;
			left: 27%;
			width: 50%;
			height: 100%;
			padding: 1px;
			/*border: 10px solid #666666;*/
			z-index:1002;
			overflow:hidden;
		}
