#ghi-lightbox-container{
	width:100%;
	overflow:hidden;
	background-color:rgba(0,0,0,0.5);
	position:fixed;
	min-height:400px;
	z-index:1920;
	text-align:center;
	display:none;
}

#ghi-lightbox-container div{
	background-color:#fff;
	padding:5px;
	display:inline-block;
	margin-top:20px;
	position:relative;
	-webkit-box-shadow: 0 0 25px 0 rgba(0,0,0,0.5);
	box-shadow: 0 0 25px 0 rgba(0,0,0,0.5);
}

#ghi-lightbox-container .box-exit{
	position:absolute;
	top:0px;
	right:-35px;
	cursor:pointer;
}