#LBoxBk {
	/*background-color: rgba(0, 0, 0, 0.9);*/
    background-color: rgba(255, 255, 255, 0.95);
	position: fixed;
	top: 0;
	left: 0;
	/*z-index:9997;*/
	z-index: 1001;
	width: 100%;
	height: 100%;
	display: none;
	cursor: pointer;
}

#LBox {
	position: absolute;
	z-index: 1002;
	display: none;
	top: 0;
	left: 50%;
	margin-left: -500px;
	width: 1000px;
	height: 100%;
}

#LBox img {
	/*width:100%;
	height:auto;
	border:1px solid #ddd;*/
}

#clsBtn {
	position: absolute;
	top: 0;
	right: 0;
	/*z-index:999;*/
	display: none;
	cursor: pointer;
	color: #000;
	font-size: 3em;
	line-height: 1em;
}

@media screen and (max-width:750px) {
	#LBox {
		left: 50%;
		margin-left: -45%;
		width: 90%;
		height: 50% !important;
	}
}