
.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 940px; /*width of featured content slider*/
height: 345px;
z-index: 1;
/*background: #f2efec;*/
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;;
/*background: #f2efec;*/ 
width: 940px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 345px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.caption {
	width: 300px;
	position: absolute;
	top: 150px;
	left: 600px;
	padding-top: 6px;
	z-index: 200;
}

.caption, .caption p {
	font-size: 16px;
	line-height: 1.2em;
	color: #fff;
	text-align: left;
}



.pagination{
width: 540px; /*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: 4px 4px;
text-decoration: none; 
color: #ffffff;
background: transparent;   }

.pagination a:hover, .pagination a.selected{
line-height:1.7em;
color: #000000;
/*     background-color: #7da56a;  */
border-bottom:8px solid #7da56a; 
 }


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