#mainContent #contentBox {
	background-color: #EEEADD;
	overflow: hidden;
	width: 646px;
	padding: 0px;
}

.thumbnail {
	height: 200px;
	margin: 5px;
}

.thumbnail td {
/*	border: 1px solid #333355;*/
	border: 1px solid #AEAA99;
	width: 200px;
	text-align: center;
/*	background-color: #CCCCCC;*/
}

.thumbnail img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#backLink {
	float: left;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

#nextLink {
	float: right;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

#backLink a, #nextLink a {
	display: block;
	width: 100px;
	padding: 2px;
	text-decoration: none;
}

#backLink a:hover, #nextLink a:hover {
	background-color: #DEDACD;
}

#contentBox img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}	
