
.fotolist table
{
	/*float: left;
	width: 180px;
	height: 180px;
	text-align: center;
	border: 2px solid #eee;
	margin: 5px;*/
	float: left;
	width: 180px;
	height: 200px;
	text-align: center;
	border: 2px solid #eee;
	margin-right: 0.5em;
	margin-top: 0.5em;
}

.fotoborder
{
	border:		1px solid #666;
}

.fototitle
{
	font-size: 80%;
	color: #333;
	width: 180px;
	overflow: hidden;
	white-space: nowrap;
}


.year-fotolist table
{
	text-align: center;
	border: 2px solid #eee;
	margin-right: 0.5em;
	margin-top: 0.5em;
	
	width: 180px;
	display: -moz-inline-stack; /* глуповатый ФФ2 */
	display: inline-block; /* норм. браузеры */
	vertical-align: top; /* для красоты */
	zoom: 1; /* для Убогого и IE7 */
	*display: inline; /* Убогий и IE7 */
}
