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

/*----------------------------------------
	- Div do Avatar
---------------------------------------*/
#avatar_album{
	float: left;
}
/*----------------------------------------
	- Álbum com thumbs
---------------------------------------*/
#album_fotos{
	width: 669px;
	padding-top: 5px;
	margin-bottom: 20px;
}
#album_fotos:after, #album_fotos ul:after{
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
	overflow:hidden;
}
#album_fotos ul{
	padding-bottom: 20px;
}
#album_fotos ul li{
	display: block;
	width: 157px;
	height: 157px;
	float: left;
	clear: none;
	margin-right: 13px;
	margin-top: 14px;
}
#album_fotos ul li.terceiro{
	position: relative;
	left: 2px;
}
#album_fotos ul li.quarto{
	margin-right: 0;
	position: relative;
	left: 2px;
}
#album_fotos ul li a img{
	border: 6px solid #908969;
}
#album_fotos ul li a:hover img{
	border: 6px solid #ce9535;
}
#album_fotos a.bt_albuns{
	display: block;
	width: 140px;
	height: 28px;
	background: url(../imagens/bt_voltaralbum.gif) left top no-repeat;
	text-indent: -20000px;
}
#album_fotos a.bt_albuns:hover{
	background-position: left bottom;
}
/*----------------------------------------
	- Upload de Fotos
---------------------------------------*/
#upload_fotos{
	width: 157px;
	height: 110px;
	background: #1a0c00;
	float: left;
	clear: none;
	margin-left: 13px;
}
#upload_fotos div{
	width: 141px;
	height: 57px;
	position: relative;
	top: 12px;
	left: 8px;
	z-index: 90000;
}
