.clearout {
height:20px;
clear:both;
}

#programas-carousel {
display:none;
list-style: none;
margin: 0px;
padding: 0px;
}


.entry-content ul#programas-carousel > li {
    list-style-type: none;
}

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:9999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
}

.nbs-flexisel-inner {
    overflow:hidden;
    float:left;
    width:100%;
    border:0px solid #ccc;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;  
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
    text-align: center;
    /*width:225px;*/
}
.nbs-flexisel-item img {
    width: 96%;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    /*max-width:100px;
    max-height:45px;*/
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 30px;
    height: 30px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;
    opacity: .7;
}

.nbs-flexisel-nav-left {
    left: 8px;
    background: #666;
    border-radius:13px;
}

.nbs-flexisel-nav-left:before{
    content:'<';   
    color:#fff;
    text-align: center;
    font-size: 34px;
    padding: 5px;
    line-height: 23px;
}

.nbs-flexisel-nav-right {
   right: 8px;
   content:'>';
   background: #666;
    border-radius:13px;
}

.nbs-flexisel-nav-right:before{
    content:'>';   
    color:#fff;
    text-align: center;
    font-size: 34px;
    line-height: 23px;
    padding: 5px;

}

