.sliderwrapper {
    position: relative; /*leave as is*/
    overflow: hidden;   /*leave as is*/
    border: 0;
    width: 630px;
    height: 360px;
}

.sliderwrapper .contentdiv {
    visibility: hidden; /*leave as is*/
    position: absolute; /*leave as is*/
    left: 0;            /*leave as is*/
    top: 0;             /*leave as is*/
    background: #ffffff;
    width: 630px;       /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
    height: 100%;
    z-index: 1;
    filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

.pagination {
    width: 630px;       /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
    text-align: center;
    padding: 5px 1px;
}

.pagination a {
    padding: 0 5px;
    background: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #003b77;
    text-decoration: none;
}

.pagination a:hover, .pagination a.selected {
    padding: 0 5px;
    background: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #003b77;
    text-decoration: none;
}