body {
	margin-bottom: 20px;
}
#catTextLink {
	color: #fff;
	cursor: pointer;
	font-size: 11px;
	left: 0;
	padding: .3em .3em .4em .2em;
	position: absolute;
	top: 12.5em;
	width: 7.5em;
}
#catText {
	color: #999;
	left: 50%;
	line-height: 1.7em;
	margin: 3em auto 1em -320px;
	position: absolute;
	text-align: left;
	width: 640px;
}
#catTextFooter {
	border-top: 1px solid #333;
	cursor: pointer;
	margin: 1em 0 .2em;
	text-align: right;
	text-decoration: underline;
}
#thumbs td {
	height: 130px;
	text-align: center;
	width: 130px;
}
#thumbs img {
	margin: 1px auto;
	vertical-align: middle;
}
#thumbs a img {
	border: 1px solid #5d7a99;
}
#thumbs a#moving img {
	border-color: #00f;
	border: 1px solid #00f;
}
#thumbs a:hover img {
	border-color: #ccc;
}
#thumbs a img.moveLeft, #thumbs a img.moveRight {
	background-color: #aacffb;
	border-style: none;
	height: 13px;
	width: 13px;
}
#thumbs img.moveLeft, #thumbs img.moveRight {
	background-color: #5d7a99;
}