.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: none;
border-bottom-width: 0px;
width: 670px; /*width of featured content slider*/
height: 219px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;

width: 670px; /*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;
z-index:200;
}


div.pagination_bg{
position:relative;
width: 660px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
padding: 10px 10px 0px 0px;
height:30px;
margin:-37px 0px 0px 0px;
background-image: url(images/banner_buttons_bg.png);
background-repeat: no-repeat;
background-position: left top;
z-index:300;


}

div.pagination{
position:relative;
width: 660px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
padding: 10px 10px 0px 0px;
height:30px;
margin:-40px 0px 0px 0px;
z-index:300;


}

div.pagination a{
padding: 0px;
text-decoration: none; 
color: #00007D;
margin:0px 0px 0px 5px;
display:inline-block;
}

div.pagination a:hover, .pagination a.selected{
color: #000;
}

a.toc {

background-image: url(images/banner_button.gif);
background-repeat: no-repeat;
background-position: left top;
height:19px;
width:19px;
}

div.pagination a.selected {
background-image: url(images/banner_selected.gif);
background-repeat: no-repeat;
background-position: left top;
}

a.prev {
background-image: url(images/banner_prev.gif);
background-repeat: no-repeat;
background-position: left 5px;

}

a.next {
background-image: url(images/banner_next.gif);
background-repeat: no-repeat;
background-position: left 5px;
margin-top:2px;
}
