div.gallery {
	float: left;
	width: 170px;
	min-height: 250px;
	text-align: center;
}

* html div.gallery { height: 250px; }

div.gallery a {
	text-decoration: none;
	color: #363636;
}

div.gallery span {
	border-top: 1px solid #DADADC;
	padding-top: 2px;
	display: block;
	width: 150px;
	margin-left: 10px;
	font-weight: bold;
}

#content a img.galleryImage { margin: 0 10px 10px 10px; }

div.clearDiv {
	line-height: 1px;
	clear: both;
	height: 1%;
}