.sliderwrapper
{
    position: relative; /*leave as is*/
    overflow: hidden; /*leave as is*/
    border: 0px solid navy;
    border-bottom-width: 0px;
    width: 175px; /*width of featured content slider*/
    height: 0px;
}



.sliderwrapper .contentdiv
{
    visibility: hidden; /*leave as is*/
    position: absolute; /*leave as is*/
    left: 0; /*leave as is*/
    top: 0; /*leave as is*/
    padding: 0px;
    background: white;
    width: 170px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
    height: 100%;
    filter: progid:DXImageTransform.Microsoft.alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    font-family: Tahoma;
    font-size: 11px;
    color: #6D6A6A;
    text-align: center;
    text-decoration: none;
    line-height: 15px;
}

.pagination
{
    width: 175px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
    text-align: left; /*background-color: navy;*/
    padding: 0px 0px;
    font: bold 11px arial;
    color: #6d6a6a;
}

.pagination a
{
    padding: 0 0px;
    text-decoration: none;
    color: #6d6a6a;
    background: white;
}

.pagination a:hover, .pagination a.selected
{
    color: #000;
    background-color: #8EC33F;
}

.contentdiv p
{
   font:bold 11px Arial;
    color: #8d5425; 
    line-height: 14px;
}

.contentdiv p img
{
    border:solid 1px #333;
}

.contentdiv p a
{
   
    color: #8d5425; 
  
    text-decoration:none;
}

.contentdiv p a:hover
{
   
    color: #333; 
  
    text-decoration:none;
}

.contentdiv p span
{
   font:normal 11px Arial;
    color: #333; 
    line-height: 14px;
    padding-left:7px;
}
