.pageContent .gallery {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.gallery_item {
	margin: 0 0 20px 0;
}
.gallery_item .field-name-field-image {
	display: block;
	float: left;
	border: 1px solid #999;
	margin: 0px 20px 0px 0px;
	padding: 0;
	width: 100px;
	height: 100px;
	overflow: hidden;
	cursor: pointer;
}
.gallery_item .field-name-field-image img{
  width:100px;
  height:100px;
}
.gallery_item .field-name-field-image a:hover {
	border-color: #640000;
}
.gallery_item .txt {
	float: left;
	width: 838px;
}
.gallery_item .txt .title {
	font-size: 1.25em;
	color: #999;
	margin: 0px 0px 10px 0px;
}
.gallery_item:hover .txt .title {
	color: #640000;
}
.gallery_item .txt .description {
	font-size: 0.9em;
	text-align: justify;
}
.gallery_item .txt .description a {
	color: #640000;
	text-decoration: none;
}
.gallery_item .txt .description a:hover {
	text-decoration: underline;
}
