body {
	
}

#banner_rotativo {
	position: absolute;
	width: 750px;
	height: 256px;
	display: inline;
	margin-left: 8px;
}

.banner_rotativo_img {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 380px;
	height: 256px;
	border: 0px none;
	z-index:  99;
	visibility: hidden;
}

#banner_rotativo_control {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 380px;
	height: 25px;
	z-index:  100;
}

#banner_rotativo_bot {
	background: url(../img/transp.png) no-repeat;
	background-attachment:scroll;
	background-position: 0px 0px;
	width: 24px;
	height: 24px;
	overflow: hidden;	
}

.banner_rotativo_bot_esq {
	background: url(../img/transp.png) no-repeat;
	background-attachment:scroll;
	width: 24px;
	height: 24px;
	overflow: hidden;
	
	background-position: 0px 0px;
	float: left;
}

.banner_rotativo_bot_esq_hover {
	background: url(../img/transp.png) no-repeat;
	background-attachment:scroll;
	width: 24px;
	height: 24px;
	overflow: hidden;
	
	float: left;
	background-position: 0px -43px;
}

.banner_rotativo_bot_dir {
	background: url(../img/transp.png) no-repeat;
	background-attachment:scroll;
	width: 24px;
	height: 24px;
	overflow: hidden;
	
	float: right;
	background-position: -24px 0px;

}

.banner_rotativo_bot_dir_hover {
	background: url(../img/transp.png) no-repeat;
	background-attachment:scroll;
	width: 24px;
	height: 24px;
	overflow: hidden;
	
	float: right;
	background-position: -24px -43px;

}
