.thumb {
	width: 180px;
	text-align: center;
	float: left;
	margin: 0px 15px 8px 0;
}
.cat-thumb {
	width: 260px;
	margin-right: 0;
}
.image {
	margin-bottom: 5px;
}
.thumb dl dt img {
	display: inline-block;
}
.thumb img {
	border: 2px gray solid;
}
.thumb dl dd{
	margin: 0;
}
.thumb .code{
	float: left; 
	display: inline; 
	margin-top: 2px;
}
.thumb .title {
	float: left;
	display: inline;
	width: 100%;
	text-align: center;
	margin-top: 5px;
}
.thumb .zoom {
	float: right; 
	display: inline;
	font-size: .85em;
}
.thumb .zoom a span {	
	color: #333; 
	font-size: 1.2em;
}
.thumb .zoom a, .thumb .zoom a:link, .thumb .zoom a:visited {
	color: #666;
	text-decoration: none;
}
.thumb .zoom a:hover, .thumb .zoom a:active {
	color: #333;
	text-decoration: underline;
}
#print-thumbs {
	width: 890px;
	text-align: center;
}
#thumb-wrapper {
	margin: auto;
	width: 780px;
	*width: 792px;
}