/*  Фотоальбом */

#PhotoGallery
{
	width: 100%; 
	margin: 15px 0 15px 0;
	text-align: justify;
}

#PhotoGallery .Select
{
	font-style: normal; 
	color: #fff;
	background-color: #0165AB;
	padding: 2px 5px 3px 5px;
}

div.Thumbnail, table.Thumbnail
{
	border: 1px solid #CACACA;
	margin: 5px;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
	width: 170px; 
	height: 220px;
	float: left;
}

div.Thumbnail2, table.Thumbnail2
{
	border: 1px solid #CACACA;
	margin: 5px;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
	width: 170px; 
	height: 165px;
	float: left;
}

table.Thumbnail p.comment
{
	margin-top: 10px;
	font-size:9px;
	color: #323232;
	text-align: center;
	text-indent: 0px;
}