/*
	Autor: Anderson Triacca
	Empresa: Guife Multicom
	Data de Início: 09/10/2009
	Última Modificação: 20/01/2010
*/

/*----------------------------------------
	- Navegação de Álbuns de fotos
---------------------------------------*/
.albuns li{
	width: 157px;
	height: 257px;
	float: left;
	clear: none;
	margin-right: 14px;
	margin-bottom: 15px;
}
#navegacao_albuns .albuns li a h3{
	background: none;
}
.albuns li a{
	display: block;
	width: 157px;
	height: 257px;
	background: #1a0c00 url(../imagens/secao_h3.gif) left 139px no-repeat;
}
.albuns li.last{
	margin-right: 0;
}
.albuns li img{
	border: 6px solid #908969;
}
.albuns li span{
	display: block;
	padding-top: 16px;
	padding-left: 11px;
	font-size: 10px;
	color: #a17c33;
}
.albuns li h4{
	padding-top: 4px;
	padding-left: 11px;
}
.albuns li a:hover img{
	border: 6px solid #ce9535;
}
.albuns li a:hover{
	background: #908969 url(../imagens/secao_h3.gif) left 139px no-repeat;
}
#navegacao_albuns .albuns li a:hover h3, .albuns li a:hover h4{
	color: #1d1402;
}
.albuns li a:hover span{
	color: #4a3711;
}