.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 645px; /*width of featured content slider*/
height: 213px;
top:15px;
margin-bottom:12px;
font-weight:bold; color:#003366;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
width: 599px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 199px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}
.slidewrapper .contentdiv tr {float:left;}

.pagination{float:left; width: 645px; padding:15px 0px 15px 0px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/}
.pagination a {float:left; padding:2px; border:5px solid #ffffff; background-color:#ffffff; text-decoration:none; font-weight:bold;}
.pagination a:hover, .pagination a.selected {background-color:#9ec2da;}
.paginaretare {float:left; clear:left;}
.pagination .prev, .pagination .next {padding:0px; border:none; background-color:#cbdce6; width:89px; text-align:center; color:#005087;}
.pagination .prev:hover, .pagination .next:hover {background-color:#9ec2da; width:89px; text-align:center;}
#da {float:left; clear:left; color:#005087; padding:2px 20px 2px 20px; margin-left:5px;}
#da:hover {background-color:#cbdce6;}
