

.sliderwrapper {
    position: relative; /*leave as is*/
    overflow: hidden; /*leave as is*/
    width: 950px; /*width of featured content slider*/
    height: 400px;
}

.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: #000;
    width: 100%; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
    height: 100%;
    color: #fff;
    filter: progid:

DXImageTransform.Microsoft.alpha(opacity=100);







-moz-opacity: 1;
opacity: 1;
}

.pagination {
width: 280px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;

display: bock;
position: relative;
overflow: hidden;
border:0px solid #333;

z-index: 100000000;
top:325px;
right:-667px;

}



.pagination a {
    padding: 0px;
    text-decoration: none;
    color: #000;
    width: 80px;
    height: 53px;
    display: block;
    overflow: hidden;
    float: left;
    margin-right: 5px;
    margin-bottom: 3px;
    clear: none;
    border: 2px solid #000;
}

.pagination a:hover, .pagination a.selected {
padding: 0px;
color: #000;

border:2px solid #de7128;
}

.pagination a.prev, a.next { display: none; }

/*

*/



.sliderwrapper .contentdiv {
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 2.25em;
    padding-top: 175px;
    padding-left: 35px;
}


