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



.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-color: transparent;
width: 584px; /*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: 0px; /*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: transparent;

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

.pagination a{
line-height:1.7em;

/* was 4px 5px */
padding: 0px 0px;
text-decoration: none; 
color: #ffffff;
/* background: #505050; */
background: #ffffff;
}

.pagination a:hover, .pagination a.selected{
line-height:1.7em;
color: #000000;
/* background-color: #a7a7a7;  */
background-color: #ffffff; 
}


.toc 					{color: #ffffff; font-size: 14px;font-weight:normal;text-decoration: none;}
.toc A 				{color: #ffffff; font-size:14px;text-decoration: none;padding:4px;}
.toc A:visited 	{color: #ffffff; text-decoration: none;}
.toc A:hover 		{color: #000000; text-decoration: underline;}