.ft-prev { background: url(../imagens/seta_left.png) center center no-repeat; width: 50px; height: 50px; position: absolute; z-index: 1001; margin-left: -30px; }
.ft-next { background: url(../imagens/seta_rigth.png) center center no-repeat; width: 50px; height: 50px; position: absolute; z-index: 1001; margin-right: -30px; }

.ft-title { float: right; padding: 10px; margin: 10px; }
.ft-title a { color: #FFFFFF; }
.ft-title a:hover h3 { color: #FFFFFF; }

#ft-buttons-slide {
	position: absolute;
 	margin: -16px 0 0 10px;
	width: auto;
}

.ft-button-slide {
	padding: 5px;
	font-size: 0px;
	background-color: #000;
	opacity: 0.5;
	margin-right: 5px;
	border: solid 1px #999999;
}
.ft-button-slide-active {
	opacity: 1;
}