body{/*margin:0;*/padding:0;}
.imgContainer{
	position:fixed;width:100%;height:100%;
	z-index:999;
	background-color:rgba(0,0,0,0.3);
	display:none;
}
.imgHref{display:inline-block;}
.layer{position: absolute;top:50%;left:50%;transform: translate(-50%,-50%);display: none;}
.layer img{max-width: 100%;width:100%;}
.closeBtn{width:32px;height:32px;position:absolute;right:-42px;top:-16px;background:url("../images/icons/clone.png") center no-repeat;cursor: pointer;}