#div_portfolio
{
	position: relative;
	width: 598px;
	height: 390px;	
}
#div_portfolio div.container
{
	position: absolute;
	width: 598px;
	height: 390px;
	overflow: hidden;
}
#div_portfolio div.container img#foto
{
	display: none;
}
#div_portfolio div.container div#legenda
{
	position: absolute;
	padding: 5px 12px 9px 7px;
	left: 0;
	top: 390px;
	background-color: #eee;
}
#div_portfolio div.container.loading
{
	background: url(../imagens/loading.gif) no-repeat center;
}
#div_troca_pagina {
	position: absolute;
	top: 35px;
	left: 828px;
	z-index: 100;
}
#div_troca_pagina a.consultoria {
	background:url(../imagens/portfolio_consultoria_off.gif) top no-repeat;
}
#div_troca_pagina a.consultoria:hover {
	background:url(../imagens/portfolio_consultoria_on.gif) top no-repeat;
}
#div_troca_pagina a.impresso {
	background:url(../imagens/portfolio_impresso_off.gif) top no-repeat;
}
#div_troca_pagina a.impresso:hover {
	background:url(../imagens/portfolio_impresso_on.gif) top no-repeat;
}
#div_troca_pagina a.web {
	background:url(../imagens/portfolio_web_off.gif) top no-repeat;
}
#div_troca_pagina a.web:hover {
	background:url(../imagens/portfolio_web_on.gif) top no-repeat;
}
#div_troca_pagina a img {
	visibility: hidden;
}

#itemTrocapg{
	position:absolute;
	left:604px;
	top:10px;
	width:140px;
	height:24px;
	z-index:100;
}
#itemTrocapg a.mais {
	background:url(../imagens/mais_off.gif) top no-repeat;
}
#itemTrocapg a.mais:hover {
	background:url(../imagens/mais_on.gif) top no-repeat;
}
#itemTrocapg a.vem {
	background:url(../imagens/seta_vem_off.gif) top no-repeat;
}
#itemTrocapg a.vem:hover {
	background:url(../imagens/seta_vem_on.gif) top no-repeat;
}
#itemTrocapg a.vai{
	background:url(../imagens/seta_vai_off.gif) top no-repeat;
}
#itemTrocapg a.vai:hover {
	background:url(../imagens/seta_vai_on.gif) top no-repeat;
}
#itemTrocapg a img {
	visibility: hidden;
}






#thumbnail
{
	position: relative; 
	width: 602px; 
	height: 114px; 
	background: url(../imagens/portfolio_thumbs.gif) no-repeat;
}
#thumbnail #thumbs-mask1
{
	position: absolute; 
	width: 536px; 
	top: 13px; 
	left: 30px; 
	height:84px; 
	overflow: hidden;
}
#thumbnail #thumbs-mask2
{
	position: relative; 
}
#thumbnail #thumbs-img
{
	position: absolute; 
	left: 0; 
	top: 0;
}
#thumbnail #thumbs-wrapper
{
	position:relative; 
	margin: 0; 
	padding: 0; 
	width: 10000px;
}

#thumbnail a img
{
	border: solid 2px #ccc;
	margin: 2px 6px 2px 2px;
	padding: 0;	
}
#thumbnail a:hover img
{
	border: solid 2px #ee3124;
}
#thumbnail #thumbs-setas a, #thumbnail #thumbs-setas img
{
	border: none;
}
#thumbnail #thumbs-setas a.dir
{
	background: url(../imagens/seta_vermelha_dir.gif) no-repeat;
	position: absolute;
	left: 577px;
	top: 47px;
	width: 15px;
	height: 13px;
}
#thumbnail #thumbs-setas a.dir:hover
{
	background: url(../imagens/seta_azul_dir.gif) no-repeat;
}
#thumbnail #thumbs-setas a.esq
{
	background: url(../imagens/seta_vermelha_esq.gif) no-repeat;
	position: absolute;
	left: 8px;
	top: 47px;
	width: 15px;
	height: 13px;
}
#thumbnail #thumbs-setas a.esq:hover
{
	background: url(../imagens/seta_azul_esq.gif) no-repeat;
}
#thumbnail #thumbs-setas a.dir img, #thumbnail #thumbs-setas a.esq img
{
	visibility: hidden;
}