/* General & Page */

/* Entries */
.content {
    background: #e6f3f7;
    }


div.imageholder {
	float: left;
	border: #e6f3f7 1px solid;
}


.selected_entry_row_item {
	height: 400px; 
	margin: auto; 
	display:inline-block; 
	text-align: center;
	float: left;
}

.top_row_item {
	display: inline-block; 
	padding: 0px;
	height: 25px;
	margin: auto;
}

.entries_row {
	display: block;
	width: 880px;
	height: 83px;
}

.entry_box {
	display:inline-block;
	height: 83px;
	float: left;
	width: 68px;
	margin: 0px 10px;
}

.entry_by {
	height: 24px;
	margin: auto;
	text-align: center;
	font-family: Georgia;
	font-size: .8em;
	display: none;
	width: 68px;
	overflow-y: hidden;
	overflow-x: auto;
	text-align: center;
}
