#loopcontain {
	width: 770px;
	display: block;
	margin: auto;
}

.img-contain{
	border: 1px solid #DBB52F;
	width: 150px;
	height: 130px;
	float: left;
    overflow: hidden;
    margin: 20px;
    cursor: pointer;	
}

.gallery-img {
	display: block;
	margin: auto;
}

.portrait img {
    width: 100%;
}
.landscape img {
    height: 100%;
}

/* MODAL */
#lean_overlay {
    position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}

#img-modal {
	display: none;
	background:#fff;
	padding: 5px;
	max-width: 800px;
	max-height: 700px;
	/*border-radius: 5px;*/
	border: #ccc;
	box-shadow: 0px 0px 4px rgba(0,0,0,0.7);
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.7);
	-moz-box-shadow: 0 0px 4px rgba(0,0,0,0.7);
}

#img-modal img {
	max-height: 700px;
}

#modal-show{
	display: none;
}

/*.modal_close {
	float: right;
	height: 20px;
	width: 20px;
	cursor: pointer;
}*/

.modal_close {
	position: absolute;
	height: 20px;
	width: 20px;
	cursor: pointer;
	right: 10px;
	top: 10px;
	background: rgba(255,255,255,0.6);
	padding: 5px;
	border-radius: 30px;
}

.modal_close img {
	height: 20px;
	width: 20px;
}

#modal-img {
	max-width: 800px;
	display: block;
	margin: auto;
	max-height: 800px;
}