.thumbnail 
{
	float: left; /**/
/* Space between images */
	margin: 0;
	padding:0;
}
.thumbnail img, #thumbnail a img, #thumbnail a:link img 
{
/* Set link formatting*/
	/* width: 200px;  /* Image width*/
	/* height: 150px; /* Image height*/
	display: inline;
	padding: 0px;
/* Image padding to form photo frame */
/* You can set the above to 0px = no frame - but no hover indication! Adjust other widths ot text!*/
	margin: 0;
	/*background-color: white;    /*Background of photo */
	/*border-top: 1px solid #eee; /* Borders of photo frame */
	/*border-right: 2px solid #ccc; /**/
	/*border-bottom: 0;//2px solid #ccc; /**/
	/*border-left: 1px solid #eee; /**/
	text-decoration: none;
}
.thumbnail .thumbCaption 
{
	background-color: #fff2a8;
	padding: 0;
	margin: 0;
	font-weight: bold;
	text-align: center;
	font-size: smaller;/**/
}
.thumbnail .bigCaption 
{
	background-color: #fff2a8;
	padding: 0.1em;
	margin: 0;
	font-weight: bold;
	text-align: center;
}
.thumbnailEmpty 
{
	float: none;
	clear: left;
	padding-bottom: 1em;/**/
}

.bigfirst .thumbnail
{
	margin-right: 1em;
	margin-top: .5em;
}
