.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px solid navy;
width: 50em; /*width of featured content slider*/
height: 20.4em;

margin: 0 0 2em;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0;
background: white;
width: 50em; /*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: 7.5em; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: left;
padding: 5px 10px;
float: left;
background: #1a1a1a;
height: 19.65em;
margin: 0 0 0 1em;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #000;
	border: solid 0px;
}

.sliderwrapper .contentdiv img
	{
	height: 20.65em;
	border: none;
	}

.toc img
	{
	width: 9em;
	height: 6em;
	border: solid 2px #1a1a1a;
	/* for IE */
  		filter:alpha(opacity=70);
		/* CSS3 standard */
		opacity:0.7;

	}

.toc img:hover
	{
	width: 9em;
	height: 6em;
	border: solid 2px #1a1a1a;
	/* for IE */
  		filter:alpha(opacity=100);
		/* CSS3 standard */
		opacity:1;

	}

.selected img
	{
	width: 9em;
	height: 6em;
	border: solid 2px #4044E4;
	/* for IE */
  		filter:alpha(opacity=100);
		/* CSS3 standard */
		opacity:1;

	}

.selected img:hover
	{
	width: 9em;
	height: 6em;
	border: solid 2px #4044E4;
	/* for IE */
  		filter:alpha(opacity=100);
		/* CSS3 standard */
		opacity:1;

	}

.pagination a:hover, .pagination a.selected{
color: #000;

}

.pagination ul
	{
	list-style: none;
	padding: 0;
	margin: 0 0 0 -2em;
	width: 8em;
	position: absolute;
	}

.slider_text h1
	{
	margin: 0 0 .35em;
	font-size: 140%;
	font-weight: 800;
	text-transform: inherit;
	}

.slider_textbox
	{
	position: absolute;
	background: #000;
	color: #fff;
	left: 5em;
	padding: .5em;
	position: absolute;
	top: 14em;
		/* for IE */
  		filter:alpha(opacity=70);
		/* CSS3 standard */
		opacity:0.7;
	height: 6em;
	width: 44em;
}

.slider_text
	{
	position: absolute;
	color: #fff;
	left: 5em;
	padding: .5em;
	position: absolute;
	top: 14em;
	width: 32em;
}

.slider_text a
	{
	color: #fff;
	}

.slider_text a:hover
	{
	text-decoration: underline;
	}

