.clear {
	clear: both;
	float: left;
	width: 100%;
	}
.thumbnail {
	float: left;
	width: 160px;
	padding: 0 20px 15px 10px;
	display:inline;
/* 	text-align: center;*/	
	text-decoration: none;
}	
.thumbnail a {
	float: left;
	display:inline;
	text-align: center;
	text-decoration: none;
}
.thumbnail a img {
	border: none;
	clear: both;
	display: block;
	margin: 0 auto;
	}
.thumbnail a:hover  {  
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	}
.thumbnail p {
	padding: 0 0 5px 5px;
	font: normal 85%/1.6em Arial, Helvetica, sans-serif; 
	color: #d9d9d9;
	text-transform: uppercase;
