.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border-top: 0px solid #80a1b6;
border-bottom: 0px;
border-left: 0px solid #80a1b6;
border-right: 0px solid #80a1b6;
width: 383px; /*width of featured content slider*/
height: 216px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:1d4164;
line-height:16px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
background: white;
width: 383px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 216px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:1d4164;
line-height:16px;
}


/* Styles for link sequence buttons -kk*/
.pagination{
width: 383px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
height: 30px;
text-align: left;
font-family:Arial;
font-weight:bold;
background-color: #00737e;
padding: 0px;
font-size:14px;
line-height:30px;
}

.pagination a{
padding-top: 0px;
padding-bottom: 0px;
padding-left: 12px;
padding-right: 5px;
text-decoration: none; 
font-weight:bold;
color: #ffffff;

}

.pagination a:hover, .pagination a.selected{
color: #ffd451;
/*background-color: #f5f5e6;*/
}