#gallery {
	background-color: #eeeeee;
	border: 1px solid #cccccc;
	height: 518px;
	margin-bottom: 20px;
	position: relative;
	width: 518px;
}

#gallery .image {
	border: 1px solid #333333;
}

#caption {
	font-size: 1.2em;
}

#caption .info {
	margin-top: 10px;
	font-style: italic;
	font-size: 0.9em;
}

.thumbnail {
	background-color: #eeeeee;
	border: 1px solid #cccccc;
	height: 158px;
	margin-bottom: 10px;
	position: relative;
	width: 158px;
}

.thumbnail img {
	border: 1px solid #333333;
}

.selected {
	background-color: #eeffee;
}

#thumblist {
	clear: both;
	margin-top: 10px;
	width: 250px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#thumblist a, #thumblist a:link, #thumblist a:visited {
	background-color: #cccccc;
	color: #ffffff;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.8;
	float: left;
	height: 22px;
	margin-right: 3px;
	margin-bottom: 3px;
	width: 22px;
	text-align: center;
	vertical-align: bottom;
	letter-spacing: -0.05em;
}

#thumblist a:active, #thumblist a:hover, #thumblist a:link.selected, #thumblist a:visited.selected {
	background-color: #FFCC33;
	color: #ffffff;
}

.story {
	left: 10px;
	position: absolute;
	top: 10px;
	width: 496px;
}

.vertical {
	width: 50px;
}

.story div {
	float: left;
	margin-right: 2px;
	border: 1px solid #999999;
}

.vertical div {
	margin: 0;
	margin-bottom: 2px;
}

.story .selected {
	border: 1px solid #FFCC00;
}

.buttons {
	margin-bottom: 10px;
}

.box {
	clear: both;
	margin-top: 20px;
}
