.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 1px solid #3f6c7e;
border-bottom-width: 1px;
font-family: Myriad, Verdana, Geneva, Arial, Helvetica;
font-size: 10px;
line-height: 12px;
width: 175; /*width of featured content slider*/
height: 140px;
position: relative;
top: 0px;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
font-family: Myriad, Verdana, Geneva, Arial, Helvetica;
font-size: 10px;
line-height: 12px;
padding: 5px;
background: white;
width: 165px; /*width of content DIVs within slider. Total width should equal slider's inner width (190+5+5=200) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.contentdiv a:link { 
font-family: Myriad, Verdana, Geneva, Arial, Helvetica;
font-size: 10px;
line-height: 12px;
color: #000000;
font-weight: normal;
text-decoration: none;
}

.contentdiv a:visited {
font-family: Myriad, Verdana, Geneva, Arial, Helvetica;
font-size: 10px;
line-height: 12px;
color: #000000;
font-weight: normal;
text-decoration: none;
}

.contentdiv a:hover {
font-family: Myriad, Verdana, Geneva, Arial, Helvetica;
font-size: 10px;
line-height: 12px;
color: #cc7d48;
font-weight: normal;
text-decoration: none;
}

.contentdiv a:active {
font-family: Myriad, Verdana, Geneva, Arial, Helvetica;
font-size: 10px;
line-height: 12px;
color: #000000;
font-weight: normal;
text-decoration: none;
}

.pagination {
font-family: Myriad, Verdana, Geneva, Arial, Helvetica;
font-size: 9px;
line-height: 10px;
color: #ffffff;
width: 168px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
border: 1px solid #2e3192;
background-color: #ffffff;
margin-top: 3px;
margin-left: auto;
margin-right: auto;
display: -moz-inline-box;
display: inline-block;
font-weight: normal;
}

.pagination img {
margin: 3px 6px 0 0;
}

.pagination a:link { /*style for every navigational link within toggler */
color: #2e3192;
margin: 2px;
padding: 0 2px 0 2px;
text-decoration: none;
}

.pagination a:visited {
color: #2e3192;
margin: 2px;
padding: 0 2px 0 2px;
text-decoration: none;
}

.pagination a.selected { /*style for selected page's toggler link. ".selected" class auto generated! */
background: #2e3192;
color: #ffffff;
margin: 2px;
padding: 0 2px 0 2px;
text-decoration: none;
}

.pagination a:hover {
background: #ffffff;
color: #2e3192;
margin: 2px;
padding: 0 2px 0 2px;
text-decoration: underline;
}

.pagination a:active {
color: #2e3192;
margin: 2px;
padding: 0 2px 0 2px;
text-decoration: none;
}
