.thumbnails {
	width: 200px;
	height: 200px;
	overflow-y: hidden;
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 0px;
	background-color: #eee;
	border-color: #ddd;
	border-width:1px;
	border-style: solid;
	font-size: 11px;
	text-align: center;
}

.thumbnails img {
	float:inherit;
	border:0px;
	padding-bottom:4px;
}

.thumbnails a{
	text-decoration: none;
	border: 0px;
}

.thumbnails .description {
	display: none;
}
