.wfm-gallery{
	background: #f0f0f0;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	padding: 20px;
}
.wfm-gallery > a > img{
	margin: 0 20px 0 0;
	border: 5px solid #fff;
	transition: border-color .5s;
}
.wfm-gallery > a:hover > img{
	border: 5px solid #888;	
}
.lb-container a:focus{
	outline: none;
}