ul.thumbnails {
	margin: 0 1em 1em 0;
	padding: 0;
	float: left;
	text-align: center;
	line-height: 1em;
	list-style: none;
}

ul.thumbnails li {
	display: inline;
	margin: 0;
	padding: 0;
}
ul.thumbnails a {
	cursor: hand;
	display: block;
	float: left;
	margin: 0;
	padding: 4px 4px 9px 4px;
	border: 1px solid #ccc;
	border-top-color: #eee;
	border-right-color: #ddd;
	border-bottom-color: #bbb;
	background-color: #fff;
	text-align: center;
	width: 105px;
	height: 110px;
	margin-right: 10px;
	margin-bottom: 10px;
}

ul.thumbnails a:hover {
	cursor: hand;
	border: 1px solid #ccc;
	background-color: #dedede;
}

.pic {
	width: 100px;
	height: 100px;
	overflow: hidden;
}