/* Thumbnail CSS */

.thumbsrow{
	width: 352px;
	margin-bottom: 15px;
	float: left;
}
.thumbs{
	width: 82px;
	height: 77px;
	background: url(../../graphics/folio-thumb-bg.gif) no-repeat;
	margin-right: 8px;
	float: left;
	text-align: center;
	padding-top: 5px;
}
.thumbs img{
	border: 0;
	margin: 0;
}
.thumbsfinal{
	width: 82px;
	height: 77px;
	background: url(../../graphics/folio-thumb-bg.gif) no-repeat;
	float: left;
	text-align: center;
	padding-top: 5px;
}
.thumbsfinal img{
	border: 0;
	margin: 0;
}
h3{
	height: 20px;
	width: 352px;
	background: url(../../graphics/subheading-bg.gif) no-repeat 0 14px;
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #939393;
	padding: 4px 0px 0px 0px;
	clear: both;
}

