#imgModule {
	display: none;
}

#imgDefault {
	cursor: pointer;
}

.imgItem {
	width: 100%;
	height: 100%;
}

.mask {
	background-color: rgba(0, 0, 0, 0.8);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.masks {
	background-color: rgba(0, 0, 0, 0.8);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.lightBoxContents {
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 9999;
	margin-left: -330px;
	margin-top: -200px;
}

#imgLoaders {
	width: 32px;
	height: 32px;
	position: absolute;
	left: 60%;
	top: 50%;
	margin: -16px 0 0 -16px;
	display: none;
}

#imgLights {
	height: 400px;
	-webkit-animation: change 1s;
	animation: change 1s;
	background-color: rgba(0, 0, 0, 0.8);
}

.lightBoxSprites {
	background-image: url(img/imgIcons.png);
	background-repeat: no-repeat;
}

.closeBtns {
	width: 21px;
	height: 21px;
	position: fixed;
	top: 18%;
	right: 31%;
	cursor: pointer;
}

.lightBoxContent {
	position: fixed;
	z-index: 9999;
	left: 50%;
	top: 50%;
	margin-left: -250px;
	margin-top: -345px;
}

#imgLoader {
	width: 32px;
	height: 32px;
	position: absolute;
	left: 62%;
	top: 55%;
	margin: -16px 0 0 -16px;
	display: none;
}

#imgLight {
	width: 500px;
	-webkit-animation: change 1s;
	animation: change 1s;
	background-color: rgba(0, 0, 0, 0.8);
}

.lightBoxSprite {
	background-image: url(img/imgIcons.png);
	background-repeat: no-repeat;
}

.closeBtn {
	width: 21px;
	height: 21px;
	position: fixed;
	top: 4%;
	right: 30%;
	cursor: pointer;
}

#enlarge_pic img {
	width: 400px;
	position: fixed;
	z-index: 9999;
}

@keyframes change {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
