#banner {
	position: relative;
	width: 880px;
	height: 250px;
	margin: 0 auto;
}

#cartazes {
	height: 250px;
}

#cartazes img {
	width: 880px;
	height: 250px;
	margin: 0;
	padding: 0;
	border: 0;
}

#cartazes div {
	position: absolute;
	top: 0;
	left: 0;
	width: 880px;
	height: 250px;
	visibility: hidden;
}

#cartazes div.up {
	z-index: 10;
}

#cartazes div.vis {
	visibility: visible !important;
}

#bt-cartazes {
	position: absolute;
	right: 25px;
	top: 20px;
	z-index: 100;
	border: solid black;
	border-top-width: 0;
	border-bottom-width: 0;
	border-left-width: 1px;
	border-right-width: 1px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

#bt-cartazes span {
	display: block;
	float: left;
	width: 22px;
	border: solid black;
	border-top-width: 0;
	border-bottom-width: 0;
	border-left-width: 1px;
	border-right-width: 1px;
	font-weight: bold;
	color: white;
	background-color: #c66a22;
	cursor: pointer;
}

#bt-cartazes span.sel {
	background-color: #a00;
}

