#slides {
  position: relative !important;
  height: 580px !important;  
}
#slides .slides-container {
  display: none;
}
#slides .slides-container li h1{
    font-size: 34px;
    width: auto;
    height: auto;
    position: absolute;
    left: 50%;
    margin-left: -500px;
    margin-top: 250px;
    color: #fff;
    font-weight: 800;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: -1px;
    line-height: 35px;
    text-shadow: 0.1em 0.1em 0.3em black;
}
.botao_banner {
    width: 200px;
    height: 45px;
    position: absolute;
    left: 50%;
    margin-left: -500px;
    margin-top: 410px;
    background: #f5b335;
    color: #FFF;
    text-align: center;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0px;
    padding: 14px 0 0 0;
	transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}
.botao_banner:hover {
    background:#F93;
	transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}
#slides .scrollable {
  *zoom: 1;
  position: relative;
  top: 0;
  left: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}
#slides .scrollable:after {
  content: "";
  display: table;
  clear: both;
}
.slides-navigation {
  margin: 0 auto;
  position: absolute;
  z-index: 99993;
  bottom: 120px;
  width: 100%;
}
.slides-navigation a {
  position: absolute;
  display: block;
}
.slides-navigation a.prev {
  left: 50%;
  margin-left: -5%;
  color: #fff;
  font-size: 20px;
}
.slides-navigation a.next {
  right: 50%;
  margin-right: -5%;
  color: #fff;
  font-size: 20px;
}

.slides-pagination {
  position: absolute;
  z-index: 3;
  bottom: 90px;
  text-align: center;
  width: 100%;
}
.slides-pagination a {
  /*border: 2px solid #222;
  border-radius: 15px;*/
  width: auto;
  height: auto;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
   /*background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR4nGP6zwAAAgcBApocMXEAAAAASUVORK5CYII=");*/
  margin: 2px;
  overflow: hidden;
  /*text-indent: -100%;*/
  font-size: 13px;
  color: #fff;
}
.slides-pagination a.current {
  /*background: #222;*/
  font-size: 18px;
  color: #f5b335;
}
