.thumbnails {
	width: 180px;
	min-height: 190px;
	float: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	background-color: #d5d5d5;
	border-bottom-color:#888;
	border-right-color:#999;
	border-left-color:#eee;
	border-top-color:#eee;
	border-width:2px;
	font-size: 11px;
	text-align: center;
}

.thumbnails .title {
	display: none;
}

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

.thumbnails a{
	text-decoration: none;
}

.thumbnails .description {
	display: none;
}