#newsscroller {
    border: 1px #dfdfdf solid;
    margin: 10px 0;
    width: 310px;
    overflow:hidden;
}

.sliderwrapper{
    position: relative; /*leave as is*/
    overflow: hidden;
    margin: 0 0;
    width: 310px; /*width of featured content slider*/
    height: 310px;
    line-height: 20px;
    padding: 0px 0px;
    border-bottom-width: 1px;
}

.sliderwrapper .contentdiv{
    visibility: hidden; /*leave as is*/
    position: absolute; /*leave as is*/
    left: 0;  /*leave as is*/
    padding: 8px 8px;
    background: white;
    z-index:100;
    width: 310px; /*width of content DIVs within slider. Total width should equal slider's inner width (365+5+5=375) */
    height: 270px;
    filter:progid;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #000066;
    font-style: normal;
    list-style-type:none:DXImageTransform.Microsoft.alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

.pagination{
    width: 295px; /*Width of pagination DIV. Total width should equal slider's outer width (200+10+10=220)*/
    text-align: right;
    padding: 8px 8px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #666666
}

.pagination a{
    padding: 0 5px;
    text-decoration: none;
    color: #00007D;
    background: white;
    border: 1px solid #efefef;
}

.pagination a:hover, .pagination a.selected{
    color: #000;
    background-color: #FEE496;
}
.listing {  
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    list-style-position: inside;
    list-style-type: square;
    width: 280px; left: 2px;
    line-height: 13px;
    color: #666666;
    text-decoration: none;
}
.body {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; line-height: 15px; color: #3e3e3e}
