		.black_overlay{
			display: none;
			position: fixed;
			top: 0%;
			left: 0%;
			width: 100%;
			height: 100%;
			background-color: black;
			z-index:1001;
			-moz-opacity: 0.8;
			opacity:.8;
			filter: alpha(opacity=80);
		}
		.disp_foto1
		{
			position:relative;
			left:5px;
		}
		.white_content {
			display: none;
			position: fixed;
			top:15%;
			left:30%;
width:40%;
			height: 60%;
			padding: 10px;
			border: 10px solid black;
			background-color: white;
			z-index:1002;
			padding-right:40px;
		}
			#light_checkout{
			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);
		}
			#fade_checkout{
			display:none;
			position: fixed;
			top: 35%;
			left: 37%;
			width: 300px;
			height: auto;
			padding: 20px;
			border: 16px solid black;
			background-color: white;
			z-index:1002;
			overflow: auto;
		}
		#close{
			display:none;
			position: fixed;
			top: 8%;
			left: 73%;
			width: 30px;
			height: 30px;
			padding: 1px;
			border: 6px solid black;
			background-color: white;
			z-index:1002;
		}
		#gbr_close:hover{
		cursor:pointer;}
