.gallery-photolist {
	
}

.gallery-photolist  ul {
	list-style:none;
	padding:0;
	margin:10px 0 10px 0 !important;
	
}

.gallery-photolist ul li {
	margin:20px 0;
}
.gallery-photolist ul li img{
	width:100%;
	border:5px solid #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

.gallery-photolist-wrap {position:relative;}
.gallery-photolist-caption {
	padding: 10px;
	position:absolute;
	background:#000;
	opacity:0;
	color:#fff;
	bottom:0;
	width:100%;
}

.gallery-photolist ul li:hover .gallery-photolist-caption {
	opacity:0.6;
	
}

.gallery-photolist-title {
	font-weight:bold;
	font-style:italic;
	font-size: 13px;
}

.gallery-photolist-text {
	font-style:italic;
	font-size: 13px;
}



