/* Exhibits List */

div#exhibits {
	display: table;
	margin: 0 0 2em;
}

#exhibits .block { width: 18.4em; }

div.exhibit-image {
	border: 1px solid #EEE;
	display: table-cell;
	height: 18em;
	vertical-align: middle;
	width: 18.2em;
}

/* New Styles */

#exhibits .block p { margin-bottom: 0; }

#exhibits hr {
    border-bottom: none;
    clear: both;
    margin: 0;
    padding: 0;
    visibility: hidden;    
}
