.gallery-list ul {
	margin:0;
	padding:0;
}
.gallery-list ul li {
	padding:0;
	list-style-type:none;
	
	width:188px;
	height:188px;
	position:relative;
	float:left;
	margin:0 12px 20px 0;
}
.gallery-list ul li:nth-child(5n) {
	margin-right:0;
}
.gallery-list ul li a {
	opacity:.9;
	transition:all .3s linear;
}
.gallery-list ul li a:hover {
	opacity:1;
}
