@charset "utf-8";
/* CSS Document */

#banner{
	width: 990px;
	height: 295px;
	margin:0 auto;
	padding:0;
	position:relative;
	overflow:hidden;
	z-index:0;
}

#paginacao{
	width:375px;
	position:relative;
	overflow:hidden;
	float:right;
	bottom: 295px;
	z-index:8;
}

#paginacao  a{
	float:left;
	width:10px;
	padding: 10px;
	color:#333;
	text-align:center;
	font:bold 11px Arial;
	text-decoration:none;
	margin-right: 5px;
	background:url(../imagens/img_antes.png);
}

.activeSlide, #paginacao a:hover{
	background:url(../imagens/img_depois.png) !important;
	color:#FFF;
}
