#baixa {
	width: 250px;
	height: 321px;
	overflow: hidden;
}

.slide {
	width: 200px;
	min-height: 1px;
	display: none;
}

#areaProduto {
	width: 700px;
	height: 400px;
	float: left;
}

#areaProduto a {
	cursor: pointer;
}

#areaProduto h3 {
	text-indent: 35px;
}

#fotoProduto {
	float: left;
	margin: 0 0 0 35px;
}

#fotoProduto img {
	width: 220px;
	height: 180px;
	max-width: 220px;
	max-height: 180px;
	cursor: pointer;
}

.desc {
	font-size: 12px;
	color: #333;
	width: 330px;
	height: 200px;
	float: right;
	margin: 0 100px 0 0;
	line-height: 20px;
	overflow: auto;
}

#areaFotos {
	width: 675px;
	height: 132px;
	float: left;
	margin: 15px 0 0 15px;
}

#listaFotos {
	width: 675px;
	height: 100px;
}

#listaFotos li {
	float: left;
	width: 112px;
	height: 131px;
	cursor: pointer;
}

#listaFotos .fotoAtiva {
	background: url('../img/fotoAtiva.png');
}

#listaFotos li img {
	width: 96px;
	height: 80px;
	max-width: 96px;
	max-height: 80px;
	margin: 20px auto 0 auto;
	display: block;
}

#paginaProdutos {
	width: 675px;
	height: 19px;
	background: url('../img/paginaProdutos.png');
	position: absolute;
	z-index: 3;
	margin: 112px 0 0 0;
}

#paginaProdutos li {
	float: left;
	cursor: pointer;
	width: 17px;
	height: 17px;
	background: url('../img/itemPaginacao.png');
	display: block;
	margin: 1px auto 0 auto;
}

#paginaProdutos li.current {
	color: #F00;
	width: 17px;
	height: 17px;
	background: url('../img/itemPaginacaoAtivo.png');
	display: block;
}

