.prev {
	background:transparent url(../skin/bt-bolaprevious.png) no-repeat scroll 0 0;
	left:0;
	z-index:1000000;
}

.next {
	background:transparent url(../skin/bt-bolanext.png) no-repeat scroll 0 0;
	left:505px;
	z-index:2;
}

.prev, .next {
	cursor:pointer;
	display:block;
	height:36px;
	position:absolute;
	top:144px;
	width:36px;
}

#panel{
	border:2px solid #616161;
	display:block;
	height:310px;
	margin-left:40px;
	overflow:hidden;
	padding:0;
	width:457px;	
}

#esquerda-box{
	float: left;
	width: 278px;
}

#meio-box{
	float:left;
	width: 400px;
	overflow: hidden;
}

#lupa-box{
	background:url(../skin/lupa_index.jpg) bottom left no-repeat;
	height: 358px;
}

	#lupa-box div#txt1{
		width:270px;
		float: right;
		text-align:justify;
		margin: 25px 0px 25px 0px;
		clear: both;
	}
	
	#lupa-box div#txt2{
		width:285px;
		float: left;
		text-align:left;
		margin: 75px 0px 0px 100px;
	}

.noticia-img{
	float: left;
}

.noticia-txt{
	width:245px;
	float: left;
	padding: 7px;
	text-align: justify;
}

#noticias-historico{
		width: 255px;
		float: left;
}

	#noticias-historico div#meio{
		border-left: solid 1px #CCC;
		border-right: solid 1px #CCC;
		float:left;
		width:253px;
	}
	
		#noticias-historico div#meio ul{
			padding:0px 10px 0px 10px;
			margin: 0px;
		}
		
			#noticias-historico div#meio ul li{
				list-style: disc inside;
				margin: 0px;
			}

				#noticias-historico div#meio ul li a{
					text-decoration: none;
					color:#666;
				}
					#noticias-historico div#meio ul li a:hover{
						text-decoration: underline;
						color:#000;
					}
	
	#noticias-historico div#top{
			background:url(../skin/moldura_historico_noticias.gif) top left no-repeat;
			width: 100%;
			height: 12px;
			float:left;
			clear:both;
	}
	
	
	
	#noticias-historico div#bottom{
			background:url(../skin/moldura_historico_noticias.gif) bottom left no-repeat;
			width: 100%;
			height: 12px;
			float: left;
			clear:both;
	}