.content_pictures h3 {
	font-size: 1.8em;
	font-weight: normal;
	margin-bottom: 0.5em;
}
.content_pictures ul.list {
	list-style-type:none;
}
.content_pictures ul.list li {
	float: left;
	width: 25%;
	overflow: hidden;
}
.content_pictures ul.list li.spacer {
	clear: both;
	float: none;
	width: 100%;
	height: 1em;
	overflow: hidden;
}
.content_pictures ul.list li.spacer_last {
	height: 0;
}
.content_pictures ul.list li a {
	display: block;
	width: 110px;
	height: 80px;
	border: 1px solid #31881d;	
	background: no-repeat top center;
}
