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

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

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

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 75px;
    height: 75px;
}

/**
 * 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".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

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

/************* CARROUSEL HOME ******************/
.bb-md-news_carrousel-home { background-color:#2e2e30; display:table; height:1%; width:100%; margin:10px 0}
.nav-carrousel { float:left; height:159px; width:29px; position:relative; border-right:1px solid #FFF}
.nav-carrousel a { display:inline-block; width:9px; height:10px; overflow:hidden; background:url(../images/ic-btn-carrousel-home.gif) 0 0 no-repeat; cursor:pointer; position:absolute; top:9px; left:9px}
.nav-carrousel a.next { background-position:0 -13px; top:138px}

.carousel_content{float:left; width:95%; height:159px; overflow:hidden;}
.jcarousel-list .jcarousel-item { float:left; width:100%; height:159px;}

.carousel_content .bb-mu { float:left; width:25%; *width:24.9%; height:149px; padding-top:10px; background:url(../images/bg-border-dotted-d3d3d5-vert.gif) left repeat-y;}
.carousel_content .bb-mu.first-mu { background:none;}
.carousel_content .bb-mu .mt { margin:0 10px 10px 10px}
.carousel_content .bb-mu .mg { margin:0 10px 10px 10px}
.carousel_content .bb-mu .mt h4 { font-size:85%; line-height:123.1%; font-weight:bold; text-transform:uppercase; color:#5EC5ED}
.carousel_content .bb-mu .mt h2 { font-size:123.1%; line-height:116%; font-weight:bold; color:#FFF; font-family:Georgia;}
.carousel_content .bb-mu .mt h2 a { color:#FFF}
