/*** BROWSE PAGE ***/

.item-teaser
{
	border-bottom: 1px solid #CCCCCC;
	padding: 5px;
}

.item-teaser-object
{
	text-align: center;
	padding: 10px;
}

.item-teaser-object img
{
	border: 1px solid #A1A1A1;
}

.item-teaser-metadata
{

	padding: 10px;

}

/*** ITEM PAGE ***/

#object
{
	text-align: center;
}

#object-image img
{
	border: 1px solid #A1A1A1;
}

#item-transcription
{
	height: 200px;
	overflow-y: scroll;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	background: #efefef;
}