/* Tiny Carousel */
#liste_credit_aside {
    height: 1%;
    margin:0;
    position: relative;
    padding: 0;
}

#liste_credit_aside .viewport {
    height: 125px;
    overflow: hidden;
    position: relative;
}

#liste_credit_aside .buttons {
    background: #435E79;
    display: block;
    position: absolute;
    top: -35px;
    left: 0;
    width: 100%;
    height: 35px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 35px;
    text-decoration: none;
    font-size: 22px;
}

#liste_credit_aside .next {
    right: 0;
    left: auto;
    top: inherit;
	bottom: -35px;
}

#liste_credit_aside .buttons:hover {
    color: #fff;
    background: #F3AC4B;
}

#liste_credit_aside .disable {
    visibility: hidden;
}

#liste_credit_aside .overview {
    list-style: none;
    position: absolute;
    padding: 0;
    margin: 0;
    width: 100%;
    left: 0;
    top: 0;
}

#liste_credit_aside .overview li {
    float: left;
    width: 100%;
 }
