div.thumb
{
	margin: 3px;
/*border: 1px solid #A0ACC0;*/
	height: auto;
	float: left;
	text-align: center;
}	

.thumb img
{
	display: inline;
	margin: 5px;
}



.photocattitle 
{
	text-align: center;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif, "Gill Sans";
}

/* -----Use .phototitle for 2 sidebar version----- */

.phototitle
{
	text-align: center;
	width: 200px;
	color: #666;
	font-style: normal;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	position: relative;
	margin: 0 3px 3px 25px;
}

/* -----Use .portfolioPhototitle for no sidebar version----- */

.portfolioPhototitle
{
	text-align: center;
	width: 200px;
	color: #666;
	font-style: normal;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	top: -3px;
	position: relative;
	/* Set 25px to zero below for No Sidebar version */
	margin: 0 3px 3px 0;
}

.processPhototitle
{
	text-align: center;
	width: 200px;
	color: #666;
	font-style: normal;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	position: relative;
	/* Set 25px to zero below for No Sidebar version */
	margin: 0 3px 3px 0;
	top: -12px;
}

