#fotos{
	width:970px;
	margin:0 auto;
	overflow:auto;
}
#galeria{
	margin:60px 0 20px 0;
	overflow:auto;
}
#galeria_item{
	width:212px;
	height:272px;
	float:left;
	margin:0 15px;
}
#galeria_item_img{
	width:212px;
	height:166px;
	background:#D3DABB;
}
#galeria_item_img img{
	margin:6px;
	width:200px;
	height:154px;
}
#galeria_item_desc{
	width:212px;
	height:90px;
	font-family:"Ubuntu", sans-serif;
	font-size:16px;
	text-align:center;
}
#fotos_itens{
	margin:40px 0 40px 0;
	overflow:hidden;
}
#galeria_titulo{
	text-align:center;
	font-family:"Ubuntu", sans-serif;
	font-size:16px;
	margin:0 0 30px 0;
	color:#444;
}
#foto_item{
	width:142px;
	height:142px;
	float:left;
	margin:0 8px 16px 8px;
	background:#D3DABB;
}
#foto_item img{
	margin:6px;
	width:130px;
	height:130px;
}