
div.gallery_item {
	font-size: 8pt;
	text-align: center;

	height: 180px;
	width: 134px;
/*	background: #aaa; */
	
	float: left;
	margin: 5px 8px;
	line-height: 130%;
}

div.gallery_item a {
	text-decoration: none;
	color: black;
}

div.gallery_item a img {
	border: 4px solid #fff;
/*	border: none; */
	display: block;
    margin-left: auto;
    margin-right: auto;
	margin-top: 6px;
	margin-bottom: 3px;
}
