.slides{
	background:#FFFFFF;
	transition:all 1000ms ease;
	opacity:1;
}

.slides IMG{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.slidesBotaoEsquerda{
	text-align: center;
	vertical-align: middle;
}

.slidesBotaoDireita{
	background:url("../botoes/bot_slide_direita.png") center no-repeat;
	cursor:pointer;
}

.slidesBotaoDireita:hover{
	background:url("../botoes/bot_slide_direita_ac.png") center no-repeat;
	cursor:pointer;
}

.slidesBotaoEsquerda{
	background:url("../botoes/bot_slide_esquerda.png") center no-repeat;
	cursor:pointer;
}

.slidesBotaoEsquerda:hover{
	background:url("../botoes/bot_slide_esquerda_ac.png") center no-repeat;
	cursor:pointer;
}

.slidesTexto{
	padding:30px;
	font-size: 26px;
	font-family: "Maven Pro", Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-shadow: #000000 1px 1px 1px;
}

.slidesTexto H1{
	padding:0;
	margin:0;
	font-size: 44px;
	font-family: "Maven Pro", Arial, Helvetica, sans-serif;
	font-weight: 700;
	color:#FFFFFF;
	text-shadow: #000000 1px 1px 1px;
}

#sld_galeria .slidesTexto{
	width:100%;
	margin:0;
	padding:0;
}

.descricaoSlide{
	background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    border-top: 2px dotted #ccc;
    color: #555;
    font-size: 16px;
    font-weight: bold;
    height: 43px;
    padding: 10px 40px;
    position: absolute;
    text-align: center;
	text-shadow: none;
    top: 357px;
    width: 100%;
}