#thumbs_container {
	display:block;
	border:0px;
}

#thumbs_row {
	height:180px; /* height of the thumbnail plus some extra for the text */
	width:900px; 
	text-align:center;
	margin-left: auto;
	margin-right:auto;
	
}

#thumb	
	{
	float: left;
	width:120px; /* width of the thumbnails */
	margin:10px;
	}

#thumb_image {
	display:block;
}

#thumb_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;	
	position:absolute;
	width:120px; /* width of the thumbnails */
	padding-left:2px;
}

#thumb img {
	border: solid 1px gray;
} 

h1.header {
		font-family:Arial, Helvetica, sans-serif;
	font-size:12px;	
	padding:10px;
	margin-left:50px;
	color:gray;
}