.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px solid #007AC3; /* it was  0px solid navy; */
border-bottom-width: 4px; /* It was in zero changed to align the page links*/
width: 955px; /*width of featured content slider*/
height: 430px;
}
.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
background: white;
width: 955px; /*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-slide{
width: 945px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420) if 955 is the total then the value should be 945*/
text-align: right; 
line-height: 300%;
background-color: #007AC3;
/*padding: 1px  10px 1px 0; */
/*height:40px; germancito*/
height:40px;
padding: 5px  10px 1px 0px; 
/*font-size: 26px;*/
}
.pagination-slide a{
padding: 1px 9px 0px;
font-size: 26px;
text-decoration: none; 
/*color: #00007D;*/
background-image: url(../images/slides/buttons/ico-off.png) ; 
/*background-image: white url(../images/slides/buttons/ico-off.png) ;*/
}
.pagination-slide a:hover, .pagination-slide a.selected{
color: #000;
/*background-color: #FEE496; */
background-image:  url(../images/slides/buttons/ico-on.png);
text-decoration: none; 
font-size: 26px;
}