.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px solid white;
border-bottom-width: 0px;
width: 556px; /*width of featured content slider*/
height: 278px;
}



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

/* was 5px */
padding: 0;
background: white;
width: 556px; /*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{
width: 556px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
line-height:1.7em;
text-align: center;
background-color: white;

/* was 5px 10px */
padding: 5px 0;
}

.pagination a{
line-height:1.7em;

/* was 4px 5px */
padding: 4px 0;
text-decoration: none; 
color: #00007D;
background: white;
}

.pagination a:hover, .pagination a.selected{
line-height:1.7em;
color: #111111;
background-color: #d2d5f3; 
}


.toc 					{color: #5457c4; font-size: 11px;font-weight:normal;text-decoration: none;}
.toc A 				{color: #5457c4; font-size:11px;text-decoration: none;padding:4px;}
.toc A:visited 	{color: #5457c4; text-decoration: none;}
.toc A:hover 		{color: #666666; text-decoration: underline;}