.ephoto-dam-align-center {
	margin-right: auto;
	margin-left: auto;
	display: table;
}

.ephoto-dam-align-center img {
	display: block;
}

.ephoto-dam-align-left {
	float: left;
	display: table;
}

.ephoto-dam-align-left img {
	display: block;
}

.ephoto-dam-align-right {
	float: right;
	display: table;
}

.ephoto-dam-align-right img {
	display: block;
}

.ephoto-dam-zoom {
	cursor: pointer;
}

#ephoto-dam-overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 999;
    top: 0;
    left: 0;
	opacity: 0.6;
	cursor: pointer;
}

#ephoto-dam-wrap {
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 1000;
	border: 8px solid #fff;
	border-radius: 3px;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.7);
}

#ephoto-dam-wrap img {
	height:100%
}

#ephoto-dam-close {
	background-image: url(../images/close.png);
	width: 30px;
	height: 30px;
	position:absolute;
	right: 0;
	margin-top: -22px;
	margin-right: -22px;
	cursor: pointer;
}