					#Lightbox{
						display: none;
						position: fixed;
						    z-index: 100100;
						    width: 100%;
						    height: 100%;
						    top: 0;
						    left: 0;	
					}
					#LightboxOverlay{
						/*background: rgba(204, 212, 94, .6);*/
						display: block;
							position: fixed;
						    z-index: 0;
						    left: 0;
						    top: 0;
						    width: 100%;
						    height: 100%;
						    background: #000;
						    padding-bottom: 40px;
							opacity: 0.7;
					}
			
					#LightboxBox{
						position: fixed;
						z-index: 1;
						width: 200px;
						height: 200px;
						top: 40px;
						background-color: #fff;
						border: 10px solid #fff;
						visibility: hidden;
					}
			
					#LightboxToolbar{
						position: fixed;
						z-index: 1;
						background-color: #fff;
						border: 10px solid #fff;
					}
					
					#close{ 
						width: 2rem;
						height: 2rem;
						border: 1px #a89371 solid;
						color: #a89371;
						margin: 2rem 2rem auto auto;
					}
					
					
				