.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: 350px; /*width of featured content slider*/
height: 400px;
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: 350px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 400px;
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: 350px; /*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: #ffffff;
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: #961133;

}

.pagination a:hover, .pagination a.selected{
color: #343434;
/*background-color: #f5f5e6;*/
}