#photo {
	width: 275px;
	height:500px;
	float:left;
}
#mainpic {
	background: white;
	margin: 10px;
	padding: 5px;
	width: 275px;
	border: 1px solid #ccc;
}
#caption {
	margin-left:15px;
}
#thumbs {
	margin: 10px;
	float:right;
	width: 100px;
}
#thumbs a {
	outline: none;
}
#thumbs a img {
	background: white;
	border: 1px solid #ccc;
	height: 75px;
	width: 75px;
}
#thumbs a:hover img {
	border: 1px solid #ccc;
}
#thumbs a.active img,
#thumbs a.active:hover img {
	border: 1px solid #D6C6B5;
}