.list_carousel {
    /* background-color:#F0F6F9; */
    margin: 0 0 30px 60px;
    width: 360px;
}
.list_carousel ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}
.list_carousel li {
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    /*background-color: #b7e1eb;*/
    background-color: #ED7703;
    /*border: 1px solid #00758f;*/
    border: 1px solid #ED7703;
    width: 50px;
    height: 50px;
    padding: 0;
    margin: 1px;
    display: block;
    float: left;
    cursor: pointer;
}
.list_carousel.responsive {
    width: auto;
    margin: 0;
}
.clearfix {
    float: none;
    clear: both;
}
.prev {
    background: url('left_arrow.png') no-repeat;
    display:inline-block;
    width:32px;
    height:32px;
    float: left;
    cursor:pointer;
}
.next {
    background: url('right_arrow.png') no-repeat;
    width:32px;
    height:32px;
    float: right;
    cursor:pointer;
}

/* evita errors posicionament en llistats de cerca */
#apartats-carrussel li{
    float: left !important;
}

/* item seleccionat */
.carrussel-item-selected{
    background-color: #ed7703 !important;
    /*border: 1px solid #00758f !important;*/
}

.carrussel-item-selected:after{
    border-left: 20px solid #ed7703 !important;
    /*border: 1px solid #00758f !important;*/
}

/* item anterior */
.carrussel-item-anterior{
    background-color: #FFE8C8 !important;
    color: black !important;
    /*border: 1px solid #00758f !important;*/
}

.carrussel-item-anterior:after{
    border-left: 20px solid #FFE8C8 !important;
    /*border: 1px solid #00758f !important;*/
}