.slideshowDiv {
    position: absolute;
    right: 0px;
    width: 42.8571429%;
}

ul.slideshow {
   list-style: none;
   text-transform: lowercase;
   color: #8d8d8d;
}

ul.slideshow li {
    width: 100%;
    margin-top: 0px;
}

ul.slideshow li div div img {
    width: 100%;
/*height: 100%;*/
}

.bloco {
   position: relative;
}

.btnslideshow {
   position: absolute;
   height: 100%;
   width: 50%;
   top: 0px;
   opacity: 0;
   border: none;
   color: #fff;
   font-size: 30px;
   cursor: auto;
}

.btnImg {
   width: 15%;
}

button:focus {
  outline: none
}

.prox1, .prox2, .prox3, .prox4, .prox5, .prox6 {
   right: 0px;
   background: -webkit-linear-gradient(left, rgba(0,0,0,0),rgba(0,0,0,1));
   text-align: right;
   padding-right: 15px;
}

.ant1, .ant2, .ant3, .ant4, .ant5, .ant6 {
   left: 0px;
   background: -webkit-linear-gradient(right, rgba(0,0,0,0),rgba(0,0,0,1));
   text-align: left;
   padding-left: 15px;
}

#permiteRand {
   float: right;
   margin-right: 10px;
   margin-top: 10px;
   width: 15px;
   cursor: pointer;
   filter: opacity(0.5);
   -moz-filter: opacity(0.5);
   -webkit-filter: opacity(0.5);
}
