#gallery{
	width:475px;
	background-image:url("../imagens/background/fundo-destaque-slide.jpg");
	background-position:left top;
	background-repeat:no-repeat;
	overflow:hidden;
	height:241px;
	float:left;
}

.arestaEsquerda{
	width:19px;
	background-image:url("../imagens/background/fundo-aresta-esquerda.jpg");
	background-position:left top;
	background-repeat:no-repeat;
	height:241px;
	float:left;
}

.arestaDireita{
	width:53px;
	background-image:url("../imagens/background/fundo-aresta.jpg");
	background-position:left top;
	background-repeat:no-repeat;
	height:241px;
	float:left;
}

#slides{
	height:211px;
	overflow:hidden;
	padding-left:16px;
}

.slide{
	float:left;
}

.slide .slideItem {width:475px;}
.slide .slideItem P {width:207px;float:left;margin:64px 43px 0 0;}
.slide .slideItem IMG {width:204px;float:left;margin:31px 0 0 0;}

#menuTroca{
	height:30px;
	background-image:url("../imagens/background/fundo-menu.jpg");
	background-position:16px top;
	background-repeat:no-repeat;
	width:512px;
}

#menuTroca ul{
	margin:0;
	padding:0px;
}

.ie7 #menuTroca ul li{
	display:inline;
}

#menuTroca li {
	width:15px;
	list-style:none;
	height:17px;
	overflow:hidden;
	float:left;
	padding:0 0 0 8px;
	margin-right:2px;
}

#menuTroca li.dois {margin:0 3px 0 1px;}
#menuTroca li.quatro {margin:0 3px 0 1px;}
#menuTroca li.seis {margin:0 3px 0 1px;}
#menuTroca li.oito {margin:0 3px 0 1px;}
#menuTroca li.dez {padding:0 4px;}

#menuTroca li.act,li.act:hover{
	background:url("../imagens/background/active_bg.png") no-repeat;
}

#menuTroca li.act a{
	cursor:default;
}

#menuTroca li a{
	color:#5c5c5c!important;
	display:block;
	height:35px;
	font:normal 10px verdana;
	padding-top:2px;
}

#menuTroca a img{
	border:none;
}


/* The styles below are only necessary for the demo page */

#lotesDestaque{
	/* The main container */
	margin:15px auto;
	text-align:center;
	width:547px;
	position:relative;
}

a, a:visited {
	text-decoration:none;
	outline:none;
}

