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

/* height is Image Height plus padding you want on the bottom */
height: 256px;
}



.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: #FAF9F0;
width: 347px; /*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: 365px; /*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: #FAF9F0;

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

.pagination a{
line-height:1.7em;

/* was 4px 5px */
padding: 2px 0;
text-decoration: none; 
color: #00007D;
background-color:#FAF9F0;
vertical-align:middle;}

.pagination a:hover, .pagination a.selected{
line-height:1.7em;
color: #444444;
background-color: #FAF9F0; 
vertical-align:middle;}


.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;}
