img {
	border:none;
}
#container_topo {
	background-image:url(../imagens/banner_topo_fundo.png);
	background-repeat:no-repeat;
	width:990px;
	height:254px;
	
}
#posicao {
	width:638px;
	height:190px;
	position:relative;
	left:10px;
	top:2px;
	
}
#slider_topo ul {
	margin:0;
	padding:0;
	list-style:none;
}
#slider_topo li {
	margin:0;
	padding:0;
	list-style:none;
}
#slider_topo li, #slider_topo2 li {
	overflow:hidden;
}
#prevBtn, #nextBtn, #slider_topo1next, #slider_topo1prev {
	display:block;
	width:30px;
	height:77px;
	position:absolute;
	left:-30px;
	top:71px;
	z-index:1000;
}
#prevBtn a, #nextBtn a, #slider_topo1next a, #slider_topo1prev a {
	display:block;
	position:relative;
	width:30px;
	height:77px;
	background:url(../images/btn_prev.gif) no-repeat 0 0;
}
#nextBtn a, #slider_topo1next a {
	background:url(../images/btn_next.gif) no-repeat 0 0;
}
/* numeric controls */	

	ol#controls_topo {
	position:absolute;
	left:595px;
	bottom:-15px;
	margin:0;
	padding:0;
	height:18px;
	font-size:12px;
	font-family:Verdana;
}
ol#controls_topo li {
	margin:0 2px 0 0;
	padding:0;
	float:left;
	list-style:none;
	height:18px;
	line-height:18px;
}
ol#controls_topo li a {
	float:left;
	height:18px;
	line-height:18px;
	border:1px solid #fff;
	background:#fff;
	color:#555;
	padding:0 10px;
	text-decoration:none;
}
ol#controls_topo li.current a {
	background:#009ad9;
	color:#fff;
}
ol#controls_topo li a:focus, #prevBtn a:focus, #nextBtn a:focus {
	outline:none;
}
