.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px solid navy;
border-bottom-width: 0px;
width: 238px; /*width of featured content slider*/
height: 90px;
padding:0px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding-left:8px;
padding-top:30px;
padding-bottom:55px;
text-align: left;
width: 230px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 15px;
font-family: Tahoma;
font-size: 11px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.sliderwrapper .contentdiv .stylebold{
font-family: Georgia, "Times New Roman", Times, serif;
font-weight: bold;
color: #ED1C24;
}

.sliderwrapper .contentdiv a{
font-family: Tahoma;
font-size: 11px;
}
