.photo_gallery-img {
	background-color:#E0E0E0
}
.photo_gallery-img img {
	margin : 0 auto;
	display : block;
}
.popup-photo-img img {
	margin: 0 auto;
	display:block;
}

.photo_gallery-name .js-show-album {
	font: 200 16px/20px "roboto_condensed";
	color: #000;
	text-decoration: none;
	height: 56px;
	overflow: hidden;
	display: block;
}

.photo_gallery-name:hover{
	position: absolute;
	max-height: 180px;
	background-color: white;
	z-index: 10;
	height:auto;
}
.photo_gallery-name:hover .js-show-album {
	max-height:180px;
	height:auto;
	min-height: 56px;
}