.thumb {
	width:200px;
	height:204px;
	text-align:center;
	display:block;
	float:left;
	margin-top:10px;
}
.thumb:hover {
	background:#EAE6EF;
}
.thumb img {
	max-width:190px;
	max-height:190px;
	display:block;
	margin:auto;
}

#photo {
	max-width:450px;
	max-height:450px;
	margin:auto;
	display:block;
}
#caption {
	width:400px;
	text-align:center;
	margin:auto;
}
#prev {
	float:left;
	padding-top:5px;
}
#next {
	float:right;
	padding-top:5px;
}