/* clearfix */
.clearfix:after{content:"."; display:block; height:0; clear:both; visibility:hidden}
.clearfix{display:inline-block}
* html .clearfix{height:auto; float: left;}
.clearfix{display:block}
#B86carousel *{list-style-type:none; padding:0px; margin:0px; border:none;}
#B86carousel{
    width:100%;
    max-width: 100%; 
    height: auto;
    float: left;
}
#B86-imagem {
  float: left!important;
  max-height: 282px!important;
  overflow: hidden!important;
  width: 100%!important;
}
#B86-descricao{margin-top:220px; padding:5px; width:100%; opacity:0.8; -moz-opacity:0.8}
#B86-descricao a{
    clear:both;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    font-family: Roboto Regular;
    float: left;
    font-size: 11px;
}
#B86-descricao h3 a {color:#E6BE2C}
#B86-descricao p a{
    font-weight: normal;
}
#B86carousel img{
    width: 100%;
    float:left;
}
#B86carousel ul{
    background:Transparent;
    width:100%;
    height: auto;
    float:right;
}
#B86carousel li{
    width: 100%;
    height:69px;
    background:#E7ECF1;
    background-repeat: repeat-x;
    margin: 0 0 2px 0;
}

#B86carousel li img{
    width: 100%;
    display:none;
    overflow:hidden;
}
#B86carousel li a{
    width: 100%;
    display:block;
    height:53px;
    font-family: Roboto Regular;
    font-size: 12px;
    color:#6B6B6B;
    text-decoration:none;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 25px;
    line-height: 1.6em;
}

#B86carousel li a:hover{
    text-decoration:none;
    color: #FFFFFF;
    background:#3398CC;
}

/**
 * 
 * Testing Page
 *
 **/
*{
    margin:0px;
    padding:0px;
}
#all{
    width:100%;
    background:transparent;
    margin:0px;
    padding:10px;
}
#B86-descricao a:hover {
    color: #FFF;
    text-decoration: underline;
}
#B86-descricao h3 a:hover {color:#E6BE2C}
#B86carousel li.active{
    color: #CCCCCC;
    background:#3398CC;
}#B86carousel li.active a {
    color: #FFFFFF;
    background:#3398CC;
}
