@CHARSET "UTF-8";
#page {
	width: 900px;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

#thumbs {
	padding-top: 10px;
	overflow: hidden;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#thumbs img, #largeImage {
	border: 1px solid gray;
	padding: 3px;
	background-color: white;
	cursor: pointer;
}
#thumbs img {
	float: left;
	margin-right: 12px;
	margin-bottom: 12px;
}
#description {
	background: black;
	color: white;
	position: absolute;
	bottom: 0;
	padding: 10px 20px;
	width: 608px;
	margin: 5px;
	font-size: 13px;
	text-align: left;
}
#panel {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 660px;
}
