/* CSS Document */

#thumbPhotos
{
	position:relative;
	border:none;
	border-collapse:collapse;
	text-align:center;
	margin: 0 auto;
	border-top:thin solid #000;
	border-left:thin solid #000;
}


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

#thumbPhotos p
{
	text-align:center;
	text-decoration:underline;
}

#wrapper #thumbPhotos td
{
	border:none;
	margin:0;
	padding:0;
	border-bottom:thin solid #000;
	border-right:thin solid #000;
	width:15em;
}

#thumbPhotos td a
{
	text-align:center;
	text-decoration:none;
	display:block;
	width:15em;
}

#thumbPhotos td img
{
	border:none;
	width:15em;
	opacity:0.6;
	filter:alpha(opacity=60);
}

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

#thumbPhotos td.strechedTd
{
	width:100%;
	text-align:center;
}

#thumbPhotos td.strechedTd a
{
	width:100%;
}

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

#thumbPhotos td a.aLikPath
{
	text-decoration:underline;
	color:#000;
}
