/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
#clientes-rodape .jcarousel-container {
    position: relative;
}

#clientes-rodape .jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0 15px 0 13px;
    overflow: hidden;
    position: relative;
    width: 885px;
}

#clientes-rodape .jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

#clientes-rodape .jcarousel-list li,
#clientes-rodape .jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 153px;
    height: 61px;
    padding: 12px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
#clientes-rodape .jcarousel-next {
    z-index: 3;
    display: none;
}

#clientes-rodape .jcarousel-prev {
    z-index: 3;
    display: none;
}


/*  Configurações */

#clientes-rodape .jcarousel-skin-tango {
    border-bottom:1px solid #E2E2E2;
    border-top:1px solid #E2E2E2;
    float:left;
    height:93px;
    width:909px;
}

#clientes-rodape .jcarousel-skin-tango .jcarousel-container {
    /*-moz-border-radius: 10px;
    background: #F0F6F9;
    border: 1px solid #346F97;*/
    width: 909px;
    height:93px;
}

#clientes-rodape .jcarousel-skin-tango .jcarousel-container-horizontal {
    /*width: 245px;
    padding: 20px 40px;*/
}

#clientes-rodape .jcarousel-skin-tango .jcarousel-clip-horizontal {
    /*width:  245px;
    height: 75px;*/
}

#clientes-rodape .jcarousel-skin-tango .jcarousel-item {
    /*width: 75px;
    height: 75px;*/
}

#clientes-rodape .jcarousel-skin-tango .jcarousel-item-horizontal {
    /*margin-right: 10px;*/
}

#clientes-rodape .jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
#clientes-rodape .jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 35px;
    right: 0;
    cursor: pointer;
    background:url(../img/seta5.png) no-repeat -20px 0;
    width:17px; height:19px;
}

#clientes-rodape .jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 35px;
    left: 0;
    cursor: pointer;
    background:url(../img/seta5.png) no-repeat;
    width:17px; height:19px;
}