.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 2px solid #fff;
width: 214px; /*width of featured content slider*/
height: 209px;
}



.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: 218px; /*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: 214px; /*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: 5px 0;
}

.pagination a{
line-height:1.7em;

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

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


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