.sliderwrapper{

position: relative; /*leave as is*/

overflow: hidden; /*leave as is*/

width: 900px; /*width of featured content slider*/

height: 500px;

}


#slider1
{
margin-top:-15px;
}




.sliderwrapper .contentdiv{

visibility: hidden; /*leave as is*/

position: absolute; /*leave as is*/

left: 0;  /*leave as is*/

top: 0;  /*leave as is*/

padding: 5px;

background: #ffffff;

width: 390px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */

height: 100%;

}




.pagination{

width: 720px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
z-index:999;
margin-left:670px;
margin-top:-25px;
}



.pagination a{

padding: 0 5px;

text-decoration: underline; 

color: #00007D;

background: #ffffff;
font-size:16px; 
font-family:arial; 
color:#015a94; 
font-weight:bold;


}



.pagination a:hover, .pagination a.selected{

color: #000;


}

.toc
{
display:none;
}