#lwd-gallery a.thumb {
	width: 162px;
	display: inline-block;
	float: left;
	margin: 0 17px 0 0;
}

#lwd-gallery a.thumb.no-margin {
	margin: 0px;
}


#lwd-gallery a.thumb .overlay {
	display: inline-block;
	width: 154px;
	height: 101.64px;
	position: relative;
	margin: 4px;
}

#lwd-gallery a.thumb:hover .overlay {
	background: #000000;
	opacity: 0.25; MoZOpacity: 0.25; filter: alpha(opacity=25);
}


#lwd-gallery a.thumb img {
	width: 162px;
	height: 109.64px;
	position: absolute;


	border: 4px solid #2a180c;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;

}

#lwd-gallery a.thumb .title {
	display: block;
	text-align: center;
	margin-top: 4px;
	height: 20px;
	overflow: hidden;
	text-decoration: none;
}

#lwd-gallery a.thumb {
}
#lwd-gallery a.thumb:hover .title {
	text-decoration: none;
}


#lwd-gallery .row-gap {
	clear: both;
	height: 20px;
}



