/* Gallery */

#gallery {
	padding-top: 10px;
	color: #000000;
	text-align: center;
}

#gallery hr.line {
	color: #CCCCCC;
}


#gallery img.thumbnail
{
	width: 80px;
	height: 80px;
	border: 0px;
}

#gallery img.photo
{
	width: 480px;
	height: 360px;
	border: 1px;
}

#gallery table.width
{
	width: 100%;
}

#gallery table.center
{
	margin-left:auto;
	margin-right:auto;
}

#gallery a.style
{
	text-decoration:none;
}

#gallery td.cen, td.bot
{
	text-align: center;
}

#gallery td.bot
{
	vertical-align: bottom;
}

#gallery td.rt
{
	text-align: right;
}

#gallery td.lt
{
	text-align: left;
}