.gallery .control-button{
  color:#474747;
}

.gallery .control-button:hover {
	color: #FFFFFF;
}

/*
	Theme controls how everything looks in Gallery CSS.
*/
.gallery {
  width: 100%; 
  height: 550px; 
  margin-top:50px;
  margin-bottom: 5px;
  position: relative;
}


.gallery .item { 
  background-color: #fff;
  height: 550px;
  width: 100%;
  overflow: hidden;
  text-align: center;
}

.buttonConfira{
	position:absolute;
	width: 89%; 
	margin-left: 5%;
	height:500px;
	float:left;		
	cursor:pointer;
}

.button-left{
	background-image:url(../img/seta-esquerda.png);
	background-repeat:no-repeat;
	width: 70px;
	height: 70px;
	margin-top:230px;
	margin-left:1%;
	opacity:0.9;
	float:left; 
	cursor:pointer;
	position:absolute;	
}

.button-left:hover{
	opacity:1;
	background-image:url(../img/seta-esquerda-hover.png);
}

.button-right{
	background-image:url(../img/seta-direita.png);
	background-repeat:no-repeat;
	width: 70px;
	height: 70px;
	margin-top:230px;
	margin-left:90%;
	opacity:0.9;
	float:left; 
	cursor:pointer;
	position:absolute;	
}

.txt{
	float:left; 
	width:auto;
	height:auto; 
	margin-top:250px;
	margin-left:10%;
	background:#000000;
	color:#FFFFFF;
	font-size:50px;
	font-weight:700; 
	position:absolute;
	cursor:pointer;
	opacity:0.8;
}

.button-right:hover{
	opacity:1;
	background-image:url(../img/seta-direita-hover.png);
}

.gallery .controls {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}
.gallery .control-button {
  display: inline-block;
  margin: 0 .02em;
  font-size: 3em;
  text-align: center;
  text-decoration: none;
 }
