.unslider {
    overflow: auto;
    margin: 0;
    padding: 0
}

.unslider-wrap {
    position: relative
}

.unslider-wrap.unslider-carousel>li {
    float: left;
        min-height: 255px;
}

.unslider-vertical>ul {
    height: 100%
}

.unslider-vertical li {
    float: none;
    width: 100%
}

.unslider-fade {
    position: relative
}

.unslider-fade .unslider-wrap li {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 8
}

.unslider-fade .unslider-wrap li.unslider-active {
    z-index: 10
}

.unslider li,
.unslider ol,
.unslider ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border: none
}

.unslider-arrow {
    position: absolute;
    left: 20px;
    z-index: 2;
    cursor: pointer
}

.unslider-arrow.next {
	top: 20px;
    left: 20px;
    width:40px;
    text-indent: -2999px;
    height: 40px;
    position: absolute;
    background: url(../imagens/todas-setas.png) no-repeat left top;
}

.unslider-arrow.prev {
	top: 80px;
    left: 20px;
     text-indent: -2999px;
   width:40px;
    height: 40px;
    position: absolute;
    background: url(../imagens/todas-setas.png) no-repeat left bottom;
}
.unslider-arrow.prev:hover {
    background: url(../imagens/todas-setas.png) no-repeat right bottom;
}
.unslider-arrow.next:hover {
    background: url(../imagens/todas-setas.png) no-repeat right top;
}