.contentslide{

/*border-bottom-width: 6px;*/
width: 360px;


}

.contentslide .opacitylayer{ /*Do not edit this rule unless you're familiar with CSS opacity behavior*/
width: 100%;
height: 260px;

}

.contentslide .contentdiv{
display: none;
}

.pagination{
width:360px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
float:left;
text-align: right;
display:block;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 360px; /*IE5 width*/
w\idth: 360px; /*IE6 width*/
}

.pagination a{
text-decoration: none; 
color: #dedede;
background-color : #dedede;
padding:10px;
border:none;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color : #666;
}

.noticiaDestaque
{
    width:360px;
    height:260px;
    background-repeat:no-repeat;
    background-color:#dedede;
    position:relative;
    cursor:hand;
    }
    
.tituloQuadroChamadas
{
    position:absolute;
    bottom:0;
    padding:5px;
    width:100%;
    margin-bottom:10px;
    background-image:url(../imagens/fundoTitNotDest.jpg);
    background-repeat:no-repeat;
    background-color:White;
    }    
    
.tituloQuadroChamadas a
{
    color:Red;
    font-family:Trebuchet MS;
    font-size:12pt;
    }
    