html {
 	overflow: -moz-scrollbars-vertical;
}
* {
padding:0px;
margin:0px;
behavior: url(../../../css/pt/iepngfix.htc);
}
body {
	behavior: url(../../../css/pt/csshover.htc);
	margin:0px auto;
	padding:0px;
	font-size:11px;
	font-family:Trebuchet MS;
	background: url(../../img/pt/fundo_site.jpg) repeat;
}

.destaquesGaleria {
	width:475px;
	height: 85px;
	position: relative;
	float: left;
	overflow: hidden;
	padding:0px 0px 20px 0px;
}
.destaquesGaleria ul {
	margin: 0px 0px 0px 3px;
	position: absolute;
	padding: 0;
}
.destaquesGaleria ul li {
	list-style: none;
	display: inline;
	float: left;
	width: 48px;
}
.destaquesGaleria ul li a img{
	border:0px none;
/*	height:40px;
	width:40px;*/
}
.destaquesGaleria ul li a:hover img {
	opacity:0.6;
}
.btn_troca_L {
	position:absolute;
	left: 0;
	margin:32px 0px 0px 0px;
}
.btn_troca_R {
	position:absolute;
	right: 0;
	margin:32px 0px 0px 0px;
}
