#photo {
	background: white;
	border: 1px solid #ccc;
	margin: 10px;
	padding: 5px;
	width: 450px;
}
#mainpic {
	background: #ccc;
	margin-bottom: 5px;
}
#caption {
	text-align: center;
}
#thumbs {
	margin: 10px;
}
#thumbs a {
	outline: none;
}
#thumbs a img {
	background: white;
	border: 1px solid #ccc;
	padding: 3px;
}
#thumbs a:hover img {
	border: 1px solid green;
}
#thumbs a.active img,
#thumbs a.active:hover img {
	border: 1px solid red;
}