#lwd-gallery a.thumb {
	width: 178px;
	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: 170px;
	height: 112.2px;
	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: 178px;
	height: 120.2px;
	position: absolute;


	border: 4px solid #CCC;
	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;
	font-size: 14px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

#lwd-gallery a.thumb {

}
#lwd-gallery a.thumb:hover {
	text-decoration: none;
}
#lwd-gallery a.thumb:hover .title {
	text-decoration: none !important;
	font-family: Arial, Helvetica, sans-serif;
}

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


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



