.banner-panel {
	background: #b9ae9c;
	border: 1px solid #FFF;
	width: 970px;
	height: 170px;
	display: inline;
	float: left;
	position: //relative;
	*text-align:left;
}

.banner-list {
	background: #d6d6d6;
	border: 1px solid #b8b8b8;
	border-left: 0px;
	width: 20px;
	height: 90px;
	display: none;
	float: right;
	padding: 0;
	margin: 0;
	list-style: none;
}

	.banner-list li {
		background: #b8b8b8;
		width: 19px;
		height: 26px;
		padding: 4px 1px 0 0;
		display: block;
		float: left;
		clear: left;
		text-align: center;
		cursor: pointer;
		color: #e0e0e0;
	}
	
		.banner-list li:hover {
			color: #464646;
		}
		
		
		
.banner-panel2 {
	width: 479px;
	height: 365px;
	display: inline;
	float: left;
	position: //relative;
	*text-align:left;
	background-color: #e0e0e0;
}

	.banner-panel2 img{
		float:left;
		margin: 8px 0 0 8px;
		border: solid 1px #000;
	}

		.banner-panel2 a{
			color: #000;
			font-size: 15px;
			font-weight:bold;
			display:block;
			width: 400px;
			clear:both;
		}
		
			.banner-panel2 a:hover{
				text-decoration: underline;
			}

.banner-list2 {
	background: #d6d6d6;
	border: 1px solid #b8b8b8;
	border-left: 0px;
	display: inline;
	float: right;
	padding: 0;
	margin: 8px 0 0 -25px;
	list-style: none;
	position:absolute;
}

	.banner-list2 li {
		background: #b8b8b8;
		width: 19px;
		height: 26px;
		padding: 4px 1px 0 0;
		display: inline;
		float: left;
		clear: left;
		text-align: center;
		cursor: pointer;
		color: #e0e0e0;
	}
	
		.banner-list2 li:hover {
			color: #464646;
		}
		
.DestaqueAtual {
	float:left;
	height: 45px;
	width: 50px;
	clear: both;
	background: #b8b8b8;
	color: #FFF;
	font-size: 22px;
	font-weight: bold;
	text-align: center;	
	padding: 20px 0 0 0;
	margin: 5px 0 0 8px;
}
	
.DestaqueTxt{
	float: left;
	margin: 5px 0 0 10px;
	*margin: -60px 0 0 70px;
	_margin: -60px 0 0 40px;
	*clear: both;
	width: 370px;
}	
	
	
	
