.jcarousel-skin-tango {
    background: url(../imagens/bg-after-menu.png) repeat-x 0 0%;
}

.mid-slider {

}
.jcarousel-skin-tango .jcarousel-container-horizontal {
    padding: 20px 50px;
    /*overflow: hidden;*/
    width: 980px;
    margin: 0 auto;
    display: table;
}

.jcarousel-skin-tango .jcarousel-clip {
    overflow: hidden;
    margin-left: 20px;
    background: url(../imagens/bg-mid-slider.jpg) repeat-x 0% 190px #fff;
    padding: 20px 20px 0;
    border-radius: 20px;
    height: 270px;
    width: 940px;
    margin: 0 auto;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
    height: 100%;
    width: 220px !important;
    text-align: center;
    font-family: 'Arial Rounded';


    margin-right: 20px;
    /*margin-left: -5px;*/
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
text-align: center;
font-family: 'Arial Rounded';
font-size: 15px;
color: #fff;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal, .jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 202px;
    width: 87px;
    height: 97px;
    cursor: pointer;
}

.jcarousel-skin-tango .jcarousel-next-horizontal {
    right: -37px;
    background: transparent url(../imagens/home-next.jpg) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    left: -37px;
    background: transparent url(../imagens/home-prev.jpg) no-repeat 0 0;
}

.slider .jcarousel-container-horizontal {
    position: relative;
    display: block;
    margin-top: 40px;
    height: 400px;
    text-align: center;
}

.slider .jcarousel-clip-horizontal {
    overflow: hidden;
    height: ;
}

.slider .jcarousel-prev-horizontal, .slider .jcarousel-next-horizontal {
    display: block;
    width: 38px;
    height: 38px;
    bottom: 0px;
    left: 50%;
    position: absolute;
    margin-left: -38px;
}

.slider .jcarousel-prev-horizontal {
    background: url(../imagens/seta-prev.png) no-repeat;
}

.slider .jcarousel-next-horizontal  {
    background: url(../imagens/seta-next.png) no-repeat;
    margin-left: 10px;
}