.sliderwrapper{
position: relative; /*leave as is*/
 /*leave as is*/
float: left;
margin: 5px 10px;
width: 425px;
background: #f7f7f7;
 /*width of featured content slider*/
height: 150px;
}


.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 5px;


/*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */

filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 640px;
/*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: left;
background-color: #dedede;
padding: 5px 10px;
float: left;

}

.citeste {
background: #00007D; 
margin-top: 0px; 
margin-right: -5px;
float: right; 
width: 100px;
}

.citeste a {
  color: #fff;
  padding: 5px 15px 6px 15px; 
  float: right; 
  width: 70px;
  font-weight: bold;
  text-decoration: none;
}

.citeste   a:visited { 
    text-decoration: none; 
    color: #fff; 
  }

.imgtfe {
  width: 130px;
  height: 100px;
  margin-right: 10px;
  margin-left: 5px;
  border: 2px solid #ccc;
}

.citeste a:hover {
 background: #00009D; 
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #00007D;
background: #ccc;
font-weight: bold;
}

.pagination a:hover, .pagination a.selected{
color: #fff;
background-color: #BCBDBF;
padding: 0 5px;
}