div.pic {
	margin: 10px 10px 10px 5px;
	padding: 0;
	width: 528px;
	text-align: center;
	}

#ulinks {
	margin-right: 10px;
	text-align: center;
	}

#thumbs a.thumb {
	float: left;
	display: block;
	width: 106px;
	padding: 3px;
	margin: 10px 5px;
	border: 1px solid #FFF;
	font-size: 11px;
	text-align: center;
	color: #000;
	text-decoration: none;
	background-color: #FFF;
	}

#thumbs a.thumb:hover {
	border: 1px solid #BCB;
	text-decoration: none;
	color: #000;
	background-color: #DED;
	}

#thumbs img {
	width: 100px;
	border: 1px solid #BCB;
	}

#thumbs img.special {
	width: 56px;
	border: 1px solid #BCB;
	}

p.fancy {
	clear: both;
	float: none;
	}
