.thumbnails {
	width:530px;
	
	float:left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 5px;
	margin-left: 0px;
	background-color: #ddd;
	border: 1px solid #bbb;
	font-size: 11px;
}

.thumbnails img {
	float:left;
	border:0px;
	margin-bottom: 0em;
	padding-bottom:0px;
	padding-right: 10px;
}

.thumbnails a{
	text-decoration: none;
}

.thumbnails .title {
	font-weight:bold;
}