.sliderwrapper{
font-size:11pt;
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px solid #dddddd;
border-top-width: 0px;
border-bottom-width: 0px;
width: 500px; /*width of featured content slider*/
height: 100px;
}

.sliderwrapper .contentdiv{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11pt;
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 1px;
background: white;
width: 500px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
padding: 10px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
font-size:8pt;
width: 490px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
background-color: #dddddd;
padding: 1px 5px;
}

.pagination a{
padding: 0px 5px;
text-decoration: none; 
color: #000000;
background: #ffffff;
}

.pagination a:hover, .pagination a.selected{
color: #ffffff;
background-color: RGB(255,102,0);
font-weight: bold;

}

.content-memo{
font-size:14px;
font-weight: bold;
color:#000000;
padding: 10px;
background: #ffffff;
width: 500px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
filter:progid:DXImageTransform.Microsoft.alpha(opacity=70);
-moz-opacity: .7;
opacity: .7;
}