.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px #ffffff;
border-bottom-width: 0px;
width: 100%; /*width of featured content slider*/
height: 470px;
}

.sliderwrapper2{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px #ffffff;
border-bottom-width: 0px;
width: 100%; /*width of featured content slider*/
height: 470px;
}

.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: #ffffff;
width: 100%; /*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: 700px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: left;
background-color: #ffffff;
padding: 0px 0px;
}

.pagination a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #354267;
padding: 0 0px;
text-decoration: none; 


}

.pagination a:hover, .pagination a.selected{
color: #000;

}

a.toc:link, a.toc:active, a.toc:hover, a.toc:visited{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

a.slidertext:link, a.slidertext:active, a.slidertext:hover, a.slidertext:visited
{
	font-family : Tahoma, Verdana, Arial;
	COLOR: #ffffff;
    font-size : 8.5pt;
	text-decoration:underline;
	line-height:18px;
	text-align:right;
	PADDING-TOP: 0px;
	PADDING-BOTTOM: 0px;  
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;     

}

.slidertext
{
	font-family : Tahoma, Verdana, Arial;
	COLOR: #ffffff;
    font-size : 8.5pt;
	text-decoration:none;
	line-height:18px;
	PADDING-TOP: 0px;
	PADDING-BOTTOM: 0px;  
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 10px;     

}