/* CSS Document */

#thumbPhotos
{
	position:relative;
	border:none;
	border-collapse:collapse;
	text-align:center;
	margin: 0 auto;
}

#thumbPhotos caption
{
	caption-side:top;
	display:table-caption;
	height:2em;
	line-height:2em;
}

#wrapper #thumbPhotos td
{
	border:none;
	margin:0 auto;
	width: 15em;
}

#thumbPhotos td img
{
	opacity:0.6;
	filter:alpha(opacity=60);
}

#thumbPhotos td a:hover img
{
	opacity:1.0;
	filter:alpha(opacity=100);
}

#thumbPhotos td.strechedTd  a img
{
	opacity:1.0;
	filter:alpha(opacity=100);
}
