@charset "UTF-8";
/* CSS Document */

div#thumb-container {
	width: 830px;
}

#foto-table {
	text-align: center;
}

td.td-table {
	width: 120px;
	height: 120px;
	background: url(bg_foto.gif) no-repeat;
	background-position: center;
}

div.thumb-row {
	padding: 0px;
	width: 100%;
	text-align: center;
	margin: 8px 0 8px 0;
}

div.thumb img {
	margin: 0;
	border: 0;
	clear: both;
}

div.thumb {
	display: inline;
	border: 1px solid #758c30;
	padding: 2px;
	margin: 0 0px 0 4px;
	background-position: center;
	overflow: hidden;
}

h1#fotoalbum {
	size: 18px;
	color: #2d5c38;
	margin: 0 0 10px 0;
	padding: 0px;
	font-weight: normal;
	text-align:center;
}

