.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
/*border: 10px solid navy;
border-bottom-width: 6px;*/
width: 394px; /*width of featured content slider*/
height: 500px;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 2px;
background: white;
width: 390px; /*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{
position: relative;
z-index: 999;
top: -445px;
width: 383px;/*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
right: 4px;
text-align: right;
margin-bottom: -29px;
padding: 5px 10px;
}

.pagination a{
padding: 1px 5px;
text-decoration: none; 
color: #00007D;
background: white;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FEE496;
margin-right: 1px;
border: none;
}

div.slideshow_buttons {
    position: relative;
    z-index: 999;
    top: -859px;
    width: 390px;
    right: 125px;
    text-align: right;
    margin-bottom: -29px;
}

div.slideshow_buttons a.toc,

div.slideshow_buttons a.toc:link,

div.slideshow_buttons a.toc:visited  {

    text-decoration: none !important;
    color: #000;
    background-color: #DDD;

}

div.slideshow_buttons a.toc:hover,

div.slideshow_buttons a.selected,

div.slideshow_buttons a.selected:hover,

div.slideshow_buttons a.selected:visited {
    color: #FFF !important;
    background-color: #C03 !important;
    text-decoration: none !important;
}

div.slideshow_pp_button {
    position: relative;
    z-index: 999;
    top: -846px;
    left: 320px;
}

*:first-child+html div.slideshow_buttons {right: 21px;}

* html div.slideshow_buttons {right: 21px;}
