@charset "utf-8";
#largeImg {
	border: solid 1px #ccc;
	width: 334px;
	height: 213px;
	padding: 5px;
	margin-bottom: 5px;
}
.thumbs img {
	border: solid 1px #ccc;
	width: 100px;
	height: 100px;
	padding: 4px;
}
.thumbs img:hover {
	border-color: #FF9900;
}
