.cDestaque
{
    /*display: table;*/
    margin: 0 0 30px 10px;
    overflow: hidden;
    width: 940px;
    height: 250px;
    background: #FFFFFF;
    border: 0;
    padding: 0;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    box-shadow: 3px 3px 3px #999999;
}
.cDestaque ul
{
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    width: 940px;
    height: 250px;
    overflow: hidden;
    z-index: 1;
    display: none;
}
.cDestaqueNav
{
    display: block;
    position: absolute;
    margin: 244px 0 0 6px;
    z-index: 9999;
}
.cDestaqueNav a
{
    border: 1px solid #d4d4d4;
    background: #f4f4f4 url(images/ui-bg_glass_75_f4f4f4_1x400.png) 50% 50% repeat-x;
    color: #333;
    float: left;
    height: 16px;
    margin: 6px 3px 0 0;
    padding: 3px 2px;
    text-align: center;
    text-decoration: none;
    width: 18px;
}
.cDestaqueNav a.activeSlide
{
    border: 1px solid #ccc;
    background: #fff url(images/ui-bg_glass_65_fff_1x400.png) 50% 50% repeat-x;
    font-weight: bold;
    color: #333;
}
.cDestaqueNav a:hover
{
    border: 1px solid #ddd;
    background: #eee url(images/ui-bg_glass_75_eee_1x400.png) 50% 50% repeat-x;
    color: #000;
}
.cDestaqueShowSlide
{
    margin: 0;
    padding: 0;
    cursor: pointer;
    float: left;
    height: 250px;
    overflow: hidden;
}
.cDestaqueShowSlideImagem
{
    clear: both;
    display: block;
    float: left;
    width: 940px;
    vertical-align: middle;
}
.cDestaqueShowSlideConteudo
{
    background-color: rgba(255,255,255,0.8) !important;
    color: #2F8859;
    position: absolute;
    padding: 10px 15px 15px 16px;
    /* Raphael: 20px; */
    margin-top: 210px;
    width: 580px;
    height: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
}
/*.cDestaqueShowSlideConteudo:hover
{
    color: #FEF9D0;
}*/
.cDestaqueShowSlideConteudoClassificacoes
{
    display: block;
    float: left;
    font-size: 7pt;
    padding-bottom: 6px;
    width: 100%;
}
.cDestaqueShowSlideConteudoClassificacoes span
{
    margin: 0 8px 0 0;
}
.cDestaqueShowSlideConteudoResumo
{
    display: block;
    float: left;
    font-size: 10pt;
    padding-top: 6px;
    width: 100%;
}
.cDestaqueShowSlideConteudoTitulo
{
    display: block;
    float: left;
    font-size: 14pt;
    width: 100%;
    position: relative;
    z-index: 10;
}
.cDestaquePrev
{
    float: left;
    margin: 0 0 0 0;
    /*background-image: url(images/outros/iconVoltar.png);*/
    background-repeat: no-repeat;
    width: 35px;
    height: 35px;
    display: block;
    z-index: 9999;
    position: relative;
    top: -20px;
    cursor: pointer;
}
.cDestaqueNext
{
    float: right;
    margin: 0 0 0 580px;
    /*background-image: url(images/outros/iconAvancar.png);*/
    background-repeat: no-repeat;
    width: 35px;
    height: 35px;
    display: block;
    z-index: 9999;
    position: relative;
    top: -55px;
    cursor: pointer;
}