.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
/*border: 1px solid #cccccc;
border-bottom-width: 0px;*/
width: 100%; /*width of featured content slider*/
height: 275px;
}



.sliderwrapper .contentdiv{
padding-top:30px;
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
margin: 0px;
background: url(../images/cab/novbg1.gif);
width: 100%; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 100%; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: left;
color:#666666;
font-family:verdana;
font-size:10px;
position:absolute;top:90px;z-index:10000;
}

.pagination a {
/*padding: 0 5px;*/
text-decoration: none; 
text-align:center;
line-height:18px;
color: #666666;
background-repeat: no-repeat;
height:23px;
width:18px;
margin-left:9px;
margin-top:5px;
margin-bottom:5px;
display:block;
float:left;
}
.pagination div {
text-decoration: none; 
text-align:center;
line-height:0px;
color: #666666;
background-repeat: no-repeat;
height:0px;
width:13px;
margin-left:19px;
margin-top:1px;
display:block;
float:left;
}

.pagination a:hover, .pagination a.selected{
color: #666666;
background-image: url(../images/fondo_paginacion_sel.gif);
}

.pagination a.next {float:right;margin-right:8px;}
.pagination div.toc {width:0px;height:0px;display:none;}