.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 1px dashed #e0e6e6;
width: 255px; /*width of featured content slider*/
height: 170px;
}

.sliderwrapper a{ /*style for every navigational link within toggler */

}

.sliderwrapper a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
}

.sliderwrapper a:hover{
color: white;
}

.sliderwrapper .contentDiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 2px;
width: 250px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 175px;
background: url(../images/fons_noticia.gif) repeat left top;
}

.pagination{
width: 255px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
background-color: #f1f5f8;
padding: 1px 1px;
}

.pagination a{
padding: 0 2px;
text-decoration: none; 
color: #00007D;
background: #f1f5f8;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background: #d9dee2;
}