.exhibit {
	display: table;
	border-collapse: separate;
	border-spacing: 20px 5px;
	margin: 0 auto;
	text-align: center; /* Hack to center exhibit content on IE5 */
	/*color: rgb(128,128,128);*/
}

.exhibit h1 {
	width: auto;
	background-image: none;
}

.exhibit .item {
	display: table-cell;
	vertical-align: top;
	color: rbg(128,128,128);
}

.exhibit .item .caption {
	font-style: italic;
	margin-top: 5px;
}

.exhibit .story {
	display: table-cell;
	vertical-align: top;
	text-align: left; /* Override text-align */
}

.photo {
        text-align: center;
        margin: 25px;
	padding-bottom: 25px;
	border-bottom: 1px dotted rgb(128,128,128);
}

.photo .caption {
        margin-top: 5px;
}  
