.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 690px; /*width of featured content slider*/
height:332px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
width: 690px; /*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;
}

.pagination{
    background-repeat:no-repeat;
    background-position:0px bottom;
    display:inline;
    border-left:1px solid #D5D299;
    border-right:1px solid #D5D299;
    border-top:1px solid #D5D299;
    float:left;
    height:40px;
    width:688px;
    background-color:#E4F0C0;
}

.pagination a{
    float:left;
    height:22px;
    width:22px;
    background-color:#ccdc9c;
    border:solid 1px #98a963;
    margin-left:8px;
    display:inline;
    color:#98a963;
    font-weight:bold;
    text-align:center;
    font-size:14px;
    text-decoration:none;
    margin-top:10px;
}

.pagination a:hover, .pagination a.selected{
    background-color:#eff8d5;
}
.pagination .next
{
    border:none;
    background:none;
    background-image:url(../images/latestControl/prev.gif);
    background-repeat:no-repeat;
    height:11px;
    width:12px;
    margin-top:7px;
}
.pagination .prev
{
    border:none;
    background:none;
    background-image:url(../images/latestControl/next.gif);
    background-repeat:no-repeat;
    height:11px;
    width:12px;
    margin-top:7px;
}
